-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
- Loading branch information
There are no files selected for viewing
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`. |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.