@latticexyz/cli 2.0.0-alpha.43 → 2.0.0-alpha.45

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
@@ -11749,7 +11749,7 @@ import path8 from "path";
11749
11749
  // package.json
11750
11750
  var package_default = {
11751
11751
  name: "@latticexyz/cli",
11752
- version: "2.0.0-alpha.43+38b355c5",
11752
+ version: "2.0.0-alpha.45+fcba784c",
11753
11753
  description: "Command line interface for mud",
11754
11754
  main: "dist/index.js",
11755
11755
  types: "dist/index.d.ts",
@@ -11776,7 +11776,7 @@ var package_default = {
11776
11776
  release: "npm publish --access=public"
11777
11777
  },
11778
11778
  devDependencies: {
11779
- "@latticexyz/store": "^2.0.0-alpha.43+38b355c5",
11779
+ "@latticexyz/store": "^2.0.0-alpha.45+fcba784c",
11780
11780
  "@types/ejs": "^3.1.1",
11781
11781
  "@types/glob": "^7.2.0",
11782
11782
  "@types/node": "^17.0.34",
@@ -11789,10 +11789,10 @@ var package_default = {
11789
11789
  dependencies: {
11790
11790
  "@improbable-eng/grpc-web": "^0.15.0",
11791
11791
  "@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
11792
- "@latticexyz/schema-type": "^2.0.0-alpha.43+38b355c5",
11793
- "@latticexyz/services": "^2.0.0-alpha.43+38b355c5",
11794
- "@latticexyz/solecs": "^2.0.0-alpha.43+38b355c5",
11795
- "@latticexyz/std-contracts": "^2.0.0-alpha.43+38b355c5",
11792
+ "@latticexyz/schema-type": "^2.0.0-alpha.45+fcba784c",
11793
+ "@latticexyz/services": "^2.0.0-alpha.45+fcba784c",
11794
+ "@latticexyz/solecs": "^2.0.0-alpha.45+fcba784c",
11795
+ "@latticexyz/std-contracts": "^2.0.0-alpha.45+fcba784c",
11796
11796
  "@solidity-parser/parser": "^0.16.0",
11797
11797
  "@typechain/ethers-v5": "^10.1.1",
11798
11798
  chalk: "^5.0.1",
@@ -11819,7 +11819,7 @@ var package_default = {
11819
11819
  zod: "^3.21.4",
11820
11820
  "zod-validation-error": "^1.0.1"
11821
11821
  },
11822
- gitHead: "38b355c562a1e5c020deb6553a000a4d34d5fd86"
11822
+ gitHead: "fcba784c0da6e95cc661fdd560279f880ba95b18"
11823
11823
  };
11824
11824
 
11825
11825
  // 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.43+38b355c5",
3
+ "version": "2.0.0-alpha.45+fcba784c",
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.43+38b355c5",
30
+ "@latticexyz/store": "^2.0.0-alpha.45+fcba784c",
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.43+38b355c5",
44
- "@latticexyz/services": "^2.0.0-alpha.43+38b355c5",
45
- "@latticexyz/solecs": "^2.0.0-alpha.43+38b355c5",
46
- "@latticexyz/std-contracts": "^2.0.0-alpha.43+38b355c5",
43
+ "@latticexyz/schema-type": "^2.0.0-alpha.45+fcba784c",
44
+ "@latticexyz/services": "^2.0.0-alpha.45+fcba784c",
45
+ "@latticexyz/solecs": "^2.0.0-alpha.45+fcba784c",
46
+ "@latticexyz/std-contracts": "^2.0.0-alpha.45+fcba784c",
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": "38b355c562a1e5c020deb6553a000a4d34d5fd86"
73
+ "gitHead": "fcba784c0da6e95cc661fdd560279f880ba95b18"
74
74
  }