node-red-contrib-homekit-bridged 2.0.0-dev.0 → 2.0.0-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.
@@ -14,9 +14,7 @@
14
14
  "style": {
15
15
  "label": true
16
16
  },
17
- "nodes": [
18
- "d6f9e9ce.b3af8"
19
- ],
17
+ "nodes": ["d6f9e9ce.b3af8"],
20
18
  "x": 434,
21
19
  "y": 79,
22
20
  "w": 212,
@@ -31,9 +29,7 @@
31
29
  "stroke": "#ffC000",
32
30
  "label": true
33
31
  },
34
- "nodes": [
35
- "4ea13695.19871"
36
- ],
32
+ "nodes": ["4ea13695.19871"],
37
33
  "x": 234,
38
34
  "y": 79,
39
35
  "w": 192,
@@ -47,10 +43,7 @@
47
43
  "style": {
48
44
  "label": true
49
45
  },
50
- "nodes": [
51
- "e02112b7.b761d",
52
- "e9073d2c.84e64"
53
- ],
46
+ "nodes": ["e02112b7.b761d", "e9073d2c.84e64"],
54
47
  "x": 54,
55
48
  "y": 59,
56
49
  "w": 172,
@@ -99,12 +92,7 @@
99
92
  "outputs": 2,
100
93
  "x": 330,
101
94
  "y": 120,
102
- "wires": [
103
- [
104
- "d6f9e9ce.b3af8"
105
- ],
106
- []
107
- ]
95
+ "wires": [["d6f9e9ce.b3af8"], []]
108
96
  },
109
97
  {
110
98
  "id": "d6f9e9ce.b3af8",
@@ -144,11 +132,7 @@
144
132
  "payloadType": "json",
145
133
  "x": 150,
146
134
  "y": 100,
147
- "wires": [
148
- [
149
- "4ea13695.19871"
150
- ]
151
- ]
135
+ "wires": [["4ea13695.19871"]]
152
136
  },
153
137
  {
154
138
  "id": "e9073d2c.84e64",
@@ -170,11 +154,7 @@
170
154
  "payloadType": "json",
171
155
  "x": 150,
172
156
  "y": 140,
173
- "wires": [
174
- [
175
- "4ea13695.19871"
176
- ]
177
- ]
157
+ "wires": [["4ea13695.19871"]]
178
158
  },
179
159
  {
180
160
  "id": "3dcda60a.e5ff12",
@@ -200,4 +180,4 @@
200
180
  "mdnsReuseAddr": true,
201
181
  "allowMessagePassthrough": true
202
182
  }
