@latticexyz/world-modules 2.0.7-main-534e7729 → 2.0.7-main-3d1d5905
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mud.config.d.ts +1 -0
- package/out/CallWithSignatureModule.t.sol/Unstable_CallWithSignatureModuleTest.json +1 -1
- package/out/ERC165Checker.sol/ERC165Checker.json +1 -1
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.json +1 -1
- package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
- package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
- package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
- package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
- package/out/Unstable_CallWithSignatureModule.sol/Unstable_CallWithSignatureModule.json +1 -1
- package/out/Unstable_CallWithSignatureSystem.sol/Unstable_CallWithSignatureSystem.json +1 -1
- package/out/World.sol/World.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.json +1 -1
- package/out/World.t.sol/PayableFallbackSystem.json +1 -1
- package/out/World.t.sol/RevertSystemHook.json +1 -1
- package/out/World.t.sol/WorldTest.json +1 -1
- package/out/World.t.sol/WorldTestSystem.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/query.t.sol/QueryTest.json +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "2.0.7-main-
|
3
|
+
"version": "2.0.7-main-3d1d5905",
|
4
4
|
"description": "World modules",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -22,11 +22,11 @@
|
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
24
|
"zod": "^3.21.4",
|
25
|
-
"@latticexyz/common": "2.0.7-main-
|
26
|
-
"@latticexyz/
|
27
|
-
"@latticexyz/
|
28
|
-
"@latticexyz/store": "2.0.7-main-
|
29
|
-
"@latticexyz/
|
25
|
+
"@latticexyz/common": "2.0.7-main-3d1d5905",
|
26
|
+
"@latticexyz/config": "2.0.7-main-3d1d5905",
|
27
|
+
"@latticexyz/schema-type": "2.0.7-main-3d1d5905",
|
28
|
+
"@latticexyz/store": "2.0.7-main-3d1d5905",
|
29
|
+
"@latticexyz/world": "2.0.7-main-3d1d5905"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@types/ejs": "^3.1.1",
|
@@ -41,8 +41,8 @@
|
|
41
41
|
"tsup": "^6.7.0",
|
42
42
|
"tsx": "^3.12.6",
|
43
43
|
"vitest": "0.34.6",
|
44
|
-
"@latticexyz/abi-ts": "2.0.7-main-
|
45
|
-
"@latticexyz/gas-report": "2.0.7-main-
|
44
|
+
"@latticexyz/abi-ts": "2.0.7-main-3d1d5905",
|
45
|
+
"@latticexyz/gas-report": "2.0.7-main-3d1d5905"
|
46
46
|
},
|
47
47
|
"publishConfig": {
|
48
48
|
"access": "public"
|