@latticexyz/cli 2.0.0-alpha.52 → 2.0.0-alpha.53

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
@@ -11759,7 +11759,7 @@ import path8 from "path";
11759
11759
  // package.json
11760
11760
  var package_default = {
11761
11761
  name: "@latticexyz/cli",
11762
- version: "2.0.0-alpha.52+cb1ecbcd",
11762
+ version: "2.0.0-alpha.53+eb7985e7",
11763
11763
  description: "Command line interface for mud",
11764
11764
  main: "dist/index.js",
11765
11765
  types: "dist/index.d.ts",
@@ -11786,7 +11786,7 @@ var package_default = {
11786
11786
  release: "npm publish --access=public"
11787
11787
  },
11788
11788
  devDependencies: {
11789
- "@latticexyz/store": "^2.0.0-alpha.52+cb1ecbcd",
11789
+ "@latticexyz/store": "^2.0.0-alpha.53+eb7985e7",
11790
11790
  "@types/ejs": "^3.1.1",
11791
11791
  "@types/glob": "^7.2.0",
11792
11792
  "@types/node": "^17.0.34",
@@ -11799,10 +11799,10 @@ var package_default = {
11799
11799
  dependencies: {
11800
11800
  "@improbable-eng/grpc-web": "^0.15.0",
11801
11801
  "@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
11802
- "@latticexyz/schema-type": "^2.0.0-alpha.52+cb1ecbcd",
11803
- "@latticexyz/services": "^2.0.0-alpha.52+cb1ecbcd",
11804
- "@latticexyz/solecs": "^2.0.0-alpha.52+cb1ecbcd",
11805
- "@latticexyz/std-contracts": "^2.0.0-alpha.52+cb1ecbcd",
11802
+ "@latticexyz/schema-type": "^2.0.0-alpha.53+eb7985e7",
11803
+ "@latticexyz/services": "^2.0.0-alpha.53+eb7985e7",
11804
+ "@latticexyz/solecs": "^2.0.0-alpha.53+eb7985e7",
11805
+ "@latticexyz/std-contracts": "^2.0.0-alpha.53+eb7985e7",
11806
11806
  "@solidity-parser/parser": "^0.16.0",
11807
11807
  "@typechain/ethers-v5": "^10.1.1",
11808
11808
  chalk: "^5.0.1",
@@ -11829,7 +11829,7 @@ var package_default = {
11829
11829
  zod: "^3.21.4",
11830
11830
  "zod-validation-error": "^1.0.1"
11831
11831
  },
11832
- gitHead: "cb1ecbcd036ead1b1ba0b717c7531d15beaeb106"
11832
+ gitHead: "eb7985e764221b7bfcc740912d6f4660119718f1"
11833
11833
  };
11834
11834
 
11835
11835
  // 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.52+cb1ecbcd",
3
+ "version": "2.0.0-alpha.53+eb7985e7",
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.52+cb1ecbcd",
30
+ "@latticexyz/store": "^2.0.0-alpha.53+eb7985e7",
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.52+cb1ecbcd",
44
- "@latticexyz/services": "^2.0.0-alpha.52+cb1ecbcd",
45
- "@latticexyz/solecs": "^2.0.0-alpha.52+cb1ecbcd",
46
- "@latticexyz/std-contracts": "^2.0.0-alpha.52+cb1ecbcd",
43
+ "@latticexyz/schema-type": "^2.0.0-alpha.53+eb7985e7",
44
+ "@latticexyz/services": "^2.0.0-alpha.53+eb7985e7",
45
+ "@latticexyz/solecs": "^2.0.0-alpha.53+eb7985e7",
46
+ "@latticexyz/std-contracts": "^2.0.0-alpha.53+eb7985e7",
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": "cb1ecbcd036ead1b1ba0b717c7531d15beaeb106"
73
+ "gitHead": "eb7985e764221b7bfcc740912d6f4660119718f1"
74
74
  }