@latticexyz/cli 2.0.0-alpha.64 → 2.0.0-alpha.65
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
deploy
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-VQQZJE3V.js";
|
|
4
4
|
import {
|
|
5
5
|
MUDError,
|
|
6
6
|
loadStoreConfig,
|
|
@@ -3452,7 +3452,7 @@ import path5 from "path";
|
|
|
3452
3452
|
// package.json
|
|
3453
3453
|
var package_default = {
|
|
3454
3454
|
name: "@latticexyz/cli",
|
|
3455
|
-
version: "2.0.0-alpha.
|
|
3455
|
+
version: "2.0.0-alpha.65+cbef50d0",
|
|
3456
3456
|
description: "Command line interface for mud",
|
|
3457
3457
|
main: "dist/index.js",
|
|
3458
3458
|
types: "dist/index.d.ts",
|
|
@@ -3480,7 +3480,7 @@ var package_default = {
|
|
|
3480
3480
|
release: "npm publish --access=public"
|
|
3481
3481
|
},
|
|
3482
3482
|
devDependencies: {
|
|
3483
|
-
"@latticexyz/store": "^2.0.0-alpha.
|
|
3483
|
+
"@latticexyz/store": "^2.0.0-alpha.65+cbef50d0",
|
|
3484
3484
|
"@types/ejs": "^3.1.1",
|
|
3485
3485
|
"@types/glob": "^7.2.0",
|
|
3486
3486
|
"@types/node": "^17.0.34",
|
|
@@ -3493,10 +3493,10 @@ var package_default = {
|
|
|
3493
3493
|
dependencies: {
|
|
3494
3494
|
"@improbable-eng/grpc-web": "^0.15.0",
|
|
3495
3495
|
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
|
|
3496
|
-
"@latticexyz/schema-type": "^2.0.0-alpha.
|
|
3497
|
-
"@latticexyz/services": "^2.0.0-alpha.
|
|
3498
|
-
"@latticexyz/solecs": "^2.0.0-alpha.
|
|
3499
|
-
"@latticexyz/std-contracts": "^2.0.0-alpha.
|
|
3496
|
+
"@latticexyz/schema-type": "^2.0.0-alpha.65+cbef50d0",
|
|
3497
|
+
"@latticexyz/services": "^2.0.0-alpha.65+cbef50d0",
|
|
3498
|
+
"@latticexyz/solecs": "^2.0.0-alpha.65+cbef50d0",
|
|
3499
|
+
"@latticexyz/std-contracts": "^2.0.0-alpha.65+cbef50d0",
|
|
3500
3500
|
"@solidity-parser/parser": "^0.16.0",
|
|
3501
3501
|
"@typechain/ethers-v5": "^10.1.1",
|
|
3502
3502
|
chalk: "^5.0.1",
|
|
@@ -3524,7 +3524,7 @@ var package_default = {
|
|
|
3524
3524
|
zod: "^3.21.4",
|
|
3525
3525
|
"zod-validation-error": "^1.0.1"
|
|
3526
3526
|
},
|
|
3527
|
-
gitHead: "
|
|
3527
|
+
gitHead: "cbef50d07e65802dc49baeb26065d9a61ae59228"
|
|
3528
3528
|
};
|
|
3529
3529
|
|
|
3530
3530
|
// src/commands/set-version.ts
|