create-mud 2.0.0-alpha.1.239 → 2.0.0-alpha.1.242

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/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var t=require("create-create-app"),a=require("path");var e={name:"create-mud",version:"2.0.0-alpha.1.239+5afabfac",description:"Create a new MUD project",license:"MIT",author:"Lattice <mud@lattice.xyz>",bin:"dist/cli.js",files:["dist"],scripts:{build:"pnpm run build:js","build:js":"tsup && ./scripts/copy-templates.sh",clean:"pnpm run clean:js","clean:js":"rimraf dist",dev:"tsup --watch",prepublishOnly:"npm run clean && npm run build",test:"pnpm run test:vanilla && pnpm run test:react && pnpm run test:phaser && pnpm run test:threejs","test:phaser":"dist/cli.js test-project --template phaser && rimraf test-project","test:react":"dist/cli.js test-project --template react && rimraf test-project","test:threejs":"dist/cli.js test-project --template threejs && rimraf test-project","test:vanilla":"dist/cli.js test-project --template vanilla && rimraf test-project"},dependencies:{"create-create-app":"git+https://github.com/holic/create-create-app#74376c59b48a04aabbe94d9cacfe9cb1cecccd63"},devDependencies:{"@types/node":"^18.15.11",tsup:"^6.7.0",typescript:"^4.9.5"},publishConfig:{access:"public",registry:"https://registry.npmjs.org"},gitHead:"5afabfaca2755b3fe1869f6d8a614ac14836a4c2"};var c=(0,a.resolve)(__dirname,"..","dist","templates");(0,t.create)("create-mud",{templateRoot:c,defaultTemplate:"vanilla",defaultPackageManager:"pnpm",promptForDescription:!1,promptForAuthor:!1,promptForEmail:!1,promptForLicense:!1,promptForTemplate:!0,caveat:({answers:r,packageManager:s})=>`Done! Play in the MUD with \`cd ${r.name}\` and \`${s} run dev\``,extra:{"mud-version":{type:"input",describe:"The version of MUD packages to use, defaults to latest",default:e.version}}});
2
+ "use strict";var t=require("create-create-app"),r=require("path");var e={name:"create-mud",version:"2.0.0-alpha.1.242+8c869bff",description:"Create a new MUD project",license:"MIT",author:"Lattice <mud@lattice.xyz>",bin:"dist/cli.js",files:["dist"],scripts:{build:"pnpm run build:js","build:js":"tsup && ./scripts/copy-templates.sh",clean:"pnpm run clean:js","clean:js":"rimraf dist",dev:"tsup --watch",prepublishOnly:"npm run clean && npm run build",test:"pnpm run test:vanilla && pnpm run test:react && pnpm run test:phaser && pnpm run test:threejs","test:phaser":"dist/cli.js test-project --template phaser && rimraf test-project","test:react":"dist/cli.js test-project --template react && rimraf test-project","test:threejs":"dist/cli.js test-project --template threejs && rimraf test-project","test:vanilla":"dist/cli.js test-project --template vanilla && rimraf test-project"},dependencies:{"create-create-app":"git+https://github.com/holic/create-create-app#74376c59b48a04aabbe94d9cacfe9cb1cecccd63"},devDependencies:{"@types/node":"^18.15.11",tsup:"^6.7.0",typescript:"^4.9.5"},publishConfig:{access:"public",registry:"https://registry.npmjs.org"},gitHead:"8c869bff7a7d505ab00abb38110c72bb7436e4ef"};var i=(0,r.resolve)(__dirname,"..","dist","templates");(0,t.create)("create-mud",{templateRoot:i,defaultTemplate:"vanilla",defaultPackageManager:"pnpm",promptForDescription:!1,promptForAuthor:!1,promptForEmail:!1,promptForLicense:!1,promptForTemplate:!0,caveat:({answers:s,packageManager:a})=>`Done! Play in the MUD with \`cd ${s.name}\` and \`${a} run dev\``,extra:{"mud-version":{type:"input",describe:"The version of MUD packages to use, defaults to latest",default:e.version}}});
@@ -8,7 +8,7 @@
8
8
  "build:abi": "forge clean && forge build",
