@latticexyz/cli 2.2.23-e76d72504e7ee51c76fa380bdc4a56f4815b7b59 → 2.2.23

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.
@@ -132,7 +132,7 @@ import { existsSync as existsSync2, mkdirSync, readFileSync as readFileSync3, wr
132
132
  // package.json
133
133
  var package_default = {
134
134
  name: "@latticexyz/cli",
135
- version: "2.2.22",
135
+ version: "2.2.23",
136
136
  description: "Command line interface for mud",
137
137
  repository: {
138
138
  type: "git",
@@ -186,7 +186,7 @@ var package_default = {
186
186
  "@latticexyz/world": "workspace:*",
187
187
  "@latticexyz/world-module-callwithsignature": "workspace:*",
188
188
  "@latticexyz/world-module-metadata": "workspace:*",
189
- abitype: "1.0.6",
189
+ abitype: "1.0.9",
190
190
  "asn1.js": "^5.4.1",
191
191
  chalk: "^5.0.1",
192
192
  chokidar: "^3.5.3",
@@ -202,7 +202,7 @@ var package_default = {
202
202
  rxjs: "7.5.5",
203
203
  "throttle-debounce": "^5.0.0",
204
204
  toposort: "^2.0.2",
205
- viem: "2.30.6",
205
+ viem: "2.35.1",
206
206
  yargs: "^17.7.1",
207
207
  zod: "3.23.8",
208
208
  "zod-validation-error": "^1.3.0"
@@ -2219,7 +2219,7 @@ import { MUDError as MUDError3 } from "@latticexyz/common/errors";
2219
2219
  // package.json with { type: 'json' }
2220
2220
  var package_default2 = {
2221
2221
  name: "@latticexyz/cli",
2222
- version: "2.2.22",
2222
+ version: "2.2.23",
2223
2223
  description: "Command line interface for mud",
2224
2224
  repository: {
2225
2225
  type: "git",
@@ -2273,7 +2273,7 @@ var package_default2 = {
2273
2273
  "@latticexyz/world": "workspace:*",
2274
2274
  "@latticexyz/world-module-callwithsignature": "workspace:*",
2275
2275
  "@latticexyz/world-module-metadata": "workspace:*",
2276
- abitype: "1.0.6",
2276
+ abitype: "1.0.9",
2277
2277
  "asn1.js": "^5.4.1",
2278
2278
  chalk: "^5.0.1",
2279
2279
  chokidar: "^3.5.3",
@@ -2289,7 +2289,7 @@ var package_default2 = {
2289
2289
  rxjs: "7.5.5",
2290
2290
  "throttle-debounce": "^5.0.0",
2291
2291
  toposort: "^2.0.2",
2292
- viem: "2.30.6",
2292
+ viem: "2.35.1",
2293
2293
  yargs: "^17.7.1",
2294
2294
  zod: "3.23.8",
2295
2295
  "zod-validation-error": "^1.3.0"
@@ -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-DNIXZPWR.js.map
3252
+ //# sourceMappingURL=commands-IDBOJLTZ.js.map