@tuya-sat/micro-dev-proxy 3.3.17 → 3.3.18

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.
Files changed (2) hide show
  1. package/dist/appProxy.js +1 -1
  2. package/package.json +1 -1
package/dist/appProxy.js CHANGED
@@ -185,7 +185,7 @@ class AppProxy {
185
185
  return false;
186
186
  }
187
187
  if (initLogin_1.LOGIN_COOKIE_KEYS.includes(key) && !this.isMainApp) {
188
- return false;
188
+ // return false;
189
189
  }
190
190
  return true;
191
191
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-dev-proxy",
3
- "version": "3.3.17",
3
+ "version": "3.3.18",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {