@tuya-sat/micro-script 2.2.20 → 2.2.21

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.
@@ -119,6 +119,8 @@ function getCommonConfig({ isDev, isBuild, }) {
119
119
  },
120
120
  enableThemeCompile &&
121
121
  require("@tuya-sat/micro-dev-loader").changeAntdGlobalImport,
122
+ enableThemeCompile &&
123
+ require("@tuya-sat/micro-dev-loader").changeTuyaSatComponentImport
122
124
  ].filter(Boolean)),
123
125
  },
124
126
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-script",
3
- "version": "2.2.20",
3
+ "version": "2.2.21",
4
4
  "bin": "./dist/bin/cli.js",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
@@ -20,9 +20,9 @@
20
20
  "@babel/preset-react": "7.16.7",
21
21
  "@babel/preset-typescript": "7.16.7",
22
22
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
23
- "@tuya-sat/micro-dev-loader": "2.2.20",
24
- "@tuya-sat/micro-dev-proxy": "2.2.20",
25
- "@tuya-sat/micro-utils": "2.2.20",
23
+ "@tuya-sat/micro-dev-loader": "2.2.21",
24
+ "@tuya-sat/micro-dev-proxy": "2.2.21",
25
+ "@tuya-sat/micro-utils": "2.2.21",
26
26
  "babel-loader": "8.2.4",
27
27
  "babel-plugin-import": "1.13.3",
28
28
  "chalk": "4.1.2",