xhs-mp-compiler-cli 2.0.17 → 2.0.18
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 +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xhs-mp-compiler-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"description": "xhs mp command tool.",
|
|
5
5
|
"preferGlobal": true,
|
|
6
6
|
"category": "esm",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@babel/runtime": "^7.15.4",
|
|
44
44
|
"@babel/traverse": "^7.12.10",
|
|
45
45
|
"@babel/types": "^7.12.10",
|
|
46
|
-
"@swc/core": "^1.3.
|
|
46
|
+
"@swc/core": "^1.3.99",
|
|
47
47
|
"@swc/helpers": "^0.5.1",
|
|
48
48
|
"archiver": "^7.0.1",
|
|
49
49
|
"babel-loader": "^8.2.2",
|
|
@@ -88,18 +88,18 @@
|
|
|
88
88
|
"webpack-chain": "^6.5.1",
|
|
89
89
|
"webpack-sources": "^3.2.2",
|
|
90
90
|
"xhs-mp-workerpool": "^9.2.0",
|
|
91
|
-
"xhs-mp-ml-loader": "2.0.
|
|
92
|
-
"xhs-mp-compiler-utils": "2.0.
|
|
93
|
-
"xhs-mp-pack": "2.0.
|
|
94
|
-
"xhs-mp-project": "2.0.
|
|
95
|
-
"xhs-mp-shared": "2.0.
|
|
96
|
-
"xhs-mp-shared-fs": "2.0.
|
|
97
|
-
"xhs-mp-sjs-loader": "2.0.
|
|
98
|
-
"xhs-mp-sketch-loader": "2.0.
|
|
91
|
+
"xhs-mp-ml-loader": "2.0.18",
|
|
92
|
+
"xhs-mp-compiler-utils": "2.0.18",
|
|
93
|
+
"xhs-mp-pack": "2.0.18",
|
|
94
|
+
"xhs-mp-project": "2.0.18",
|
|
95
|
+
"xhs-mp-shared": "2.0.18",
|
|
96
|
+
"xhs-mp-shared-fs": "2.0.18",
|
|
97
|
+
"xhs-mp-sjs-loader": "2.0.18",
|
|
98
|
+
"xhs-mp-sketch-loader": "2.0.18",
|
|
99
99
|
"yauzl": "^2.10.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
|
-
"xhs-mp-ml-parser": "2.0.
|
|
102
|
+
"xhs-mp-ml-parser": "2.0.18"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@types/babel__generator": "7.6.3",
|
|
@@ -111,7 +111,6 @@
|
|
|
111
111
|
"@types/postcss-preset-env": "6.7.3",
|
|
112
112
|
"@types/webpack-bundle-analyzer": "4.4.1",
|
|
113
113
|
"@types/webpack-dev-server": "3.11.5",
|
|
114
|
-
"@vue/test-utils": "2.0.0-rc.12",
|
|
115
114
|
"@xhs/eslint-plugin-xhs": "1.0.2",
|
|
116
115
|
"cpy-cli": "3.1.1",
|
|
117
116
|
"eslint": "7.27.0",
|
|
@@ -120,10 +119,10 @@
|
|
|
120
119
|
"rimraf": "3.0.2",
|
|
121
120
|
"ts-jest": "27.0.3",
|
|
122
121
|
"ts-node": "10.0.0",
|
|
122
|
+
"@types/node": "14",
|
|
123
123
|
"typescript": "5.1.6",
|
|
124
|
-
"vue3-jest": "27.0.0-alpha.2",
|
|
125
124
|
"webpack-dev-server": "4.0.0-beta.3",
|
|
126
|
-
"xhs-mp-ml-parser": "2.0.
|
|
125
|
+
"xhs-mp-ml-parser": "2.0.18"
|
|
127
126
|
},
|
|
128
127
|
"scripts": {
|
|
129
128
|
"version": "formula changelog && git add .",
|