create-mud 2.0.0-alpha.70 → 2.0.0-alpha.72
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 +1 -1
- package/package.json +2 -2
- package/templates/minimal/.vscode/settings.json +0 -1
- package/templates/minimal/packages/contracts/package.json +2 -3
- package/templates/minimal/packages/contracts/remappings.txt +1 -2
- package/templates/react/.vscode/settings.json +0 -1
- package/templates/react/packages/contracts/package.json +2 -3
- package/templates/react/packages/contracts/remappings.txt +1 -2
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",description:"Create a new MUD project",version:"2.0.0-alpha.
|
|
2
|
+
"use strict";var t=require("create-create-app"),a=require("path");var e={name:"create-mud",description:"Create a new MUD project",version:"2.0.0-alpha.72+2b5fb5e9",author:"Lattice <mud@lattice.xyz>",license:"MIT",bin:"dist/cli.js",files:["dist","templates"],scripts:{prepare:"yarn build",build:"tsup src/cli.ts --minify",clean:"shx rm -rf lib",dev:"tsup src/cli.ts --watch",prepublishOnly:"npm run clean && npm run build",test:'echo "TODO"',release:"npm publish --access=public"},dependencies:{"create-create-app":"git+https://github.com/holic/create-create-app#e5c8bb449033418ad8518fc73f72c1a07eab2577"},devDependencies:{"@types/node":"^17.0.29",shx:"^0.3.4",tsup:"^5.12.1",typescript:"^4.9.5"},publishConfig:{access:"public",registry:"https://registry.npmjs.org"},gitHead:"2b5fb5e94ad3e7e1134608121fec6c7b6a64d539"};var i=(0,a.resolve)(__dirname,"..","templates");(0,t.create)("create-mud",{templateRoot:i,defaultTemplate:"minimal",promptForDescription:!1,promptForAuthor:!1,promptForEmail:!1,promptForLicense:!1,promptForTemplate:!0,caveat:({answers:r})=>`Done! Play in the MUD with \`cd ${r.name}\` and \`yarn dev\``,extra:{"mud-version":{type:"input",describe:"The version of MUD packages to use, defaults to latest",default:e.version}}});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mud",
|
|
3
3
|
"description": "Create a new MUD project",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.72+2b5fb5e9",
|
|
5
5
|
"author": "Lattice <mud@lattice.xyz>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": "dist/cli.js",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"access": "public",
|
|
32
32
|
"registry": "https://registry.npmjs.org"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "2b5fb5e94ad3e7e1134608121fec6c7b6a64d539"
|
|
35
35
|
}
|
|
@@ -23,14 +23,13 @@
|
|
|
23
23
|
"@latticexyz/cli": "{{mud-version}}",
|
|
24
24
|
"@latticexyz/solecs": "{{mud-version}}",
|
|
25
25
|
"@latticexyz/std-contracts": "{{mud-version}}",
|
|
26
|
-
"@rari-capital/solmate": "https://github.com/rari-capital/solmate.git#851ea3baa4327f453da723df75b1093b58b964dc",
|
|
27
26
|
"@solidstate/contracts": "^0.0.52",
|
|
28
27
|
"@typechain/ethers-v5": "^10.1.1",
|
|
29
28
|
"@types/node": "^18.11.9",
|
|
30
|
-
"ds-test": "https://github.com/dapphub/ds-test.git#
|
|
29
|
+
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
|
|
31
30
|
"ethers": "^5.7.1",
|
|
32
31
|
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
|
|
33
|
-
"memmove": "https://github.com/brockelmore/memmove.git#
|
|
32
|
+
"memmove": "https://github.com/brockelmore/memmove.git#ffd71cd77b1708574ef46a667b23ca3a5cc9fa27",
|
|
34
33
|
"prettier": "^2.8.4",
|
|
35
34
|
"prettier-plugin-solidity": "^1.1.2",
|
|
36
35
|
"rimraf": "^3.0.2",
|
|
@@ -5,5 +5,4 @@ std-contracts/=../../node_modules/@latticexyz/std-contracts/src/
|
|
|
5
5
|
solecs/=../../node_modules/@latticexyz/solecs/src/
|
|
6
6
|
memmove/=../../node_modules/memmove/src/
|
|
7
7
|
ds-test/=../../node_modules/ds-test/src/
|
|
8
|
-
|
|
9
|
-
forge-std/=../../node_modules/forge-std/src/
|
|
8
|
+
forge-std/=../../node_modules/forge-std/src/
|
|
@@ -23,14 +23,13 @@
|
|
|
23
23
|
"@latticexyz/cli": "{{mud-version}}",
|
|
24
24
|
"@latticexyz/solecs": "{{mud-version}}",
|
|
25
25
|
"@latticexyz/std-contracts": "{{mud-version}}",
|
|
26
|
-
"@rari-capital/solmate": "https://github.com/rari-capital/solmate.git#851ea3baa4327f453da723df75b1093b58b964dc",
|
|
27
26
|
"@solidstate/contracts": "^0.0.52",
|
|
28
27
|
"@typechain/ethers-v5": "^10.1.1",
|
|
29
28
|
"@types/node": "^18.11.9",
|
|
30
|
-
"ds-test": "https://github.com/dapphub/ds-test.git#
|
|
29
|
+
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
|
|
31
30
|
"ethers": "^5.7.1",
|
|
32
31
|
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
|
|
33
|
-
"memmove": "https://github.com/brockelmore/memmove.git#
|
|
32
|
+
"memmove": "https://github.com/brockelmore/memmove.git#ffd71cd77b1708574ef46a667b23ca3a5cc9fa27",
|
|
34
33
|
"prettier": "^2.8.4",
|
|
35
34
|
"prettier-plugin-solidity": "^1.1.2",
|
|
36
35
|
"rimraf": "^3.0.2",
|
|
@@ -5,5 +5,4 @@ std-contracts/=../../node_modules/@latticexyz/std-contracts/src/
|
|
|
5
5
|
solecs/=../../node_modules/@latticexyz/solecs/src/
|
|
6
6
|
memmove/=../../node_modules/memmove/src/
|
|
7
7
|
ds-test/=../../node_modules/ds-test/src/
|
|
8
|
-
|
|
9
|
-
forge-std/=../../node_modules/forge-std/src/
|
|
8
|
+
forge-std/=../../node_modules/forge-std/src/
|