@latticexyz/cli 2.2.18-c44207f620a38653497b78db0b71f5de7bc1a940 → 2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97
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-TC2F5WA4.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-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
4
4
|
"description": "Command line interface for mud",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"chokidar": "^3.5.3",
|
36
36
|
"debug": "^4.3.4",
|
37
37
|
"dotenv": "^16.0.3",
|
38
|
-
"execa": "^
|
38
|
+
"execa": "^7.0.0",
|
39
39
|
"find-up": "^6.3.0",
|
40
40
|
"glob": "^10.4.2",
|
41
41
|
"openurl": "^1.1.1",
|
@@ -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/abi-ts": "2.2.18-
|
53
|
-
"@latticexyz/block-logs-stream": "2.2.18-
|
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-callwithsignature": "2.2.18-
|
64
|
-
"@latticexyz/world-module-metadata": "2.2.18-
|
52
|
+
"@latticexyz/abi-ts": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
53
|
+
"@latticexyz/block-logs-stream": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
54
|
+
"@latticexyz/common": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
55
|
+
"@latticexyz/config": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
56
|
+
"@latticexyz/gas-report": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
57
|
+
"@latticexyz/protocol-parser": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
58
|
+
"@latticexyz/schema-type": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
59
|
+
"@latticexyz/store": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
60
|
+
"@latticexyz/store-sync": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
61
|
+
"@latticexyz/utils": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
62
|
+
"@latticexyz/world": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
63
|
+
"@latticexyz/world-module-callwithsignature": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97",
|
64
|
+
"@latticexyz/world-module-metadata": "2.2.18-e1db80ad5648a9c77b757cda3930aa134e0f1c97"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
67
|
"@types/debug": "^4.1.7",
|