@tuya-sat/micro-script 2.2.20 → 2.2.23
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
|
{
|
|
@@ -39,7 +39,7 @@ const cheerio_1 = __importDefault(require("cheerio"));
|
|
|
39
39
|
const axios_1 = __importDefault(require("axios"));
|
|
40
40
|
const fakeSaas_1 = __importStar(require("./fakeSaas"));
|
|
41
41
|
const paths_1 = __importDefault(require("../../config/paths"));
|
|
42
|
-
const defaultBase = "https://static1.tuyacn.com/static/sdf-gw/v1.0.1.
|
|
42
|
+
const defaultBase = "https://static1.tuyacn.com/static/sdf-gw/v1.0.1.452/";
|
|
43
43
|
function staticMain(app, debuggerConfig) {
|
|
44
44
|
app.get([
|
|
45
45
|
"/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuya-sat/micro-script",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.23",
|
|
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.
|
|
24
|
-
"@tuya-sat/micro-dev-proxy": "2.2.
|
|
25
|
-
"@tuya-sat/micro-utils": "2.2.
|
|
23
|
+
"@tuya-sat/micro-dev-loader": "2.2.23",
|
|
24
|
+
"@tuya-sat/micro-dev-proxy": "2.2.23",
|
|
25
|
+
"@tuya-sat/micro-utils": "2.2.23",
|
|
26
26
|
"babel-loader": "8.2.4",
|
|
27
27
|
"babel-plugin-import": "1.13.3",
|
|
28
28
|
"chalk": "4.1.2",
|