@tuya-sat/micro-script 3.2.8 → 3.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.
@@ -114,7 +114,7 @@ function getFakeSaas(config) {
114
114
  const __MAIN_APP_PUBLIC_PATH = parse__MAIN_APP_PUBLIC_PATH(data);
115
115
  const saas = {
116
116
  _SDF_CONFIG: JSON.parse(_SDF_CONFIG),
117
- _SDF: Object.assign(Object.assign({}, JSON.parse(_SDF)), { isOpenCode: !!((_a = process.env) === null || _a === void 0 ? void 0 : _a.IS_OPEN_CODE) }),
117
+ _SDF: Object.assign(Object.assign({}, JSON.parse(_SDF)), { isOpenCode: !!((_a = process.env) === null || _a === void 0 ? void 0 : _a.IS_OPEN_CODE), __THIS_IS_LOCAL_DEVELOPMENT_MODE__: true }),
118
118
  __MAIN_APP_PUBLIC_PATH: JSON.parse(__MAIN_APP_PUBLIC_PATH),
119
119
  };
120
120
  return saas;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-script",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
4
4
  "bin": "./dist/bin/cli.js",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
@@ -23,9 +23,9 @@
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.2.8",
27
- "@tuya-sat/micro-dev-proxy": "3.2.8",
28
- "@tuya-sat/micro-utils": "3.2.8",
26
+ "@tuya-sat/micro-dev-loader": "3.2.9",
27
+ "@tuya-sat/micro-dev-proxy": "3.2.9",
28
+ "@tuya-sat/micro-utils": "3.2.9",
29
29
  "@types/kill-port": "^2.0.0",
30
30
  "babel-loader": "8.2.4",
31
31
  "babel-plugin-import": "1.13.3",