@lumiastream/tapo-cove 3.0.17 → 3.0.19

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.
package/dist/index.js CHANGED
@@ -438,7 +438,7 @@ var TapoApi = class {
438
438
  };
439
439
  this.axiosInstance = import_axios2.default.create();
440
440
  this.axiosInstance.defaults.timeout = (config == null ? void 0 : config.httpTimeout) || 4e3;
441
- this.axiosInstance.defaults.withCredentials = true;
441
+ this.axiosInstance.defaults.webSecurity = false;
442
442
  this._config = __spreadValues(__spreadValues({}, this._config), config);
443
443
  }
444
444
  };
package/dist/index.mjs CHANGED
@@ -406,7 +406,7 @@ var TapoApi = class {
406
406
  };
407
407
  this.axiosInstance = axios2.create();
408
408
  this.axiosInstance.defaults.timeout = (config == null ? void 0 : config.httpTimeout) || 4e3;
409
- this.axiosInstance.defaults.withCredentials = true;
409
+ this.axiosInstance.defaults.webSecurity = false;
410
410
  this._config = __spreadValues(__spreadValues({}, this._config), config);
411
411
  }
412
412
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/tapo-cove",
3
- "version": "3.0.17",
3
+ "version": "3.0.19",
4
4
  "private": false,
5
5
  "license": "GPL",
6
6
  "main": "dist/index.js",
@@ -23,5 +23,5 @@
23
23
  "tsup": "*",
24
24
  "typescript": "*"
25
25
  },
26
- "gitHead": "b9f6b4a73b15a6b7ca2eaf631915156e9af4c04b"
26
+ "gitHead": "279191669821d9d04ca87576a2cb91d0af37655c"
27
27
  }