@tuya-sat/micro-script 3.3.15 → 3.3.17
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/config/webpack.common.js +1 -1
- package/package.json +34 -33
|
@@ -211,7 +211,7 @@ function getCommonConfig({ isDev, isBuild, port, }) {
|
|
|
211
211
|
},
|
|
212
212
|
plugins: [
|
|
213
213
|
new webpack_1.default.ProvidePlugin({
|
|
214
|
-
process: 'process/browser',
|
|
214
|
+
process: 'process/browser.js',
|
|
215
215
|
Buffer: ['buffer', 'Buffer'],
|
|
216
216
|
}),
|
|
217
217
|
new html_webpack_plugin_1.default({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuya-sat/micro-script",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.17",
|
|
4
4
|
"bin": "./dist/bin/cli.js",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,29 +15,6 @@
|
|
|
15
15
|
"prepublish": "yarn build"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@tuya-sat/micro-dev-loader": "3.3.15",
|
|
19
|
-
"@tuya-sat/micro-dev-proxy": "3.3.15",
|
|
20
|
-
"@tuya-sat/micro-utils": "3.3.15",
|
|
21
|
-
"chalk": "4.1.2",
|
|
22
|
-
"cheerio": "1.0.0-rc.10",
|
|
23
|
-
"cors": "^2.8.5",
|
|
24
|
-
"express": "4.17.3",
|
|
25
|
-
"fs-extra": "^10.1.0",
|
|
26
|
-
"joi": "17.6.0",
|
|
27
|
-
"kill-port": "^2.0.1",
|
|
28
|
-
"mime": "^3.0.0",
|
|
29
|
-
"open": "8.4.0",
|
|
30
|
-
"ora": "5.4.1",
|
|
31
|
-
"path-to-regexp": "6.2.0",
|
|
32
|
-
"portfinder": "1.0.28",
|
|
33
|
-
"prettier": "^2.8.8",
|
|
34
|
-
"react-refresh": "0.11.0",
|
|
35
|
-
"socket.io": "^4.6.0",
|
|
36
|
-
"uid": "^2.0.1",
|
|
37
|
-
"update-notifier": "5.1.0",
|
|
38
|
-
"uuid": "8.3.2"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
18
|
"@babel/core": "7.17.8",
|
|
42
19
|
"@babel/generator": "^7.20.14",
|
|
43
20
|
"@babel/parser": "^7.20.15",
|
|
@@ -46,37 +23,51 @@
|
|
|
46
23
|
"@babel/preset-typescript": "7.16.7",
|
|
47
24
|
"@babel/traverse": "^7.20.13",
|
|
48
25
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
26
|
+
"@tuya-sat/micro-dev-loader": "3.3.17",
|
|
27
|
+
"@tuya-sat/micro-dev-proxy": "3.3.17",
|
|
28
|
+
"@tuya-sat/micro-utils": "3.3.17",
|
|
51
29
|
"@types/kill-port": "^2.0.0",
|
|
52
|
-
"@types/uuid": "8.3.4",
|
|
53
|
-
"@types/webpack-stats-plugin": "^0.3.2",
|
|
54
30
|
"babel-loader": "8.2.4",
|
|
55
31
|
"babel-plugin-import": "1.13.3",
|
|
56
|
-
"copy-webpack-plugin": "10.2.4",
|
|
57
32
|
"buffer": "^6.0.3",
|
|
33
|
+
"chalk": "4.1.2",
|
|
34
|
+
"cheerio": "1.0.0-rc.10",
|
|
35
|
+
"copy-webpack-plugin": "10.2.4",
|
|
36
|
+
"cors": "^2.8.5",
|
|
58
37
|
"css-loader": "6.7.1",
|
|
59
38
|
"css-minimizer-webpack-plugin": "3.4.1",
|
|
39
|
+
"express": "4.17.3",
|
|
60
40
|
"fork-ts-checker-webpack-plugin": "7.2.1",
|
|
41
|
+
"fs-extra": "^10.1.0",
|
|
61
42
|
"html-webpack-plugin": "5.5.0",
|
|
62
43
|
"http-proxy-middleware": "2.0.4",
|
|
63
|
-
"
|
|
44
|
+
"joi": "17.6.0",
|
|
45
|
+
"kill-port": "^2.0.1",
|
|
64
46
|
"less": "4.1.2",
|
|
65
47
|
"less-loader": "10.2.0",
|
|
48
|
+
"mime": "^3.0.0",
|
|
66
49
|
"mini-css-extract-plugin": "2.6.0",
|
|
50
|
+
"open": "8.4.0",
|
|
51
|
+
"ora": "5.4.1",
|
|
52
|
+
"path-to-regexp": "6.2.0",
|
|
53
|
+
"portfinder": "1.0.28",
|
|
67
54
|
"postcss": "8.4.12",
|
|
68
55
|
"postcss-loader": "6.2.1",
|
|
69
56
|
"postcss-preset-env": "7.4.3",
|
|
57
|
+
"prettier": "^2.8.8",
|
|
58
|
+
"process": "^0.11.10",
|
|
59
|
+
"react-refresh": "0.11.0",
|
|
70
60
|
"resolve-url-loader": "5.0.0",
|
|
71
61
|
"sass": "1.49.9",
|
|
72
62
|
"sass-loader": "12.6.0",
|
|
63
|
+
"socket.io": "^4.6.0",
|
|
73
64
|
"style-loader": "3.3.1",
|
|
74
65
|
"svg-url-loader": "7.1.1",
|
|
75
|
-
"terser-webpack-plugin": "^5.3.6",
|
|
76
|
-
"ts-jest": "27.1.3",
|
|
77
66
|
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
78
|
-
"
|
|
67
|
+
"uid": "^2.0.1",
|
|
68
|
+
"update-notifier": "5.1.0",
|
|
79
69
|
"url-loader": "4.1.1",
|
|
70
|
+
"uuid": "8.3.2",
|
|
80
71
|
"vue-loader": "17.0.0",
|
|
81
72
|
"webpack": "5.94.0",
|
|
82
73
|
"webpack-cli": "5.0.1",
|
|
@@ -85,6 +76,16 @@
|
|
|
85
76
|
"webpack-merge": "5.8.0",
|
|
86
77
|
"webpack-stats-plugin": "^1.1.1"
|
|
87
78
|
},
|
|
79
|
+
"devDependencies": {
|
|
80
|
+
"@types/express": "4.17.13",
|
|
81
|
+
"@types/jest": "27.4.1",
|
|
82
|
+
"@types/uuid": "8.3.4",
|
|
83
|
+
"@types/webpack-stats-plugin": "^0.3.2",
|
|
84
|
+
"jest": "27.5.1",
|
|
85
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
86
|
+
"ts-jest": "27.1.3",
|
|
87
|
+
"typescript": "4.6.2"
|
|
88
|
+
},
|
|
88
89
|
"keywords": [
|
|
89
90
|
"saturn-project",
|
|
90
91
|
"micro-frontend",
|