@lumiastream/tapo-cove 3.31.2 → 3.31.3

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.d.mts CHANGED
@@ -278,12 +278,7 @@ type tapo_constants_ETapoDeviceTypes = ETapoDeviceTypes;
278
278
  declare const tapo_constants_ETapoDeviceTypes: typeof ETapoDeviceTypes;
279
279
  declare const tapo_constants_TapoDeviceTypes: typeof TapoDeviceTypes;
280
280
  declare namespace tapo_constants {
281
- export {
282
- tapo_constants_DeviceResTypes as DeviceResTypes,
283
- tapo_constants_DeviceSendValues as DeviceSendValues,
284
- tapo_constants_ETapoDeviceTypes as ETapoDeviceTypes,
285
- tapo_constants_TapoDeviceTypes as TapoDeviceTypes,
286
- };
281
+ export { tapo_constants_DeviceResTypes as DeviceResTypes, tapo_constants_DeviceSendValues as DeviceSendValues, tapo_constants_ETapoDeviceTypes as ETapoDeviceTypes, tapo_constants_TapoDeviceTypes as TapoDeviceTypes };
287
282
  }
288
283
 
289
284
  declare const setTapoDebugEnabled: (enabled: boolean) => void;
package/dist/index.d.ts CHANGED
@@ -278,12 +278,7 @@ type tapo_constants_ETapoDeviceTypes = ETapoDeviceTypes;
278
278
  declare const tapo_constants_ETapoDeviceTypes: typeof ETapoDeviceTypes;
279
279
  declare const tapo_constants_TapoDeviceTypes: typeof TapoDeviceTypes;
280
280
  declare namespace tapo_constants {
281
- export {
282
- tapo_constants_DeviceResTypes as DeviceResTypes,
283
- tapo_constants_DeviceSendValues as DeviceSendValues,
284
- tapo_constants_ETapoDeviceTypes as ETapoDeviceTypes,
285
- tapo_constants_TapoDeviceTypes as TapoDeviceTypes,
286
- };
281
+ export { tapo_constants_DeviceResTypes as DeviceResTypes, tapo_constants_DeviceSendValues as DeviceSendValues, tapo_constants_ETapoDeviceTypes as ETapoDeviceTypes, tapo_constants_TapoDeviceTypes as TapoDeviceTypes };
287
282
  }
288
283
 
289
284
  declare const setTapoDebugEnabled: (enabled: boolean) => void;
package/dist/index.js CHANGED
Binary file
package/dist/index.mjs CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/tapo-cove",
3
- "version": "3.31.2",
3
+ "version": "3.31.3",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "copyright": "Copyright © 2026 Lumia Stream",
@@ -28,19 +28,19 @@
28
28
  "lint": "tsc"
29
29
  },
30
30
  "dependencies": {
31
- "@lumiastream/lumia-rgb-types": "^3.31.2",
32
- "@lumiastream/lumia-rgb-utils": "^3.31.2",
33
- "@lumiastream/network-cove": "^3.31.2",
31
+ "@lumiastream/lumia-rgb-types": "^3.31.3",
32
+ "@lumiastream/lumia-rgb-utils": "^3.31.3",
33
+ "@lumiastream/network-cove": "^3.31.3",
34
34
  "@network-utils/arp-lookup": "^2.1.0",
35
- "axios": "1.14.0",
35
+ "axios": "1.16.0",
36
36
  "crypto": "1.0.1",
37
37
  "local-devices": "^4.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/node": "20.8.7",
41
- "tsconfig": "^3.27.1",
42
- "tsup": "7.2.0",
43
- "typescript": "5.1.6"
40
+ "@lumiastream/tsconfig": "^3.27.1",
41
+ "@types/node": "25.6.0",
42
+ "tsup": "8.5.1",
43
+ "typescript": "6.0.3"
44
44
  },
45
- "gitHead": "1c75e603e4dd0a0b62457d685c00a82347fd9265"
45
+ "gitHead": "c33fbb4defe3120ddd913a08a833414fe4c3032d"
46
46
  }