@latticexyz/cli 2.0.0-alpha.39 → 2.0.0-alpha.40

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 (2) hide show
  1. package/dist/mud.js +7 -7
  2. package/package.json +7 -7
package/dist/mud.js CHANGED
@@ -11750,7 +11750,7 @@ import path8 from "path";
11750
11750
  // package.json
11751
11751
  var package_default = {
11752
11752
  name: "@latticexyz/cli",
11753
- version: "2.0.0-alpha.39+9af097de",
11753
+ version: "2.0.0-alpha.40+1e0ddb9a",
11754
11754
  description: "Command line interface for mud",
11755
11755
  main: "dist/index.js",
11756
11756
  types: "dist/index.d.ts",
@@ -11777,7 +11777,7 @@ var package_default = {
11777
11777
  release: "npm publish --access=public"
11778
11778
  },
11779
11779
  devDependencies: {
11780
- "@latticexyz/store": "^2.0.0-alpha.39+9af097de",
11780
+ "@latticexyz/store": "^2.0.0-alpha.40+1e0ddb9a",
11781
11781
  "@types/ejs": "^3.1.1",
11782
11782
  "@types/glob": "^7.2.0",
11783
11783
  "@types/node": "^17.0.34",
@@ -11790,10 +11790,10 @@ var package_default = {
11790
11790
  dependencies: {
11791
11791
  "@improbable-eng/grpc-web": "^0.15.0",
11792
11792
  "@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
11793
- "@latticexyz/schema-type": "^2.0.0-alpha.39+9af097de",
11794
- "@latticexyz/services": "^2.0.0-alpha.39+9af097de",
11795
- "@latticexyz/solecs": "^2.0.0-alpha.39+9af097de",
11796
- "@latticexyz/std-contracts": "^2.0.0-alpha.39+9af097de",
11793
+ "@latticexyz/schema-type": "^2.0.0-alpha.40+1e0ddb9a",
11794
+ "@latticexyz/services": "^2.0.0-alpha.40+1e0ddb9a",
11795
+ "@latticexyz/solecs": "^2.0.0-alpha.40+1e0ddb9a",
11796
+ "@latticexyz/std-contracts": "^2.0.0-alpha.40+1e0ddb9a",
11797
11797
  "@solidity-parser/parser": "^0.16.0",
11798
11798
  "@typechain/ethers-v5": "^10.1.1",
11799
11799
  chalk: "^5.0.1",
@@ -11820,7 +11820,7 @@ var package_default = {
11820
11820
  zod: "^3.21.4",
11821
11821
  "zod-validation-error": "^1.0.1"
11822
11822
  },
11823
- gitHead: "9af097de7914d0c43b7d65ca6271260439bc6bc4"
11823
+ gitHead: "1e0ddb9adaf2376ee6b578e3fb1d1eb0b3e22206"
11824
11824
  };
11825
11825
 
11826
11826
  // src/commands/set-version.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/cli",
3
- "version": "2.0.0-alpha.39+9af097de",
3
+ "version": "2.0.0-alpha.40+1e0ddb9a",
4
4
  "description": "Command line interface for mud",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "release": "npm publish --access=public"
28
28
  },
29
29
  "devDependencies": {
30
- "@latticexyz/store": "^2.0.0-alpha.39+9af097de",
30
+ "@latticexyz/store": "^2.0.0-alpha.40+1e0ddb9a",
31
31
  "@types/ejs": "^3.1.1",
32
32
  "@types/glob": "^7.2.0",
33
33
  "@types/node": "^17.0.34",
@@ -40,10 +40,10 @@
40
40
  "dependencies": {
41
41
  "@improbable-eng/grpc-web": "^0.15.0",
42
42
  "@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
43
- "@latticexyz/schema-type": "^2.0.0-alpha.39+9af097de",
44
- "@latticexyz/services": "^2.0.0-alpha.39+9af097de",
45
- "@latticexyz/solecs": "^2.0.0-alpha.39+9af097de",
46
- "@latticexyz/std-contracts": "^2.0.0-alpha.39+9af097de",
43
+ "@latticexyz/schema-type": "^2.0.0-alpha.40+1e0ddb9a",
44
+ "@latticexyz/services": "^2.0.0-alpha.40+1e0ddb9a",
45
+ "@latticexyz/solecs": "^2.0.0-alpha.40+1e0ddb9a",
46
+ "@latticexyz/std-contracts": "^2.0.0-alpha.40+1e0ddb9a",
47
47
  "@solidity-parser/parser": "^0.16.0",
48
48
  "@typechain/ethers-v5": "^10.1.1",
49
49
  "chalk": "^5.0.1",
@@ -70,5 +70,5 @@
70
70
  "zod": "^3.21.4",
71
71
  "zod-validation-error": "^1.0.1"
72
72
  },
73
- "gitHead": "9af097de7914d0c43b7d65ca6271260439bc6bc4"
73
+ "gitHead": "1e0ddb9adaf2376ee6b578e3fb1d1eb0b3e22206"
74
74
  }