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

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## [3.0.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0...v3.0.1) (2025-11-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump @homebridge/plugin-ui-utils from 2.1.0 to 2.1.1 ([a0012ea](https://github.com/o-lukas/homebridge-smartthings-tv/commit/a0012ea2becce070eb94f8d03b58b5fe913c84f1))
7
+
8
+ # [3.0.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.8.0...v3.0.0) (2025-10-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump ping from 0.4.4 to 1.0.0 ([9dc0124](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9dc012417c7f82153a42079a80eb5d26e5999659))
14
+ * 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)
15
+ * 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)
16
+ * prevent null assigns of OAuth client id & secret ([d0f57b4](https://github.com/o-lukas/homebridge-smartthings-tv/commit/d0f57b49577bbcdaf747e12af1371547ad0e6d63))
17
+
18
+
19
+ ### Features
20
+
21
+ * add logging to custom UI ([f1908b4](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f1908b4c84762844d5a99f704baf6b7c4a48199f))
22
+ * generate CHANGELOG.md ([7af8618](https://github.com/o-lukas/homebridge-smartthings-tv/commit/7af8618a78dd59d3ad11aa125e04c2d7b165edd2))
23
+ * make plugin ready for homebridge v2 ([1011561](https://github.com/o-lukas/homebridge-smartthings-tv/commit/10115613abf7170625080401937e3e34de5258ab))
24
+
25
+
26
+ ### BREAKING CHANGES
27
+
28
+ * drop support for node v18
29
+
1
30
  # [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)
2
31
 
3
32
 
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.6",
5
+ "version": "3.0.1",
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",
@@ -38,29 +38,29 @@
38
38
  "semantic-release": "semantic-release"
39
39
  },
40
40
  "dependencies": {
41
- "@homebridge/plugin-ui-utils": "^2.1.0",
41
+ "@homebridge/plugin-ui-utils": "^2.1.1",
42
42
  "@smartthings/core-sdk": "^8.4.1",
43
43
  "ping": "^1.0.0",
44
44
  "simple-oauth2": "^5.1.0",
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.39.1",
49
+ "@types/node": "^24.10.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",
55
- "homebridge": "^2.0.0-beta.30",
56
- "nodemon": "^3.1.10",
57
- "rimraf": "^6.0.1",
58
- "semantic-release": "^24.2.9",
52
+ "@typescript-eslint/eslint-plugin": "^8.46.4",
53
+ "@typescript-eslint/parser": "^8.46.4",
54
+ "eslint": "^9.39.1",
55
+ "homebridge": "^2.0.0-beta.55",
56
+ "nodemon": "^3.1.11",
57
+ "rimraf": "^6.1.0",
58
+ "semantic-release": "^25.0.2",
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.4"
64
64
  },
65
65
  "release": {
66
66
  "plugins": [