@latticexyz/cli 2.2.23-122945eb02d5d8b6475aec2e88f72340ea81f2d6 → 2.2.23-326669324dec7d19a4847159685b139ea9773ccb
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.
@@ -2317,7 +2317,7 @@ function parseEnv() {
|
|
2317
2317
|
try {
|
2318
2318
|
return envSchema.parse({
|
2319
2319
|
// tsup replaces the env vars with their values at compile time
|
2320
|
-
MUD_PACKAGES: '{"@latticexyz/abi-ts":{"localPath":"packages/abi-ts"},"@latticexyz/block-logs-stream":{"localPath":"packages/block-logs-stream"},"@latticexyz/cli":{"localPath":"packages/cli"},"@latticexyz/common":{"localPath":"packages/common"},"@latticexyz/config":{"localPath":"packages/config"},"create-mud":{"localPath":"packages/create-mud"},"@latticexyz/dev-tools":{"localPath":"packages/dev-tools"},"@latticexyz/entrykit":{"localPath":"packages/entrykit"},"@latticexyz/explorer":{"localPath":"packages/explorer"},"@latticexyz/faucet":{"localPath":"packages/faucet"},"@latticexyz/gas-report":{"localPath":"packages/gas-report"},"@latticexyz/paymaster":{"localPath":"packages/paymaster"},"@latticexyz/protocol-parser":{"localPath":"packages/protocol-parser"},"@latticexyz/react":{"localPath":"packages/react"},"@latticexyz/recs":{"localPath":"packages/recs"},"@latticexyz/schema-type":{"localPath":"packages/schema-type"},"solhint-config-mud":{"localPath":"packages/solhint-config-mud"},"solhint-plugin-mud":{"localPath":"packages/solhint-plugin-mud"},"@latticexyz/stash":{"localPath":"packages/stash"},"@latticexyz/store-indexer":{"localPath":"packages/store-indexer"},"@latticexyz/store-sync":{"localPath":"packages/store-sync"},"@latticexyz/store":{"localPath":"packages/store"},"@latticexyz/utils":{"localPath":"packages/utils"},"vite-plugin-mud":{"localPath":"packages/vite-plugin-mud"},"@latticexyz/world-consumer":{"localPath":"packages/world-consumer"},"@latticexyz/world-module-callwithsignature":{"localPath":"packages/world-module-callwithsignature"},"@latticexyz/world-module-erc20":{"localPath":"packages/world-module-erc20"},"@latticexyz/world-module-metadata":{"localPath":"packages/world-module-metadata"},"@latticexyz/world-modules":{"localPath":"packages/world-modules"},"@latticexyz/world":{"localPath":"packages/world"}}'
|
2320
|
+
MUD_PACKAGES: '{"@latticexyz/abi-ts":{"localPath":"packages/abi-ts"},"@latticexyz/block-logs-stream":{"localPath":"packages/block-logs-stream"},"@latticexyz/cli":{"localPath":"packages/cli"},"@latticexyz/common":{"localPath":"packages/common"},"@latticexyz/config":{"localPath":"packages/config"},"create-mud":{"localPath":"packages/create-mud"},"@latticexyz/dev-tools":{"localPath":"packages/dev-tools"},"@latticexyz/entrykit":{"localPath":"packages/entrykit"},"@latticexyz/explorer":{"localPath":"packages/explorer"},"@latticexyz/faucet":{"localPath":"packages/faucet"},"@latticexyz/gas-report":{"localPath":"packages/gas-report"},"@latticexyz/id.place":{"localPath":"packages/id.place"},"@latticexyz/paymaster":{"localPath":"packages/paymaster"},"@latticexyz/protocol-parser":{"localPath":"packages/protocol-parser"},"@latticexyz/react":{"localPath":"packages/react"},"@latticexyz/recs":{"localPath":"packages/recs"},"@latticexyz/schema-type":{"localPath":"packages/schema-type"},"solhint-config-mud":{"localPath":"packages/solhint-config-mud"},"solhint-plugin-mud":{"localPath":"packages/solhint-plugin-mud"},"@latticexyz/stash":{"localPath":"packages/stash"},"@latticexyz/store-indexer":{"localPath":"packages/store-indexer"},"@latticexyz/store-sync":{"localPath":"packages/store-sync"},"@latticexyz/store":{"localPath":"packages/store"},"@latticexyz/utils":{"localPath":"packages/utils"},"vite-plugin-mud":{"localPath":"packages/vite-plugin-mud"},"@latticexyz/world-consumer":{"localPath":"packages/world-consumer"},"@latticexyz/world-module-callwithsignature":{"localPath":"packages/world-module-callwithsignature"},"@latticexyz/world-module-erc20":{"localPath":"packages/world-module-erc20"},"@latticexyz/world-module-metadata":{"localPath":"packages/world-module-metadata"},"@latticexyz/world-modules":{"localPath":"packages/world-modules"},"@latticexyz/world":{"localPath":"packages/world"}}'
|
2321
2321
|
});
|
2322
2322
|
} catch (error4) {
|
2323
2323
|
if (error4 instanceof ZodError) {
|
@@ -3249,4 +3249,4 @@ var commands = [
|
|
3249
3249
|
export {
|
3250
3250
|
commands
|
3251
3251
|
};
|
3252
|
-
//# sourceMappingURL=commands-
|
3252
|
+
//# sourceMappingURL=commands-OCYKSDPV.js.map
|
package/dist/mud.js
CHANGED
@@ -8,7 +8,7 @@ async function run() {
|
|
8
8
|
const { default: chalk } = await import("chalk");
|
9
9
|
const { hideBin } = await import("yargs/helpers");
|
10
10
|
const { logError } = await import("./errors-AEHMTQDQ.js");
|
11
|
-
const { commands } = await import("./commands-
|
11
|
+
const { commands } = await import("./commands-OCYKSDPV.js");
|
12
12
|
yargs(hideBin(process.argv)).scriptName("mud").command(commands).strict().fail((msg, err) => {
|
13
13
|
console.error(chalk.red(msg));
|
14
14
|
if (msg.includes("Missing required argument")) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/cli",
|
3
|
-
"version": "2.2.23-
|
3
|
+
"version": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
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/abi-ts": "2.2.23-
|
53
|
-
"@latticexyz/block-logs-stream": "2.2.23-
|
54
|
-
"@latticexyz/common": "2.2.23-
|
55
|
-
"@latticexyz/config": "2.2.23-
|
56
|
-
"@latticexyz/gas-report": "2.2.23-
|
57
|
-
"@latticexyz/protocol-parser": "2.2.23-
|
58
|
-
"@latticexyz/schema-type": "2.2.23-
|
59
|
-
"@latticexyz/store": "2.2.23-
|
60
|
-
"@latticexyz/store-sync": "2.2.23-
|
61
|
-
"@latticexyz/utils": "2.2.23-
|
62
|
-
"@latticexyz/world": "2.2.23-
|
63
|
-
"@latticexyz/world-module-callwithsignature": "2.2.23-
|
64
|
-
"@latticexyz/world-module-metadata": "2.2.23-
|
52
|
+
"@latticexyz/abi-ts": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
53
|
+
"@latticexyz/block-logs-stream": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
54
|
+
"@latticexyz/common": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
55
|
+
"@latticexyz/config": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
56
|
+
"@latticexyz/gas-report": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
57
|
+
"@latticexyz/protocol-parser": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
58
|
+
"@latticexyz/schema-type": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
59
|
+
"@latticexyz/store": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
60
|
+
"@latticexyz/store-sync": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
61
|
+
"@latticexyz/utils": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
62
|
+
"@latticexyz/world": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
63
|
+
"@latticexyz/world-module-callwithsignature": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb",
|
64
|
+
"@latticexyz/world-module-metadata": "2.2.23-326669324dec7d19a4847159685b139ea9773ccb"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
67
|
"@types/debug": "^4.1.7",
|
File without changes
|