203
- ]
183
+ ]
package/package.json CHANGED
@@ -1,84 +1,85 @@
1
1
  {
2
- "name": "node-red-contrib-homekit-bridged",
3
- "version": "2.0.0-dev.0",
4
- "description": "Node-RED nodes to simulate Apple HomeKit devices.",
5
- "main": "build/nodes/nrchkb.js",
6
- "scripts": {
7
- "build": "npm run clean && tsc",
8
- "clean": "del-cli \"build/lib\" \"build/**/*.js\"",
9
- "test": "mocha -r ts-node/register './src/**/*.test.[tj]s' --exit --timeout 30000",
10
- "prettier": "prettier --write \"**/*.{js,ts}\"",
11
- "eslint": "eslint \"src/**/*.ts\" --fix",
12
- "prepare": "husky install"
2
+ "name": "node-red-contrib-homekit-bridged",
3
+ "version": "2.0.0-dev.1",
4
+ "description": "Node-RED nodes to simulate Apple HomeKit devices.",
5
+ "main": "build/nodes/nrchkb.js",
6
+ "scripts": {
7
+ "build": "npm run clean && tsc",
8
+ "clean": "del-cli \"build/lib\" \"build/**/*.js\"",
9
+ "test": "vitest run",
10
+ "test:watch": "vitest",
11
+ "format": "biome format --write",
12
+ "prepare": "husky install"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/NRCHKB/node-red-contrib-homekit-bridged.git"
17
+ },
18
+ "keywords": [
19
+ "homekit",
20
+ "node-red",
21
+ "NRCHKB",
22
+ "iot",
23
+ "home",
24
+ "hap-nodejs",
25
+ "homebridge"
26
+ ],
27
+ "node-red": {
28
+ "nodes": {
29
+ "nrchkb": "build/nodes/nrchkb.js",
30
+ "bridge": "build/nodes/bridge.js",
31
+ "standalone": "build/nodes/standalone.js",
32
+ "service": "build/nodes/service.js",
33
+ "service2": "build/nodes/service2.js",
34
+ "status": "build/nodes/status.js"
13
35
  },
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://github.com/NRCHKB/node-red-contrib-homekit-bridged.git"
17
- },
18
- "keywords": [
19
- "homekit",
20
- "node-red",
21
- "NRCHKB",
22
- "iot",
23
- "home",
24
- "hap-nodejs",
25
- "homebridge"
26
- ],
27
- "node-red": {
28
- "nodes": {
29
- "nrchkb": "build/nodes/nrchkb.js",
30
- "bridge": "build/nodes/bridge.js",
31
- "standalone": "build/nodes/standalone.js",
32
- "service": "build/nodes/service.js",
33
- "service2": "build/nodes/service2.js",
34
- "status": "build/nodes/status.js"
35
- },
36
- "version": ">=1.3.7"
37
- },
38
- "author": "Tadeusz Wyrzykowski <shaquu@icloud.com> (https://github.com/Shaquu)",
39
- "license": "Apache-2.0",
40
- "bugs": {
41
- "url": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues"
42
- },
43
- "homepage": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged#readme",
44
- "dependencies": {
45
- "@nrchkb/logger": "~3.1.1",
46
- "@homebridge/hap-nodejs": "2.0.2",
47
- "node-persist": "^3.1.3",
48
- "semver": "~7.7.3",
49
- "uuid": "~11.0.5"
50
- },
51
- "devDependencies": {
52
- "@homebridge/ciao": "~1.3.4",
53
- "@node-red/registry": "^4.1.1",
54
- "@types/mocha": "^10.0.10",
55
- "@types/node": "^20",
56
- "@types/node-persist": "^3.1.8",
57
- "@types/node-red": "^1.3.5",
58
- "@types/node-red-node-test-helper": "^0.3.5",
59
- "@types/semver": "^7.7.1",
60
- "@types/uuid": "^10.0.0",
61
- "@typescript-eslint/eslint-plugin": "^7.16.0",
62
- "@typescript-eslint/parser": "^7.16.0",
63
- "babel-eslint": "^10.1.0",
64
- "del-cli": "^5.1.0",
65
- "eslint": "^8",
66
- "eslint-config-prettier": "^9.1.0",
67
- "eslint-plugin-prettier": "^5.5.4",
68
- "eslint-plugin-simple-import-sort": "^12.1.1",
69
- "husky": "^9.1.7",
70
- "mocha": "^10.6.0",
71
- "node-red": "^4.1.1",
72
- "node-red-node-test-helper": "^0.3.5",
73
- "prettier": "^3.6.2",
74
- "ts-node": "^10.9.2",
75
- "typescript": "^5.7.3"
76
- },
77
- "engines": {
78
- "node": "^20 || ^22 || ^24"
79
- },
80
- "files": [
81
- "/build",
82
- "/examples"
83
- ]
36
+ "version": ">=1.3.7"
37
+ },
38
+ "author": "Tadeusz Wyrzykowski <shaquu@icloud.com> (https://github.com/Shaquu)",
39
+ "license": "Apache-2.0",
40
+ "bugs": {
41
+ "url": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues"
42
+ },
43
+ "homepage": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged#readme",
44
+ "dependencies": {
45
+ "@homebridge/hap-nodejs": "2.0.2",
46
+ "@nrchkb/logger": "~3.1.1",
47
+ "node-persist": "^3.1.3",
48
+ "semver": "~7.7.3",
49
+ "uuid": "~13.0.0"
50
+ },
51
+ "devDependencies": {
52
+ "@biomejs/biome": "2.3.7",
53
+ "@homebridge/ciao": "~1.3.4",
54
+ "@node-red/registry": "^4.1.1",
55
+ "@types/node": "^20",
56
+ "@types/node-persist": "^3.1.8",
57
+ "@types/node-red": "^1.3.5",
58
+ "@types/node-red-node-test-helper": "^0.3.5",
59
+ "@types/semver": "^7.7.1",
60
+ "@types/uuid": "^10.0.0",
61
+ "del-cli": "^7.0.0",
62
+ "husky": "^9.1.7",
63
+ "node-red": "^4.1.1",
64
+ "node-red-node-test-helper": "^0.3.5",
65
+ "ts-node": "^10.9.2",
66
+ "typescript": "^5.9.3",
67
+ "vitest": "^4.0.13"
68
+ },
69
+ "vitest": {
70
+ "test": {
71
+ "environment": "node",
72
+ "testTimeout": 30000,
73
+ "include": [
74
+ "src/**/*.test.ts"
75
+ ]
76
+ }
77
+ },
78
+ "engines": {
79
+ "node": "^20 || ^22 || ^24"
80
+ },
81
+ "files": [
82
+ "/build",
83
+ "/examples"
84
+ ]
84
85
  }