@latticexyz/world-modules 2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390 → 2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309

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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/world-modules",
3
- "version": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390",
3
+ "version": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309",
4
4
  "description": "World modules",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,11 +27,11 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "zod": "3.23.8",
30
- "@latticexyz/common": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390",
31
- "@latticexyz/config": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390",
32
- "@latticexyz/schema-type": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390",
33
- "@latticexyz/store": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390",
34
- "@latticexyz/world": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390"
30
+ "@latticexyz/common": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309",
31
+ "@latticexyz/schema-type": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309",
32
+ "@latticexyz/config": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309",
33
+ "@latticexyz/store": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309",
34
+ "@latticexyz/world": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/ejs": "^3.1.1",
@@ -44,9 +44,9 @@
44
44
  "tsup": "^6.7.0",
45
45
  "tsx": "^3.12.6",
46
46
  "vitest": "0.34.6",
47
- "@latticexyz/abi-ts": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390",
48
- "@latticexyz/cli": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390",
49
- "@latticexyz/gas-report": "2.2.0-main-28fd7327d390b818a635c06261d3073478cd5390"
47
+ "@latticexyz/abi-ts": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309",
48
+ "@latticexyz/cli": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309",
49
+ "@latticexyz/gas-report": "2.2.0-main-84c9ef42a6a8239d3ad2526adb0a96332f1cc309"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
@@ -59,8 +59,8 @@
59
59
  "build:mud": "mud build",
60
60
  "clean": "pnpm run clean:abi && pnpm run clean:js && pnpm run clean:mud",
61
61
  "clean:abi": "forge clean",
62
- "clean:js": "npx shx rm -rf dist",
63
- "clean:mud": "npx shx rm -rf src/codegen",
62
+ "clean:js": "shx rm -rf dist",
63
+ "clean:mud": "shx rm -rf src/codegen",
64
64
  "dev": "tsup --watch",
65
65
  "gas-report": "gas-report --save gas-report.json",
66
66
  "lint": "solhint --config ./.solhint.json 'src/**/*.sol'",