@latticexyz/world-modules 2.0.0-main-77dce993 → 2.0.0-next.9

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.
Files changed (40) hide show
  1. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +4 -4
  2. package/out/CallboundDelegations.sol/CallboundDelegations.json +4 -4
  3. package/out/DelegationControl.sol/DelegationControl.json +4 -4
  4. package/out/Hook.sol/HookInstance.json +4 -4
  5. package/out/Hook.sol/HookLib.json +4 -4
  6. package/out/Hooks.sol/Hooks.json +4 -4
  7. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +4 -4
  8. package/out/KeysInTable.sol/KeysInTable.json +4 -4
  9. package/out/KeysInTableHook.sol/KeysInTableHook.json +4 -4
  10. package/out/KeysInTableModule.sol/KeysInTableModule.json +4 -4
  11. package/out/KeysWithValue.sol/KeysWithValue.json +4 -4
  12. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +4 -4
  13. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +4 -4
  14. package/out/Module.sol/Module.json +4 -4
  15. package/out/ResourceIds.sol/ResourceIds.json +4 -4
  16. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +4 -4
  17. package/out/StoreCore.sol/StoreCore.json +4 -4
  18. package/out/StoreCore.sol/StoreCoreInternal.json +4 -4
  19. package/out/StoreHooks.sol/StoreHooks.json +4 -4
  20. package/out/StoreSwitch.sol/StoreSwitch.json +4 -4
  21. package/out/System.sol/System.json +4 -4
  22. package/out/Tables.sol/Tables.json +4 -4
  23. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +4 -4
  24. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +4 -4
  25. package/out/UniqueEntity.sol/UniqueEntity.json +4 -4
  26. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +4 -4
  27. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +4 -4
  28. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4 -4
  29. package/out/WorldContext.sol/WorldContextConsumer.json +4 -4
  30. package/out/WorldContext.sol/WorldContextProvider.json +4 -4
  31. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +4 -4
  32. package/out/src/StoreCore.sol/StoreCore.json +4 -4
  33. package/out/src/StoreCore.sol/StoreCoreInternal.json +4 -4
  34. package/out/src/StoreSwitch.sol/StoreSwitch.json +4 -4
  35. package/out/src/WorldContext.sol/WorldContextConsumer.json +4 -4
  36. package/out/src/WorldContext.sol/WorldContextProvider.json +4 -4
  37. package/out/tables/ResourceIds.sol/ResourceIds.json +4 -4
  38. package/out/tables/Tables.sol/Tables.json +4 -4
  39. package/out/version.sol/version.json +7 -7
  40. package/package.json +8 -8
@@ -17,7 +17,7 @@
17
17
  ]
18
18
  },
19
19
  "nodeType": "SourceUnit",
20
- "src": "32:69:32",
20
+ "src": "32:79:32",
21
21
  "nodes": [
22
22
  {
23
23
  "id": 22885,
@@ -34,7 +34,7 @@
34
34
  {
35
35
  "id": 22888,
36
36
  "nodeType": "VariableDeclaration",
37
- "src": "59:40:32",
37
+ "src": "59:50:32",
38
38
  "nodes": [],
39
39
  "constant": true,
40
40
  "mutability": "constant",
@@ -58,7 +58,7 @@
58
58
  }
59
59
  },
60
60
  "value": {
61
- "hexValue": "302e302e30",
61
+ "hexValue": "312e302e302d756e61756469746564",
62
62
  "id": 22887,
63
63
  "isConstant": false,
64
64
  "isLValue": false,
@@ -66,12 +66,12 @@
66
66
  "kind": "string",
67
67
  "lValueRequested": false,
68
68
  "nodeType": "Literal",
69
- "src": "92:7:32",
69
+ "src": "92:17:32",
70
70
  "typeDescriptions": {
71
- "typeIdentifier": "t_stringliteral_09a13c37e92d1241eb6d4e601d2ee55d46fecc5385dc68e1f17d2201a79bbb5e",
72
- "typeString": "literal_string \"0.0.0\""
71
+ "typeIdentifier": "t_stringliteral_b50c667dffae364f541802db30f2fd378df53c30d38e7fd752c2d158635d2943",
72
+ "typeString": "literal_string \"1.0.0-unaudited\""
73
73
  },
74
- "value": "0.0.0"
74
+ "value": "1.0.0-unaudited"
75
75
  },
76
76
  "visibility": "internal"
77
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/world-modules",
3
- "version": "2.0.0-main-77dce993",
3
+ "version": "2.0.0-next.9",
4
4
  "description": "World modules",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "zod": "^3.21.4",
18
- "@latticexyz/common": "2.0.0-main-77dce993",
19
- "@latticexyz/config": "2.0.0-main-77dce993",
20
- "@latticexyz/schema-type": "2.0.0-main-77dce993",
21
- "@latticexyz/store": "2.0.0-main-77dce993",
22
- "@latticexyz/world": "2.0.0-main-77dce993"
18
+ "@latticexyz/common": "2.0.0-next.9",
19
+ "@latticexyz/config": "2.0.0-next.9",
20
+ "@latticexyz/schema-type": "2.0.0-next.9",
21
+ "@latticexyz/store": "2.0.0-next.9",
22
+ "@latticexyz/world": "2.0.0-next.9"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/ejs": "^3.1.1",
@@ -34,8 +34,8 @@
34
34
  "tsup": "^6.7.0",
35
35
  "tsx": "^3.12.6",
36
36
  "vitest": "0.31.4",
37
- "@latticexyz/abi-ts": "2.0.0-main-77dce993",
38
- "@latticexyz/gas-report": "2.0.0-main-77dce993"
37
+ "@latticexyz/abi-ts": "2.0.0-next.9",
38
+ "@latticexyz/gas-report": "2.0.0-next.9"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"