@o-lukas/homebridge-smartthings-tv 3.0.0-alpha.5 → 3.0.0

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
@@ -1,3 +1,32 @@
1
+ # [3.0.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.8.0...v3.0.0) (2025-10-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump ping from 0.4.4 to 1.0.0 ([9dc0124](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9dc012417c7f82153a42079a80eb5d26e5999659))
7
+ * don't close wizard when configChanged callback is called ([5c13355](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5c133559985afe6c4370c6e41ef7d65876adff05)), closes [#494](https://github.com/o-lukas/homebridge-smartthings-tv/issues/494)
8
+ * ensure correct token type when saving refresh token ([4ec7558](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4ec75586268f512694b2aa392177886955742f56)), closes [#494](https://github.com/o-lukas/homebridge-smartthings-tv/issues/494)
9
+ * prevent null assigns of OAuth client id & secret ([d0f57b4](https://github.com/o-lukas/homebridge-smartthings-tv/commit/d0f57b49577bbcdaf747e12af1371547ad0e6d63))
10
+
11
+
12
+ ### Features
13
+
14
+ * add logging to custom UI ([f1908b4](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f1908b4c84762844d5a99f704baf6b7c4a48199f))
15
+ * generate CHANGELOG.md ([7af8618](https://github.com/o-lukas/homebridge-smartthings-tv/commit/7af8618a78dd59d3ad11aa125e04c2d7b165edd2))
16
+ * make plugin ready for homebridge v2 ([1011561](https://github.com/o-lukas/homebridge-smartthings-tv/commit/10115613abf7170625080401937e3e34de5258ab))
17
+
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ * drop support for node v18
22
+
23
+ # [3.0.0-alpha.6](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2025-10-23)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * ensure correct token type when saving refresh token ([1b95411](https://github.com/o-lukas/homebridge-smartthings-tv/commit/1b95411bd8b154c26c8098bf4f3496007f0e3cb0)), closes [#494](https://github.com/o-lukas/homebridge-smartthings-tv/issues/494)
29
+
1
30
  # [3.0.0-alpha.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.4...v3.0.0-alpha.5) (2025-10-23)
2
31
 
3
32
 
@@ -337,6 +337,7 @@
337
337
  const pluginConfig = await homebridge.getPluginConfig();
338
338
  _log('validateStep4 - got pluginConfig', pluginConfig);
339
339
  pluginConfig[0].oauthRefreshToken = document.getElementById('oauth-refresh-token').value;
340
+ pluginConfig[0].tokenType = "oauth";
340
341
  _log('validateStep4 - setting oauthRefreshToken ***');
341
342
 
342
343
  await homebridge.updatePluginConfig(pluginConfig);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "displayName": "Homebridge SmartThings TV",
3
3
  "name": "@o-lukas/homebridge-smartthings-tv",
4
4
  "type": "module",
5
- "version": "3.0.0-alpha.5",
5
+ "version": "3.0.0",
6
6
  "description": "This is a plugin for Homebridge. It offers some basic functions to control Samsung TVs using the SmartThings API.",
7
7
  "author": "o-lukas",
8
8
  "license": "MIT",
@@ -45,22 +45,22 @@
45
45
  "wol": "^1.0.7"
46
46
  },
47
47
  "devDependencies": {
48
- "@eslint/js": "^9.36.0",
49
- "@types/node": "^24.6.2",
48
+ "@eslint/js": "^9.38.0",
49
+ "@types/node": "^24.9.1",
50
50
  "@types/ping": "^0.4.4",
51
51
  "@types/wol": "^1.0.4",
52
- "@typescript-eslint/eslint-plugin": "^8.45.0",
53
- "@typescript-eslint/parser": "^8.45.0",
54
- "eslint": "^9.37.0",
52
+ "@typescript-eslint/eslint-plugin": "^8.46.2",
53
+ "@typescript-eslint/parser": "^8.46.2",
54
+ "eslint": "^9.38.0",
55
55
  "homebridge": "^2.0.0-beta.30",
56
56
  "nodemon": "^3.1.10",
57
57
  "rimraf": "^6.0.1",
58
- "semantic-release": "^24.2.9",
58
+ "semantic-release": "^25.0.1",
59
59
  "@semantic-release/changelog": "6.0.3",
60
60
  "@semantic-release/git": "10.0.1",
61
61
  "ts-node": "^10.9.2",
62
62
  "typescript": "^5.9.3",
63
- "typescript-eslint": "^8.45.0"
63
+ "typescript-eslint": "^8.46.2"
64
64
  },
65
65
  "release": {
66
66
  "plugins": [