hoffmation-base 3.0.0 → 3.0.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/lib/server/devices/dachs/lib/dachsHttpClient.js +17 -7
- package/lib/server/devices/sharedFunctions/temperatureSensor.d.ts +5 -1
- package/lib/server/devices/sharedFunctions/temperatureSensor.js +12 -3
- package/lib/server/devices/tv/samsungTv.js +17 -7
- package/lib/server/devices/zigbee/BaseDevices/zigbeeMotionSensor.js +7 -6
- package/lib/server/devices/zigbee/zigbeeAquaraVibra.js +17 -7
- package/lib/server/services/Sonos/mp3-server.js +17 -7
- package/lib/server/services/Sonos/polly-service.js +17 -7
- package/lib/server/services/govee/govee-service.js +17 -7
- package/lib/server/services/https-service.js +17 -7
- package/lib/server/services/news-service.js +17 -7
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hoffmation-base",
|
|
3
3
|
"description": "Base Libraries and functions for own Hoffmation projects",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib/**/*"
|
|
7
7
|
],
|
|
@@ -48,55 +48,55 @@
|
|
|
48
48
|
"manual-test-unifi": "tsc && ts-node ./manualTests/unifi-test.ts"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@iobroker/types": "^7.0.
|
|
51
|
+
"@iobroker/types": "^7.0.6",
|
|
52
52
|
"@svrooij/sonos": "^2.5.0",
|
|
53
53
|
"@types/debug": "^4.1.12",
|
|
54
|
-
"@types/jest": "^29.5.
|
|
55
|
-
"@types/lodash": "^4.17.
|
|
56
|
-
"@types/node": "22.
|
|
54
|
+
"@types/jest": "^29.5.14",
|
|
55
|
+
"@types/lodash": "^4.17.13",
|
|
56
|
+
"@types/node": "^22.10.3",
|
|
57
57
|
"@types/node-telegram-bot-api": "^0.64.7",
|
|
58
58
|
"@types/pg": "^8.11.10",
|
|
59
59
|
"@types/socket.io-client": "^1.4.36",
|
|
60
60
|
"@types/xml2js": "^0.4.14",
|
|
61
|
-
"aws-sdk": "2.
|
|
62
|
-
"axios": "^1.7.
|
|
61
|
+
"aws-sdk": "2.1692.0",
|
|
62
|
+
"axios": "^1.7.9",
|
|
63
63
|
"daikin-controller": "^2.1.0",
|
|
64
64
|
"get-mp3-duration": "^1.0.0",
|
|
65
65
|
"https": "^1.0.0",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
67
67
|
"node-fetch": "3.3.2",
|
|
68
|
-
"node-ical": "^0.
|
|
69
|
-
"node-merlin-wrt-api": "^0.0
|
|
68
|
+
"node-ical": "^0.20.1",
|
|
69
|
+
"node-merlin-wrt-api": "^0.1.0",
|
|
70
70
|
"node-telegram-bot-api": "^0.66.0",
|
|
71
71
|
"node-unifi": "2.5.1",
|
|
72
|
-
"pg": "^8.13.
|
|
72
|
+
"pg": "^8.13.1",
|
|
73
73
|
"rss-parser": "^3.13.0",
|
|
74
74
|
"samsung-tv-control": "^1.14.0",
|
|
75
75
|
"socket.io-client": "2.5.0",
|
|
76
76
|
"suncalc": "1.9.0",
|
|
77
77
|
"sunrise-sunset-js": "^2.2.1",
|
|
78
|
-
"tibber-api": "^5.
|
|
78
|
+
"tibber-api": "^5.3.1",
|
|
79
79
|
"victron-mqtt-consumer": "^0.1.14"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@alcalzone/release-script": "^3.8.0",
|
|
83
|
-
"@eslint/eslintrc": "^3.
|
|
84
|
-
"@eslint/js": "^9.
|
|
83
|
+
"@eslint/eslintrc": "^3.2.0",
|
|
84
|
+
"@eslint/js": "^9.17.0",
|
|
85
85
|
"@types/node-ssdp": "^4.0.4",
|
|
86
86
|
"@types/suncalc": "^1.9.2",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
88
|
-
"@typescript-eslint/parser": "^8.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^8.19.0",
|
|
88
|
+
"@typescript-eslint/parser": "^8.19.0",
|
|
89
89
|
"autoprefixer": "^10.4.20",
|
|
90
90
|
"coveralls": "^3.1.1",
|
|
91
|
-
"eslint": "9.
|
|
91
|
+
"eslint": "^9.17.0",
|
|
92
92
|
"eslint-config-prettier": "^9.1.0",
|
|
93
|
-
"eslint-plugin-jsdoc": "^50.
|
|
93
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
|
94
94
|
"eslint-plugin-prettier": "5.2.1",
|
|
95
95
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
96
96
|
"jest": "^29.7.0",
|
|
97
|
-
"prettier": "^3.
|
|
97
|
+
"prettier": "^3.4.2",
|
|
98
98
|
"ts-jest": "^29.2.5",
|
|
99
99
|
"ts-node": "^10.9.2",
|
|
100
|
-
"typescript": "^5.
|
|
100
|
+
"typescript": "^5.7.2"
|
|
101
101
|
}
|
|
102
102
|
}
|