Major Changes
- #1591
251170e1
Thanks @alvrs! - All optional modules have been moved from@latticexyz/world
to@latticexyz/world-modules
.
If you're using the MUD CLI, the import is already updated and no changes are necessary.
Patch Changes
-
#1592
c07fa021
Thanks @alvrs! - Tables and interfaces in theworld
package are now generated to thecodegen
folder.
This is only a breaking change if you imported tables or codegenerated interfaces from@latticexyz/world
directly.
If you're using the MUD CLI, the changed import paths are already integrated and no further changes are necessary.- import { IBaseWorld } from "@latticexyz/world/src/interfaces/IBaseWorld.sol"; + import { IBaseWorld } from "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol";
-
#1601
1890f1a0
Thanks @alvrs! - Movedstore
tables to the"store"
namespace (previously "mudstore") andworld
tables to the"world"
namespace (previously root namespace). -
Updated dependencies [
77dce993
,748f4588
,aea67c58
,07dd6f32
,c07fa021
,90e4161b
,65c9546c
,331dbfdc
,f9f9609e
,331dbfdc
,759514d8
,d5094a24
,0b8ce3f2
,de151fec
,ae340b2b
,e5d208e4
,211be2a1
,0f3e2e02
,1f80a0b5
,d0878928
,4c7fd3eb
,a0341daf
,83583a50
,5e723b90
,6573e38e
,44a5432a
,6e66c5b7
,65c9546c
,44a5432a
,672d05ca
,f1cd43bf
,31ffc9d5
,5e723b90
,63831a26
,331dbfdc
,92de5998
,5741d53d
,22ee4470
,be313068
,ac508bf1
,bfcb293d
,1890f1a0
,9b43029c
,55ab88a6
,af639a26
,5e723b90
,99ab9cd6
,c049c23f
,80dd6992
,24a6cd53
,708b49c5
,22ba7b67
,c049c23f
,251170e1
,c4f49240
,cea754dd
,95c59b20
]:- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]