node-red-contrib-homekit-bridged 1.4.3-dev.0 → 1.4.3-dev.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.
- package/CHANGELOG.md +6 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -11,12 +11,16 @@ All notable changes to this project will be documented in this file.
|
|
|
11
11
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
|
|
12
12
|
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
13
13
|
|
|
14
|
-
## [1.4.3-dev.
|
|
14
|
+
## [1.4.3-dev.1]
|
|
15
15
|
|
|
16
16
|
### Added
|
|
17
17
|
|
|
18
18
|
- Pass Characteristic key in event context for Service2
|
|
19
19
|
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Updated hap-nodejs to [0.9.6](https://github.com/homebridge/HAP-NodeJS/releases/tag/v0.9.6) (bug fixes and security fixes)
|
|
23
|
+
|
|
20
24
|
## [1.4.2]
|
|
21
25
|
|
|
22
26
|
### Fixed
|
|
@@ -52,7 +56,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
52
56
|
|
|
53
57
|
### Changed
|
|
54
58
|
|
|
55
|
-
- Updated hap-nodejs to 0.9.5 (added new iOS 15 Services and Characteristics)
|
|
59
|
+
- Updated hap-nodejs to [0.9.5](https://github.com/homebridge/HAP-NodeJS/releases/tag/v0.9.5) (added new iOS 15 Services and Characteristics)
|
|
56
60
|
- Updated dependencies to latest versions
|
|
57
61
|
- Changed `BatteryService` to `Battery` in demo examples as `BatteryService` is deprecated #381 - thanks @crxporter
|
|
58
62
|
- Readme rework - thanks @crxporter
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-homekit-bridged",
|
|
3
|
-
"version": "1.4.3-dev.
|
|
3
|
+
"version": "1.4.3-dev.1",
|
|
4
4
|
"description": "Node-RED nodes to simulate Apple HomeKit devices.",
|
|
5
5
|
"main": "build/nodes/nrchkb.js",
|
|
6
6
|
"scripts": {
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"homepage": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged#readme",
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@nrchkb/logger": "^1.3.3",
|
|
50
|
-
"hap-nodejs": "^0.9.
|
|
50
|
+
"hap-nodejs": "^0.9.6",
|
|
51
51
|
"node-persist": "^3.1.0",
|
|
52
52
|
"semver": "^7.3.5",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@homebridge/ciao": "^1.1.2",
|
|
57
|
-
"@node-red/registry": "^1.3.
|
|
57
|
+
"@node-red/registry": "^1.3.7",
|
|
58
58
|
"@types/mocha": "^9.0.0",
|
|
59
59
|
"@types/node": "^10.17.50",
|
|
60
60
|
"@types/node-persist": "^3.1.2",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"eslint-plugin-prettier": "^4.0.0",
|
|
70
70
|
"husky": "^7.0.2",
|
|
71
71
|
"mocha": "^9.1.2",
|
|
72
|
-
"node-red": "^1.3.
|
|
72
|
+
"node-red": "^1.3.7",
|
|
73
73
|
"node-red-node-test-helper": "^0.2.7",
|
|
74
74
|
"pinst": "^2.1.6",
|
|
75
75
|
"prettier": "^2.4.1",
|