@latticexyz/cli 2.0.0-alpha.69 → 2.0.0-alpha.72
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-QGY6YXME.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.72+2b5fb5e9",
|
|
3456
3456
|
description: "Command line interface for mud",
|
|
3457
3457
|
main: "dist/index.js",
|
|
3458
3458
|
types: "dist/index.d.ts",
|
|
@@ -3468,7 +3468,7 @@ var package_default = {
|
|
|
3468
3468
|
directory: "packages/cli"
|
|
3469
3469
|
},
|
|
3470
3470
|
scripts: {
|
|
3471
|
-
prepare: "yarn build
|
|
3471
|
+
prepare: "yarn build",
|
|
3472
3472
|
codegen: "ts-node --esm --files ./scripts/codegen.ts",
|
|
3473
3473
|
lint: "eslint . --ext .ts",
|
|
3474
3474
|
dev: "tsup --watch",
|
|
@@ -3476,11 +3476,10 @@ var package_default = {
|
|
|
3476
3476
|
link: "yarn link",
|
|
3477
3477
|
test: "vitest typecheck --run && yarn test:contracts",
|
|
3478
3478
|
"test:contracts": "yarn codegen && forge test",
|
|
3479
|
-
"git:install": "bash git-install.sh",
|
|
3480
3479
|
release: "npm publish --access=public"
|
|
3481
3480
|
},
|
|
3482
3481
|
devDependencies: {
|
|
3483
|
-
"@latticexyz/store": "^2.0.0-alpha.
|
|
3482
|
+
"@latticexyz/store": "^2.0.0-alpha.72+2b5fb5e9",
|
|
3484
3483
|
"@types/ejs": "^3.1.1",
|
|
3485
3484
|
"@types/glob": "^7.2.0",
|
|
3486
3485
|
"@types/node": "^17.0.34",
|
|
@@ -3493,10 +3492,10 @@ var package_default = {
|
|
|
3493
3492
|
dependencies: {
|
|
3494
3493
|
"@improbable-eng/grpc-web": "^0.15.0",
|
|
3495
3494
|
"@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.
|
|
3495
|
+
"@latticexyz/schema-type": "^2.0.0-alpha.72+2b5fb5e9",
|
|
3496
|
+
"@latticexyz/services": "^2.0.0-alpha.72+2b5fb5e9",
|
|
3497
|
+
"@latticexyz/solecs": "^2.0.0-alpha.72+2b5fb5e9",
|
|
3498
|
+
"@latticexyz/std-contracts": "^2.0.0-alpha.72+2b5fb5e9",
|
|
3500
3499
|
"@solidity-parser/parser": "^0.16.0",
|
|
3501
3500
|
"@typechain/ethers-v5": "^10.1.1",
|
|
3502
3501
|
chalk: "^5.0.1",
|
|
@@ -3515,7 +3514,6 @@ var package_default = {
|
|
|
3515
3514
|
path: "^0.12.7",
|
|
3516
3515
|
prettier: "^2.8.4",
|
|
3517
3516
|
"prettier-plugin-solidity": "^1.1.2",
|
|
3518
|
-
solmate: "https://github.com/Rari-Capital/solmate.git#9cf1428245074e39090dceacb0c28b1f684f584c",
|
|
3519
3517
|
table: "^6.8.1",
|
|
3520
3518
|
"ts-node": "^10.9.1",
|
|
3521
3519
|
typechain: "^8.1.1",
|
|
@@ -3524,7 +3522,7 @@ var package_default = {
|
|
|
3524
3522
|
zod: "^3.21.4",
|
|
3525
3523
|
"zod-validation-error": "^1.0.1"
|
|
3526
3524
|
},
|
|
3527
|
-
gitHead: "
|
|
3525
|
+
gitHead: "2b5fb5e94ad3e7e1134608121fec6c7b6a64d539"
|
|
3528
3526
|
};
|
|
3529
3527
|
|
|
3530
3528
|
// src/commands/set-version.ts
|