homebridge 1.7.1-beta.26 → 1.7.1-beta.28
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/package.json +11 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge",
|
|
3
3
|
"description": "HomeKit support for the impatient",
|
|
4
|
-
"version": "1.7.1-beta.
|
|
4
|
+
"version": "1.7.1-beta.28",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -11,17 +11,18 @@
|
|
|
11
11
|
"Andreas Bauer <mail@anderl-bauer.de>"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
+
"build": "npm run clean && tsc",
|
|
14
15
|
"check": "npm install && npm outdated",
|
|
16
|
+
"clean": "rimraf lib/",
|
|
15
17
|
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true",
|
|
18
|
+
"docs": "typedoc",
|
|
16
19
|
"lint": "eslint 'src/**/*.{js,ts,json}'",
|
|
17
|
-
"
|
|
18
|
-
"test": "jest --forceExit --detectOpenHandles",
|
|
19
|
-
"test-coverage": "jest --coverage --forceExit --detectOpenHandles",
|
|
20
|
-
"clean": "rimraf lib/",
|
|
21
|
-
"watch": "nodemon",
|
|
20
|
+
"lint:fix": "npm run lint -- --fix",
|
|
22
21
|
"prepublishOnly": "npm run build",
|
|
23
22
|
"postpublish": "npm run clean",
|
|
24
|
-
"
|
|
23
|
+
"test": "jest --forceExit --detectOpenHandles",
|
|
24
|
+
"test-coverage": "jest --coverage --forceExit --detectOpenHandles",
|
|
25
|
+
"watch": "nodemon"
|
|
25
26
|
},
|
|
26
27
|
"repository": {
|
|
27
28
|
"type": "git",
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
"chalk": "4.1.2",
|
|
49
50
|
"commander": "12.0.0",
|
|
50
51
|
"fs-extra": "11.2.0",
|
|
51
|
-
"hap-nodejs": "0.
|
|
52
|
+
"hap-nodejs": "0.12.0",
|
|
52
53
|
"qrcode-terminal": "0.12.0",
|
|
53
54
|
"semver": "7.6.0",
|
|
54
55
|
"source-map-support": "0.5.21"
|
|
@@ -60,8 +61,8 @@
|
|
|
60
61
|
"@types/node": "^20.12.7",
|
|
61
62
|
"@types/semver": "^7.5.8",
|
|
62
63
|
"@types/source-map-support": "^0.5.10",
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
64
|
-
"@typescript-eslint/parser": "^7.
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
|
65
|
+
"@typescript-eslint/parser": "^7.7.0",
|
|
65
66
|
"eslint": "^8.57.0",
|
|
66
67
|
"eslint-plugin-import": "^2.29.1",
|
|
67
68
|
"eslint-plugin-import-newlines": "^1.4.0",
|