@tuya-sat/micro-script 2.2.5 → 2.2.9

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.
@@ -85,7 +85,7 @@ function getCommonConfig({ isDev, isBuild, }) {
85
85
  options: {
86
86
  lessOptions: Object.assign(Object.assign({}, (process.env.MICRO_THEME
87
87
  ? {
88
- modifyVars: Object.assign(Object.assign({}, micro_utils_1.theme.getAntdOverWriteFile().light), { "entry-name": "light" }),
88
+ modifyVars: Object.assign(Object.assign({}, micro_utils_1.theme.getAntdOverWriteFile().light), { "root-entry-name": "variable" }),
89
89
  }
90
90
  : {})), { javascriptEnabled: true }),
91
91
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-script",
3
- "version": "2.2.5",
3
+ "version": "2.2.9",
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.5",
24
- "@tuya-sat/micro-dev-proxy": "2.2.5",
25
- "@tuya-sat/micro-utils": "2.2.5",
23
+ "@tuya-sat/micro-dev-loader": "2.2.9",
24
+ "@tuya-sat/micro-dev-proxy": "2.2.9",
25
+ "@tuya-sat/micro-utils": "2.2.9",
26
26
  "babel-loader": "8.2.4",
27
27
  "babel-plugin-import": "1.13.3",
28
28
  "chalk": "4.1.2",