zigbee-herdsman 2.1.3 → 2.1.5

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 CHANGED
@@ -1,110 +1,109 @@
1
1
  {
2
- "author": {
3
- "name": "Koen Kanters",
4
- "email": "koenkanters94@gmail.com"
2
+ "author": {
3
+ "name": "Koen Kanters",
4
+ "email": "koenkanters94@gmail.com"
5
+ },
6
+ "bugs": {
7
+ "url": "https://github.com/koenkk/zigbee-herdsman/issues"
8
+ },
9
+ "contributors": [
10
+ {
11
+ "name": "Koen Kanters",
12
+ "email": "koenkanters94@gmail.com"
5
13
  },
6
- "bugs": {
7
- "url": "https://github.com/koenkk/zigbee-herdsman/issues"
14
+ {
15
+ "name": "Hedy Wang",
16
+ "email": "hedywings@gmail.com"
8
17
  },
9
- "contributors": [
10
- {
11
- "name": "Koen Kanters",
12
- "email": "koenkanters94@gmail.com"
13
- },
14
- {
15
- "name": "Hedy Wang",
16
- "email": "hedywings@gmail.com"
17
- },
18
- {
19
- "name": "Simen Li",
20
- "email": "simenkid@gmail.com"
21
- },
22
- {
23
- "name": "Jack Wu",
24
- "email": "jackchased@gmail.com"
25
- }
26
- ],
27
- "dependencies": {
28
- "@serialport/bindings-cpp": "^12.0.1",
29
- "@serialport/parser-delimiter": "^12.0.0",
30
- "@serialport/stream": "^12.0.0",
31
- "bonjour-service": "^1.2.1",
32
- "debounce": "^2.1.1",
33
- "fast-deep-equal": "^3.1.3",
34
- "mixin-deep": "^2.0.1",
35
- "slip": "^1.0.2"
18
+ {
19
+ "name": "Simen Li",
20
+ "email": "simenkid@gmail.com"
36
21
  },
37
- "deprecated": false,
38
- "description": "An open source ZigBee gateway solution with node.js.",
39
- "devDependencies": {
40
- "@babel/cli": "^7.25.6",
41
- "@babel/core": "^7.25.2",
42
- "@babel/preset-env": "^7.25.4",
43
- "@babel/preset-typescript": "^7.24.7",
44
- "@eslint/core": "^0.6.0",
45
- "@eslint/js": "^9.11.1",
46
- "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
47
- "@serialport/binding-mock": "^10.2.2",
48
- "@types/debounce": "^1.2.4",
49
- "@types/eslint__js": "^8.42.3",
50
- "@types/jest": "^29.5.13",
51
- "@types/mz": "^2.7.8",
52
- "@types/nedb": "^1.8.16",
53
- "@types/node": "^22.7.4",
54
- "babel-jest": "^29.7.0",
55
- "eslint": "^9.11.1",
56
- "eslint-config-prettier": "^9.1.0",
57
- "jest": "^29.7.0",
58
- "prettier": "^3.3.3",
59
- "regenerator-runtime": "^0.14.1",
60
- "rimraf": "^6.0.1",
61
- "typedoc": "^0.26.7",
62
- "typedoc-plugin-markdown": "^4.2.8",
63
- "typedoc-plugin-no-inherit": "^1.4.0",
64
- "typescript": "^5.6.2",
65
- "typescript-eslint": "^8.7.0"
66
- },
67
- "homepage": "https://github.com/Koenkk/zigbee-herdsman",
68
- "keywords": [
69
- "zigbee",
70
- "zstack",
71
- "emberznet",
72
- "deconz",
73
- "zigate"
74
- ],
75
- "license": "MIT",
76
- "main": "dist/index.js",
77
- "types": "dist/index.d.ts",
78
- "name": "zigbee-herdsman",
79
- "repository": {
80
- "type": "git",
81
- "url": "git+https://github.com/Koenkk/zigbee-herdsman.git"
82
- },
83
- "scripts": {
84
- "build": "tsc",
85
- "build:watch": "tsc -w",
86
- "test": "jest test --silent --maxWorkers=50%",
87
- "test-with-coverage": "jest test --silent --maxWorkers=50% --coverage",
88
- "test-watch": "jest test --silent --maxWorkers=25% --watch",
89
- "eslint": "eslint --max-warnings=0",
90
- "pretty:write": "prettier --write .",
91
- "pretty:check": "prettier --check .",
92
- "typedoc": "typedoc --gitRevision $(git describe --tag --abbrev=0) --tsconfig tsconfig.json --excludePrivate --excludeProtected --excludeExternals --entryPointStrategy expand ./src --sourceLinkTemplate 'https://github.com/Koenkk/zigbee-herdsman/blob/{gitRevision}/{path}#L{line}' -out typedoc",
93
- "clean": "rimraf temp coverage dist",
94
- "prepack": "npm run clean && npm run build"
95
- },
96
- "version": "2.1.3",
97
- "jest": {
98
- "coverageThreshold": {
99
- "global": {
100
- "branches": 100,
101
- "functions": 100,
102
- "lines": 100,
103
- "statements": 100
104
- }
105
- },
106
- "collectCoverageFrom": [
107
- "src/**/*.ts"
108
- ]
22
+ {
23
+ "name": "Jack Wu",
24
+ "email": "jackchased@gmail.com"
109
25
  }
110
- }
26
+ ],
27
+ "dependencies": {
28
+ "@serialport/bindings-cpp": "^12.0.1",
29
+ "@serialport/parser-delimiter": "^12.0.0",
30
+ "@serialport/stream": "^12.0.0",
31
+ "bonjour-service": "^1.2.1",
32
+ "debounce": "^2.2.0",
33
+ "fast-deep-equal": "^3.1.3",
34
+ "mixin-deep": "^2.0.1",
35
+ "slip": "^1.0.2"
36
+ },
37
+ "deprecated": false,
38
+ "description": "An open source ZigBee gateway solution with node.js.",
39
+ "devDependencies": {
40
+ "@babel/cli": "^7.25.7",
41
+ "@babel/core": "^7.25.8",
42
+ "@babel/preset-env": "^7.25.8",
43
+ "@babel/preset-typescript": "^7.25.7",
44
+ "@eslint/core": "^0.7.0",
45
+ "@eslint/js": "^9.13.0",
46
+ "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
47
+ "@serialport/binding-mock": "^10.2.2",
48
+ "@types/debounce": "^1.2.4",
49
+ "@types/eslint__js": "^8.42.3",
50
+ "@types/jest": "^29.5.13",
51
+ "@types/mz": "^2.7.8",
52
+ "@types/nedb": "^1.8.16",
53
+ "@types/node": "^22.7.7",
54
+ "babel-jest": "^29.7.0",
55
+ "eslint": "^9.13.0",
56
+ "eslint-config-prettier": "^9.1.0",
57
+ "jest": "^29.7.0",
58
+ "prettier": "^3.3.3",
59
+ "regenerator-runtime": "^0.14.1",
60
+ "rimraf": "^6.0.1",
61
+ "typedoc": "^0.26.10",
62
+ "typedoc-plugin-markdown": "^4.2.9",
63
+ "typedoc-plugin-no-inherit": "^1.4.0",
64
+ "typescript": "^5.6.3",
65
+ "typescript-eslint": "^8.10.0"
66
+ },
67
+ "homepage": "https://github.com/Koenkk/zigbee-herdsman",
68
+ "keywords": [
69
+ "zigbee",
70
+ "zstack",
71
+ "emberznet",
72
+ "deconz",
73
+ "zigate"
74
+ ],
75
+ "license": "MIT",
76
+ "main": "dist/index.js",
77
+ "types": "dist/index.d.ts",
78
+ "name": "zigbee-herdsman",
79
+ "repository": {
80
+ "type": "git",
81
+ "url": "git+https://github.com/Koenkk/zigbee-herdsman.git"
82
+ },
83
+ "version": "2.1.5",
84
+ "jest": {
85
+ "coverageThreshold": {
86
+ "global": {
87
+ "branches": 100,
88
+ "functions": 100,
89
+ "lines": 100,
90
+ "statements": 100
91
+ }
92
+ },
93
+ "collectCoverageFrom": [
94
+ "src/**/*.ts"
95
+ ]
96
+ },
97
+ "scripts": {
98
+ "build": "tsc",
99
+ "build:watch": "tsc -w",
100
+ "test": "jest test --silent --maxWorkers=50%",
101
+ "test-with-coverage": "jest test --silent --maxWorkers=50% --coverage",
102
+ "test-watch": "jest test --silent --maxWorkers=25% --watch",
103
+ "eslint": "eslint --max-warnings=0",
104
+ "pretty:write": "prettier --write .",
105
+ "pretty:check": "prettier --check .",
106
+ "typedoc": "typedoc --gitRevision $(git describe --tag --abbrev=0) --tsconfig tsconfig.json --excludePrivate --excludeProtected --excludeExternals --entryPointStrategy expand ./src --sourceLinkTemplate 'https://github.com/Koenkk/zigbee-herdsman/blob/{gitRevision}/{path}#L{line}' -out typedoc",
107
+ "clean": "rimraf temp coverage dist"
108
+ }
109
+ }