@latticexyz/cli 0.10.0 → 0.11.1
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/package.json +5 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "Command line interface for mud",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,9 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
16
|
"prepare": "yarn build",
|
|
17
|
-
"
|
|
18
|
-
"postpack": "mv package.json.bak package.json",
|
|
19
|
-
"globalinstall": "yarn build && yarn prepare && npm link",
|
|
17
|
+
"globalinstall": "yarn build && npm link",
|
|
20
18
|
"build": "rimraf dist && tsc -p . && chmod u+x dist/index.js",
|
|
21
19
|
"link": "yarn link",
|
|
22
20
|
"test": "echo 'todo: add tests'"
|
|
@@ -36,8 +34,8 @@
|
|
|
36
34
|
"typescript": "^4.6.4"
|
|
37
35
|
},
|
|
38
36
|
"dependencies": {
|
|
39
|
-
"@latticexyz/solecs": "^0.
|
|
40
|
-
"@latticexyz/utils": "^0.
|
|
37
|
+
"@latticexyz/solecs": "^0.11.1",
|
|
38
|
+
"@latticexyz/utils": "^0.11.1",
|
|
41
39
|
"chalk": "^5.0.1",
|
|
42
40
|
"clear": "^0.1.0",
|
|
43
41
|
"commander": "^9.2.0",
|
|
@@ -60,5 +58,5 @@
|
|
|
60
58
|
"pkg": {
|
|
61
59
|
"scripts": "build/**/*.js"
|
|
62
60
|
},
|
|
63
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "43b26a1c0311605a3f91e630e57487a8e4faa58f"
|
|
64
62
|
}
|