9
9
  "build:mud": "mud tablegen && mud worldgen && mud tsgen --configPath mud.config.ts --out ../client/src/mud",
10
10
  "build:typechain": "rimraf types && typechain --target=ethers-v5 out/IWorld.sol/IWorld.json",
11
- "deploy": "pnpm run build && mud deploy",
11
+ "deploy:local": "pnpm run build && mud deploy",
12
12
  "deploy:testnet": "pnpm run build && mud deploy --profile=lattice-testnet",
13
13
  "dev": "pnpm mud dev-contracts --tsgenOutput ../client/src/mud",
14
14
  "lint": "pnpm run prettier && pnpm run solhint",
@@ -8,7 +8,7 @@
8
8
  "build:abi": "forge clean && forge build",
9
9
  "build:mud": "mud tablegen && mud worldgen && mud tsgen --configPath mud.config.ts --out ../client/src/mud",
10
10
  "build:typechain": "rimraf types && typechain --target=ethers-v5 out/IWorld.sol/IWorld.json",
11
- "deploy": "pnpm run build && mud deploy",
11
+ "deploy:local": "pnpm run build && mud deploy",
12
12
  "deploy:testnet": "pnpm run build && mud deploy --profile=lattice-testnet",
13
13
  "dev": "pnpm mud dev-contracts --tsgenOutput ../client/src/mud",
14
14
  "lint": "pnpm run prettier && pnpm run solhint",
@@ -8,7 +8,7 @@
8
8
  "build:abi": "forge clean && forge build",
9
9
  "build:mud": "mud tablegen && mud worldgen && mud tsgen --configPath mud.config.ts --out ../client/src/mud",
10
10
  "build:typechain": "rimraf types && typechain --target=ethers-v5 out/IWorld.sol/IWorld.json",
11
- "deploy": "pnpm run build && mud deploy",
11
+ "deploy:local": "pnpm run build && mud deploy",
12
12
  "deploy:testnet": "pnpm run build && mud deploy --profile=lattice-testnet",
13
13
  "dev": "pnpm mud dev-contracts --tsgenOutput ../client/src/mud",
14
14
  "lint": "pnpm run prettier && pnpm run solhint",
@@ -8,7 +8,7 @@
8
8
  "build:abi": "forge clean && forge build",
9
9
  "build:mud": "mud tablegen && mud worldgen && mud tsgen --configPath mud.config.ts --out ../client/src/mud",
10
10
  "build:typechain": "rimraf types && typechain --target=ethers-v5 out/IWorld.sol/IWorld.json",
11
- "deploy": "pnpm run build && mud deploy",
11
+ "deploy:local": "pnpm run build && mud deploy",
12
12
  "deploy:testnet": "pnpm run build && mud deploy --profile=lattice-testnet",
13
13
  "dev": "pnpm mud dev-contracts --tsgenOutput ../client/src/mud",
14
14
  "lint": "pnpm run prettier && pnpm run solhint",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mud",
3
- "version": "2.0.0-alpha.1.239+5afabfac",
3
+ "version": "2.0.0-alpha.1.242+8c869bff",
4
4
  "description": "Create a new MUD project",
5
5
  "license": "MIT",
6
6
  "author": "Lattice <mud@lattice.xyz>",
@@ -33,5 +33,5 @@
33
33
  "access": "public",
34
34
  "registry": "https://registry.npmjs.org"
35
35
  },
36
- "gitHead": "5afabfaca2755b3fe1869f6d8a614ac14836a4c2"
36
+ "gitHead": "8c869bff7a7d505ab00abb38110c72bb7436e4ef"
37
37
  }