Skip to content

Commit

Permalink
chore: delete std-client package (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Aug 23, 2023
1 parent 4bb8615 commit c03aff3
Show file tree
Hide file tree
Showing 21 changed files with 13 additions and 1,043 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-planes-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@latticexyz/std-client": major
---

Removes `std-client` package. Please see the [changelog](https://mud.dev/changelog) for how to migrate your app to the new `store-sync` package. Or create a new project from an up-to-date template with `pnpm create mud@next your-app-name`.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,12 @@ More more information on how to get started, have a look at the [MUD documentati

MUD consists of several libraries. They can be used independently, but are best used together.

| Package | Version |
| ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **[@latticexyz/recs](/packages/recs)** <br />TypeScript Reactive Entity Component System library | [![npm version](https://img.shields.io/npm/v/@latticexyz/recs.svg)](https://www.npmjs.org/package/@latticexyz/recs) |
| **[@latticexyz/services](/packages/services)** <br />Go services for indexer, faucet, message relay | [![npm version](https://img.shields.io/npm/v/@latticexyz/services.svg)](https://www.npmjs.org/package/@latticexyz/services) |
| **[@latticexyz/cli](/packages/cli)** <br />Command line interface for types, testing, faucet, deployment and more | [![npm version](https://img.shields.io/npm/v/@latticexyz/cli.svg)](https://www.npmjs.org/package/@latticexyz/cli) |
| **[@latticexyz/std-client](/packages/std-client)** <br />Typescript standard library | [![npm version](https://img.shields.io/npm/v/@latticexyz/std-client.svg)](https://www.npmjs.org/package/@latticexyz/std-client) |
| **[@latticexyz/noise](/packages/noise)** <br />Solidity and AssemblyScript implementations of Perlin noise | [![npm version](https://img.shields.io/npm/v/@latticexyz/noise.svg)](https://www.npmjs.org/package/@latticexyz/noise) |
| Package | Version |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| **[@latticexyz/recs](/packages/recs)** <br />TypeScript Reactive Entity Component System library | [![npm version](https://img.shields.io/npm/v/@latticexyz/recs.svg)](https://www.npmjs.org/package/@latticexyz/recs) |
| **[@latticexyz/services](/packages/services)** <br />Go services for indexer, faucet, message relay | [![npm version](https://img.shields.io/npm/v/@latticexyz/services.svg)](https://www.npmjs.org/package/@latticexyz/services) |
| **[@latticexyz/cli](/packages/cli)** <br />Command line interface for types, testing, faucet, deployment and more | [![npm version](https://img.shields.io/npm/v/@latticexyz/cli.svg)](https://www.npmjs.org/package/@latticexyz/cli) |
| **[@latticexyz/noise](/packages/noise)** <br />Solidity and AssemblyScript implementations of Perlin noise | [![npm version](https://img.shields.io/npm/v/@latticexyz/noise.svg)](https://www.npmjs.org/package/@latticexyz/noise) |

## Contribute

Expand Down
6 changes: 0 additions & 6 deletions packages/std-client/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions packages/std-client/.npmignore

This file was deleted.

607 changes: 0 additions & 607 deletions packages/std-client/CHANGELOG.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/std-client/README.md

This file was deleted.

54 changes: 1 addition & 53 deletions packages/std-client/package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,5 @@
{
"name": "@latticexyz/std-client",
"version": "2.0.0-next.3",
"description": "Standard library for MUD client.",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
"directory": "packages/std-client"
},
"license": "MIT",
"type": "module",
"exports": {
"./deprecated": "./dist/deprecated.js"
},
"typesVersions": {
"*": {
"deprecated": [
"./src/deprecated/index.ts"
]
}
},
"scripts": {
"build": "pnpm run build:js",
"build:js": "tsup",
"clean": "pnpm run clean:js",
"clean:js": "rimraf dist",
"dev": "tsup --watch",
"test": "vitest typecheck --run --passWithNoTests"
},
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@latticexyz/cli": "workspace:*",
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
"@latticexyz/recs": "workspace:*",
"@latticexyz/store": "workspace:*",
"@latticexyz/utils": "workspace:*",
"@latticexyz/world": "workspace:*",
"abitype": "0.9.3",
"ethers": "^5.7.2",
"mobx": "^6.7.0",
"react": "^18.2.0",
"rxjs": "7.5.5",
"viem": "1.6.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.182",
"@types/react": "^18.2.6",
"@types/react-collapse": "^5.0.1",
"@types/uuid": "^8.3.4",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"vitest": "0.31.4"
},
"gitHead": "914a1e0ae4a573d685841ca2ea921435057deb8f"
"private": true
}

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions packages/std-client/src/deprecated/components/DevHighlight.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions packages/std-client/src/deprecated/components/index.ts

This file was deleted.

58 changes: 0 additions & 58 deletions packages/std-client/src/deprecated/getBurnerWallet.ts

This file was deleted.

47 changes: 0 additions & 47 deletions packages/std-client/src/deprecated/hooks.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/std-client/src/deprecated/index.ts

This file was deleted.

83 changes: 0 additions & 83 deletions packages/std-client/src/deprecated/utils.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/std-client/tsconfig.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/std-client/tsup.config.ts

This file was deleted.

Loading

0 comments on commit c03aff3

Please sign in to comment.