@lumiastream/tapo-cove 3.0.17 → 3.0.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.
package/dist/index.js CHANGED
@@ -417,7 +417,8 @@ var TapoApi = class {
417
417
  headers: {
418
418
  Cookie: deviceKey.sessionCookie
419
419
  }
420
- }
420
+ },
421
+ withCredentials: true
421
422
  });
422
423
  } else {
423
424
  return (0, import_fetch_cove.fetchWork)({
package/dist/index.mjs CHANGED
@@ -385,7 +385,8 @@ var TapoApi = class {
385
385
  headers: {
386
386
  Cookie: deviceKey.sessionCookie
387
387
  }
388
- }
388
+ },
389
+ withCredentials: true
389
390
  });
390
391
  } else {
391
392
  return fetchWork({
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.18",
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": "66cb28d8fa4240588e21550bfc73c606067f200d"
27
27
  }