@latticexyz/cli 2.2.18-e6e01e39ebe88b0bd37d3ce4184d9753c0b9d9f0 → 2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368
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.
package/dist/mud.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
#!/usr/bin/env node
|
2
|
-
import*as i from"dotenv";i.config();async function l(){let{default:r}=await import("yargs"),{default:o}=await import("chalk"),{hideBin:e}=await import("yargs/helpers"),{logError:s}=await import("./errors-R4UWN5VJ.js"),{commands:t}=await import("./commands-
|
2
|
+
import*as i from"dotenv";i.config();async function l(){let{default:r}=await import("yargs"),{default:o}=await import("chalk"),{hideBin:e}=await import("yargs/helpers"),{logError:s}=await import("./errors-R4UWN5VJ.js"),{commands:t}=await import("./commands-ORMBXY4R.js");r(e(process.argv)).scriptName("mud").command(t).strict().fail((a,n)=>{console.error(o.red(a)),a.includes("Missing required argument")&&console.log(o.yellow(`Run 'pnpm mud ${process.argv[2]} --help' for a list of available and required arguments.`)),console.log(""),n!=null&&(s(n),console.log("")),process.exit(1)}).alias({h:"help"}).argv}l();
|
3
3
|
//# sourceMappingURL=mud.js.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/cli",
|
3
|
-
"version": "2.2.18-
|
3
|
+
"version": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
4
4
|
"description": "Command line interface for mud",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -49,19 +49,19 @@
|
|
49
49
|
"yargs": "^17.7.1",
|
50
50
|
"zod": "3.23.8",
|
51
51
|
"zod-validation-error": "^1.3.0",
|
52
|
-
"@latticexyz/
|
53
|
-
"@latticexyz/
|
54
|
-
"@latticexyz/common": "2.2.18-
|
55
|
-
"@latticexyz/config": "2.2.18-
|
56
|
-
"@latticexyz/gas-report": "2.2.18-
|
57
|
-
"@latticexyz/protocol-parser": "2.2.18-
|
58
|
-
"@latticexyz/schema-type": "2.2.18-
|
59
|
-
"@latticexyz/store": "2.2.18-
|
60
|
-
"@latticexyz/store-sync": "2.2.18-
|
61
|
-
"@latticexyz/utils": "2.2.18-
|
62
|
-
"@latticexyz/world": "2.2.18-
|
63
|
-
"@latticexyz/world-module-
|
64
|
-
"@latticexyz/world-module-
|
52
|
+
"@latticexyz/block-logs-stream": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
53
|
+
"@latticexyz/abi-ts": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
54
|
+
"@latticexyz/common": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
55
|
+
"@latticexyz/config": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
56
|
+
"@latticexyz/gas-report": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
57
|
+
"@latticexyz/protocol-parser": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
58
|
+
"@latticexyz/schema-type": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
59
|
+
"@latticexyz/store": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
60
|
+
"@latticexyz/store-sync": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
61
|
+
"@latticexyz/utils": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
62
|
+
"@latticexyz/world": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
63
|
+
"@latticexyz/world-module-metadata": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368",
|
64
|
+
"@latticexyz/world-module-callwithsignature": "2.2.18-f0433092876e2ac9b5b12cd0ecae9c120a2d0368"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
67
|
"@types/debug": "^4.1.7",
|
@@ -71,8 +71,7 @@
|
|
71
71
|
"@types/toposort": "^2.0.6",
|
72
72
|
"@types/yargs": "^17.0.10",
|
73
73
|
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
|
74
|
-
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1"
|
75
|
-
"vitest": "0.34.6"
|
74
|
+
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1"
|
76
75
|
},
|
77
76
|
"scripts": {
|
78
77
|
"build": "pnpm run build:js && pnpm run build:test-tables",
|