@latticexyz/cli 2.0.0-alpha.86 → 2.0.0-alpha.87
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.
|
@@ -3565,7 +3565,7 @@ import { MUDError as MUDError3 } from "@latticexyz/config";
|
|
|
3565
3565
|
// package.json
|
|
3566
3566
|
var package_default = {
|
|
3567
3567
|
name: "@latticexyz/cli",
|
|
3568
|
-
version: "2.0.0-alpha.
|
|
3568
|
+
version: "2.0.0-alpha.87+fd912b14",
|
|
3569
3569
|
description: "Command line interface for mud",
|
|
3570
3570
|
main: "dist/index.js",
|
|
3571
3571
|
types: "dist/index.d.ts",
|
|
@@ -3606,13 +3606,13 @@ var package_default = {
|
|
|
3606
3606
|
"@ethersproject/providers": "^5.7.2",
|
|
3607
3607
|
"@improbable-eng/grpc-web": "^0.15.0",
|
|
3608
3608
|
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
|
|
3609
|
-
"@latticexyz/config": "^2.0.0-alpha.
|
|
3610
|
-
"@latticexyz/schema-type": "^2.0.0-alpha.
|
|
3611
|
-
"@latticexyz/services": "^2.0.0-alpha.
|
|
3612
|
-
"@latticexyz/solecs": "^2.0.0-alpha.
|
|
3613
|
-
"@latticexyz/std-contracts": "^2.0.0-alpha.
|
|
3614
|
-
"@latticexyz/store": "^2.0.0-alpha.
|
|
3615
|
-
"@latticexyz/world": "^2.0.0-alpha.
|
|
3609
|
+
"@latticexyz/config": "^2.0.0-alpha.87+fd912b14",
|
|
3610
|
+
"@latticexyz/schema-type": "^2.0.0-alpha.87+fd912b14",
|
|
3611
|
+
"@latticexyz/services": "^2.0.0-alpha.87+fd912b14",
|
|
3612
|
+
"@latticexyz/solecs": "^2.0.0-alpha.87+fd912b14",
|
|
3613
|
+
"@latticexyz/std-contracts": "^2.0.0-alpha.87+fd912b14",
|
|
3614
|
+
"@latticexyz/store": "^2.0.0-alpha.87+fd912b14",
|
|
3615
|
+
"@latticexyz/world": "^2.0.0-alpha.87+fd912b14",
|
|
3616
3616
|
"@solidity-parser/parser": "^0.16.0",
|
|
3617
3617
|
"@typechain/ethers-v5": "^10.2.0",
|
|
3618
3618
|
chalk: "^5.0.1",
|
|
@@ -3636,7 +3636,7 @@ var package_default = {
|
|
|
3636
3636
|
zod: "^3.21.4",
|
|
3637
3637
|
"zod-validation-error": "^1.3.0"
|
|
3638
3638
|
},
|
|
3639
|
-
gitHead: "
|
|
3639
|
+
gitHead: "fd912b1497bdd4af4de7c77109ff4a402e3d646f"
|
|
3640
3640
|
};
|
|
3641
3641
|
|
|
3642
3642
|
// src/commands/set-version.ts
|
package/dist/mud.js
CHANGED
package/dist/mud2.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/cli",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.87+fd912b14",
|
|
4
4
|
"description": "Command line interface for mud",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"@ethersproject/providers": "^5.7.2",
|
|
42
42
|
"@improbable-eng/grpc-web": "^0.15.0",
|
|
43
43
|
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
|
|
44
|
-
"@latticexyz/config": "^2.0.0-alpha.
|
|
45
|
-
"@latticexyz/schema-type": "^2.0.0-alpha.
|
|
46
|
-
"@latticexyz/services": "^2.0.0-alpha.
|
|
47
|
-
"@latticexyz/solecs": "^2.0.0-alpha.
|
|
48
|
-
"@latticexyz/std-contracts": "^2.0.0-alpha.
|
|
49
|
-
"@latticexyz/store": "^2.0.0-alpha.
|
|
50
|
-
"@latticexyz/world": "^2.0.0-alpha.
|
|
44
|
+
"@latticexyz/config": "^2.0.0-alpha.87+fd912b14",
|
|
45
|
+
"@latticexyz/schema-type": "^2.0.0-alpha.87+fd912b14",
|
|
46
|
+
"@latticexyz/services": "^2.0.0-alpha.87+fd912b14",
|
|
47
|
+
"@latticexyz/solecs": "^2.0.0-alpha.87+fd912b14",
|
|
48
|
+
"@latticexyz/std-contracts": "^2.0.0-alpha.87+fd912b14",
|
|
49
|
+
"@latticexyz/store": "^2.0.0-alpha.87+fd912b14",
|
|
50
|
+
"@latticexyz/world": "^2.0.0-alpha.87+fd912b14",
|
|
51
51
|
"@solidity-parser/parser": "^0.16.0",
|
|
52
52
|
"@typechain/ethers-v5": "^10.2.0",
|
|
53
53
|
"chalk": "^5.0.1",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"zod": "^3.21.4",
|
|
72
72
|
"zod-validation-error": "^1.3.0"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "fd912b1497bdd4af4de7c77109ff4a402e3d646f"
|
|
75
75
|
}
|