@tuya-sat/micro-script 3.3.16 → 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.
@@ -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.16",
3
+ "version": "3.3.17",
4
4
  "bin": "./dist/bin/cli.js",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
@@ -23,12 +23,13 @@
23
23
  "@babel/preset-typescript": "7.16.7",
24
24
  "@babel/traverse": "^7.20.13",
25
25
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
26
- "@tuya-sat/micro-dev-loader": "3.3.16",
27
- "@tuya-sat/micro-dev-proxy": "3.3.16",
28
- "@tuya-sat/micro-utils": "3.3.16",
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",
29
29
  "@types/kill-port": "^2.0.0",
30
30
  "babel-loader": "8.2.4",
31
31
  "babel-plugin-import": "1.13.3",
32
+ "buffer": "^6.0.3",
32
33
  "chalk": "4.1.2",
33
34
  "cheerio": "1.0.0-rc.10",
34
35
  "copy-webpack-plugin": "10.2.4",
@@ -54,6 +55,7 @@
54
55
  "postcss-loader": "6.2.1",
55
56
  "postcss-preset-env": "7.4.3",
56
57
  "prettier": "^2.8.8",
58
+ "process": "^0.11.10",
57
59
  "react-refresh": "0.11.0",
58
60
  "resolve-url-loader": "5.0.0",
59
61
  "sass": "1.49.9",