@latticexyz/world@2.0.0-next.2
Pre-release
Pre-release
github-actions
released this
15 Aug 16:54
·
1184 commits
to main
since this release
Patch Changes
-
#1278
48c51b52
Thanks @holic! - RECS components are now dynamically created and inferred from your MUD config when usingsyncToRecs
.To migrate existing projects after upgrading to this MUD version:
-
Remove
contractComponents.ts
fromclient/src/mud
-
Remove
components
argument fromsyncToRecs
-
Update
build:mud
anddev
scripts incontracts/package.json
to remove tsgen- "build:mud": "mud tablegen && mud worldgen && mud tsgen --configPath mud.config.ts --out ../client/src/mud", + "build:mud": "mud tablegen && mud worldgen",
- "dev": "pnpm mud dev-contracts --tsgenOutput ../client/src/mud", + "dev": "pnpm mud dev-contracts",
-
-
Updated dependencies [
a2588116
,939916bc
,b8a6158d
,48c51b52
,b8a6158d
]:- @latticexyz/store@2.0.0-next.2
- @latticexyz/common@2.0.0-next.2
- @latticexyz/schema-type@2.0.0-next.2
- @latticexyz/config@2.0.0-next.2
- @latticexyz/gas-report@2.0.0-next.2