@o-lukas/homebridge-smartthings-tv 3.0.9 → 3.0.11
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 +14 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.0.11](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.10...v3.0.11) (2026-05-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump @homebridge/plugin-ui-utils from 2.2.3 to 2.2.4 ([4baa908](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4baa9082d919ff4333e4ec1b2db821a634b7372a))
|
|
7
|
+
|
|
8
|
+
## [3.0.10](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.9...v3.0.10) (2026-04-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump picomatch ([70e4ddf](https://github.com/o-lukas/homebridge-smartthings-tv/commit/70e4ddfdfcd47304ca601d2973d575c62552c7ef))
|
|
14
|
+
|
|
1
15
|
## [3.0.9](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.8...v3.0.9) (2026-03-22)
|
|
2
16
|
|
|
3
17
|
|
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.
|
|
5
|
+
"version": "3.0.11",
|
|
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,7 +38,7 @@
|
|
|
38
38
|
"semantic-release": "semantic-release"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@homebridge/plugin-ui-utils": "^2.2.
|
|
41
|
+
"@homebridge/plugin-ui-utils": "^2.2.4",
|
|
42
42
|
"@smartthings/core-sdk": "^8.5.1",
|
|
43
43
|
"ping": "^1.0.0",
|
|
44
44
|
"simple-oauth2": "^5.1.0",
|
|
@@ -46,21 +46,21 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@eslint/js": "^10.0.1",
|
|
49
|
-
"@types/node": "^25.
|
|
49
|
+
"@types/node": "^25.9.1",
|
|
50
50
|
"@types/ping": "^0.4.4",
|
|
51
|
+
"@semantic-release/changelog": "6.0.3",
|
|
52
|
+
"@semantic-release/git": "10.0.1",
|
|
51
53
|
"@types/wol": "^1.0.4",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
53
|
-
"@typescript-eslint/parser": "^8.
|
|
54
|
-
"eslint": "^10.
|
|
55
|
-
"homebridge": "^2.0.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
55
|
+
"@typescript-eslint/parser": "^8.59.4",
|
|
56
|
+
"eslint": "^10.4.0",
|
|
57
|
+
"homebridge": "^2.0.2",
|
|
56
58
|
"nodemon": "^3.1.14",
|
|
57
59
|
"rimraf": "^6.1.3",
|
|
58
60
|
"semantic-release": "^25.0.3",
|
|
59
|
-
"@semantic-release/changelog": "6.0.3",
|
|
60
|
-
"@semantic-release/git": "10.0.1",
|
|
61
61
|
"ts-node": "^10.9.2",
|
|
62
|
-
"typescript": "^
|
|
63
|
-
"typescript-eslint": "^8.
|
|
62
|
+
"typescript": "^6.0.3",
|
|
63
|
+
"typescript-eslint": "^8.59.4"
|
|
64
64
|
},
|
|
65
65
|
"release": {
|
|
66
66
|
"plugins": [
|