@lumiastream/tapo-cove 3.18.2 → 3.21.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.21.2](https://github.com/lumiastream/rgb/compare/v3.21.1...v3.21.2) (2025-12-15)
7
+
8
+ **Note:** Version bump only for package @lumiastream/tapo-cove
9
+
10
+ ## [3.21.1](https://github.com/lumiastream/rgb/compare/v3.21.0...v3.21.1) (2025-11-14)
11
+
12
+ ### Bug Fixes
13
+
14
+ - tapo cloud login issues ([048ccfa](https://github.com/lumiastream/rgb/commit/048ccfaf4c6bffde144c31c00321b123adae31c0))
15
+
6
16
  ## [3.18.2](https://github.com/lumiastream/rgb/compare/v3.18.1...v3.18.2) (2025-09-02)
7
17
 
8
18
  **Note:** Version bump only for package @lumiastream/tapo-cove
package/dist/index.js CHANGED
@@ -429,7 +429,7 @@ var _TapoCloudApi = class _TapoCloudApi {
429
429
  const loginRequest = {
430
430
  method: "login",
431
431
  params: {
432
- appType: "Tapo_Android",
432
+ appType: "Tapo_Ios",
433
433
  cloudPassword: password,
434
434
  cloudUserName: email,
435
435
  terminalUUID: (0, import_lumia_rgb_utils2.uuidv4)()
package/dist/index.mjs CHANGED
@@ -396,7 +396,7 @@ var _TapoCloudApi = class _TapoCloudApi {
396
396
  const loginRequest = {
397
397
  method: "login",
398
398
  params: {
399
- appType: "Tapo_Android",
399
+ appType: "Tapo_Ios",
400
400
  cloudPassword: password,
401
401
  cloudUserName: email,
402
402
  terminalUUID: uuidv4()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/tapo-cove",
3
- "version": "3.18.2",
3
+ "version": "3.21.2",
4
4
  "private": false,
5
5
  "license": "GPL",
6
6
  "main": "dist/index.js",
@@ -24,5 +24,5 @@
24
24
  "tsup": "*",
25
25
  "typescript": "*"
26
26
  },
27
- "gitHead": "0abbbdfa1b60575151f0e1ffda06f4d7e0b1b6df"
27
+ "gitHead": "e7228d3704ccb5aaec23e9a919fcd11620d048ca"
28
28
  }