@latticexyz/world-modules 2.0.10-main-b91a8e56 → 2.0.10-main-27f888c7

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.
@@ -584,6 +584,7 @@ declare const _default: {
584
584
  };
585
585
  };
586
586
  readonly enums: {};
587
+ readonly enumValues: {};
587
588
  readonly namespace: "";
588
589
  readonly codegen: {
589
590
  worldgenDirectory: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/world-modules",
3
- "version": "2.0.10-main-b91a8e56",
3
+ "version": "2.0.10-main-27f888c7",
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.22.2",
25
- "@latticexyz/common": "2.0.10-main-b91a8e56",
26
- "@latticexyz/config": "2.0.10-main-b91a8e56",
27
- "@latticexyz/schema-type": "2.0.10-main-b91a8e56",
28
- "@latticexyz/store": "2.0.10-main-b91a8e56",
29
- "@latticexyz/world": "2.0.10-main-b91a8e56"
25
+ "@latticexyz/common": "2.0.10-main-27f888c7",
26
+ "@latticexyz/schema-type": "2.0.10-main-27f888c7",
27
+ "@latticexyz/config": "2.0.10-main-27f888c7",
28
+ "@latticexyz/store": "2.0.10-main-27f888c7",
29
+ "@latticexyz/world": "2.0.10-main-27f888c7"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/ejs": "^3.1.1",
@@ -40,8 +40,8 @@
40
40
  "tsup": "^6.7.0",
41
41
  "tsx": "^3.12.6",
42
42
  "vitest": "0.34.6",
43
- "@latticexyz/abi-ts": "2.0.10-main-b91a8e56",
44
- "@latticexyz/gas-report": "2.0.10-main-b91a8e56"
43
+ "@latticexyz/abi-ts": "2.0.10-main-27f888c7",
44
+ "@latticexyz/gas-report": "2.0.10-main-27f888c7"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"