iobroker.knx 2.0.21 → 2.0.23
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/README.md +8 -0
- package/admin/asset-manifest.json +3 -3
- package/admin/index_m.html +1 -1
- package/admin/static/js/{main.66bc91f4.js → main.e7b74ad6.js} +3 -3
- package/admin/static/js/{main.66bc91f4.js.map → main.e7b74ad6.js.map} +1 -1
- package/io-package.json +27 -1
- package/knx.js +2 -2
- package/package.json +74 -71
- /package/admin/static/js/{main.66bc91f4.js.LICENSE.txt → main.e7b74ad6.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.knx",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.23",
|
|
4
4
|
"description": "ioBroker knx Adapter ",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "K.Ringmann",
|
|
@@ -43,40 +43,41 @@
|
|
|
43
43
|
"url": "https://github.com/ioBroker/ioBroker.knx"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/code-frame": "^7.
|
|
47
|
-
"@babel/types": "^7.
|
|
48
|
-
"@iobroker/adapter-core": "^
|
|
49
|
-
"binary-parser": "^
|
|
46
|
+
"@babel/code-frame": "^7.22.13",
|
|
47
|
+
"@babel/types": "^7.23.0",
|
|
48
|
+
"@iobroker/adapter-core": "^3.0.3",
|
|
49
|
+
"binary-parser": "^2.2.1",
|
|
50
50
|
"binary-protocol": "^0.0.0",
|
|
51
51
|
"browserlist": "^1.0.1",
|
|
52
|
-
"browserslist": "^4.
|
|
53
|
-
"core-js": "^3.
|
|
54
|
-
"core-js-compat": "^3.
|
|
55
|
-
"del": "
|
|
52
|
+
"browserslist": "^4.22.1",
|
|
53
|
+
"core-js": "^3.33.0",
|
|
54
|
+
"core-js-compat": "^3.33.0",
|
|
55
|
+
"del": "7.1.0",
|
|
56
56
|
"esrecurse": "^4.3.0",
|
|
57
57
|
"event-emitter": "^0.3.5",
|
|
58
|
-
"globals": "^13.
|
|
59
|
-
"graceful-fs": "^4.2.
|
|
58
|
+
"globals": "^13.23.0",
|
|
59
|
+
"graceful-fs": "^4.2.11",
|
|
60
60
|
"ieee754": "^1.2.1",
|
|
61
|
-
"javascript-obfuscator": "^
|
|
62
|
-
"jsonwebtoken": "^
|
|
61
|
+
"javascript-obfuscator": "^4.1.0",
|
|
62
|
+
"jsonwebtoken": "^9.0.2",
|
|
63
63
|
"object-assign": "^4.1.1",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
64
|
+
"pbkdf2-hmac": "^1.2.1",
|
|
65
|
+
"plugin-error": "^2.0.1",
|
|
66
|
+
"regjsparser": "^0.10.0",
|
|
66
67
|
"similarity": "^1.2.1",
|
|
67
68
|
"sourcemap-lookup": "^0.0.5",
|
|
68
69
|
"string-similarity": "^4.0.4",
|
|
69
|
-
"underscore": "^1.13.
|
|
70
|
-
"xmldom": "^0.
|
|
71
|
-
"xpath": "^0.0.
|
|
70
|
+
"underscore": "^1.13.6",
|
|
71
|
+
"xmldom": "^0.6.0",
|
|
72
|
+
"xpath": "^0.0.33"
|
|
72
73
|
},
|
|
73
74
|
"devDependencies": {
|
|
74
|
-
"@alcalzone/release-script": "^3.
|
|
75
|
-
"@alcalzone/release-script-plugin-iobroker": "^3.
|
|
76
|
-
"@alcalzone/release-script-plugin-license": "^3.
|
|
77
|
-
"@babel/helper-validator-identifier": "^7.
|
|
78
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.
|
|
79
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.
|
|
75
|
+
"@alcalzone/release-script": "^3.6.0",
|
|
76
|
+
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
|
|
77
|
+
"@alcalzone/release-script-plugin-license": "^3.5.9",
|
|
78
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
79
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.15",
|
|
80
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.15",
|
|
80
81
|
"@babel/plugin-proposal-async-generator-functions": "^7.16.7",
|
|
81
82
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
82
83
|
"@babel/plugin-proposal-class-static-block": "^7.16.7",
|
|
@@ -106,63 +107,63 @@
|
|
|
106
107
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
107
108
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
|
108
109
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
|
109
|
-
"@babel/plugin-transform-arrow-functions": "^7.
|
|
110
|
-
"@babel/plugin-transform-async-to-generator": "^7.
|
|
111
|
-
"@babel/plugin-transform-block-scoped-functions": "^7.
|
|
112
|
-
"@babel/plugin-transform-block-scoping": "^7.
|
|
113
|
-
"@babel/plugin-transform-classes": "^7.
|
|
114
|
-
"@babel/plugin-transform-computed-properties": "^7.
|
|
115
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
116
|
-
"@babel/plugin-transform-dotall-regex": "^7.
|
|
117
|
-
"@babel/plugin-transform-duplicate-keys": "^7.
|
|
118
|
-
"@babel/plugin-transform-exponentiation-operator": "^7.
|
|
119
|
-
"@babel/plugin-transform-for-of": "^7.
|
|
120
|
-
"@babel/plugin-transform-function-name": "^7.
|
|
121
|
-
"@babel/plugin-transform-literals": "^7.
|
|
122
|
-
"@babel/plugin-transform-member-expression-literals": "^7.
|
|
123
|
-
"@babel/plugin-transform-modules-amd": "^7.
|
|
124
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
125
|
-
"@babel/plugin-transform-modules-systemjs": "^7.
|
|
126
|
-
"@babel/plugin-transform-modules-umd": "^7.
|
|
127
|
-
"@babel/plugin-transform-named-capturing-groups-regex": "^7.
|
|
128
|
-
"@babel/plugin-transform-new-target": "^7.
|
|
129
|
-
"@babel/plugin-transform-object-super": "^7.
|
|
130
|
-
"@babel/plugin-transform-property-literals": "^7.
|
|
131
|
-
"@babel/plugin-transform-regenerator": "^7.
|
|
132
|
-
"@babel/plugin-transform-reserved-words": "^7.
|
|
133
|
-
"@babel/plugin-transform-shorthand-properties": "^7.
|
|
134
|
-
"@babel/plugin-transform-spread": "^7.
|
|
135
|
-
"@babel/plugin-transform-sticky-regex": "^7.
|
|
136
|
-
"@babel/plugin-transform-template-literals": "^7.
|
|
137
|
-
"@babel/plugin-transform-typeof-symbol": "^7.
|
|
138
|
-
"@babel/plugin-transform-unicode-escapes": "^7.
|
|
139
|
-
"@babel/plugin-transform-unicode-regex": "^7.
|
|
140
|
-
"@babel/preset-env": "^7.
|
|
141
|
-
"@babel/preset-modules": "^0.1.
|
|
142
|
-
"@babel/runtime": "^7.
|
|
110
|
+
"@babel/plugin-transform-arrow-functions": "^7.22.5",
|
|
111
|
+
"@babel/plugin-transform-async-to-generator": "^7.22.5",
|
|
112
|
+
"@babel/plugin-transform-block-scoped-functions": "^7.22.5",
|
|
113
|
+
"@babel/plugin-transform-block-scoping": "^7.23.0",
|
|
114
|
+
"@babel/plugin-transform-classes": "^7.22.15",
|
|
115
|
+
"@babel/plugin-transform-computed-properties": "^7.22.5",
|
|
116
|
+
"@babel/plugin-transform-destructuring": "^7.23.0",
|
|
117
|
+
"@babel/plugin-transform-dotall-regex": "^7.22.5",
|
|
118
|
+
"@babel/plugin-transform-duplicate-keys": "^7.22.5",
|
|
119
|
+
"@babel/plugin-transform-exponentiation-operator": "^7.22.5",
|
|
120
|
+
"@babel/plugin-transform-for-of": "^7.22.15",
|
|
121
|
+
"@babel/plugin-transform-function-name": "^7.22.5",
|
|
122
|
+
"@babel/plugin-transform-literals": "^7.22.5",
|
|
123
|
+
"@babel/plugin-transform-member-expression-literals": "^7.22.5",
|
|
124
|
+
"@babel/plugin-transform-modules-amd": "^7.23.0",
|
|
125
|
+
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
|
|
126
|
+
"@babel/plugin-transform-modules-systemjs": "^7.23.0",
|
|
127
|
+
"@babel/plugin-transform-modules-umd": "^7.22.5",
|
|
128
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
|
|
129
|
+
"@babel/plugin-transform-new-target": "^7.22.5",
|
|
130
|
+
"@babel/plugin-transform-object-super": "^7.22.5",
|
|
131
|
+
"@babel/plugin-transform-property-literals": "^7.22.5",
|
|
132
|
+
"@babel/plugin-transform-regenerator": "^7.22.10",
|
|
133
|
+
"@babel/plugin-transform-reserved-words": "^7.22.5",
|
|
134
|
+
"@babel/plugin-transform-shorthand-properties": "^7.22.5",
|
|
135
|
+
"@babel/plugin-transform-spread": "^7.22.5",
|
|
136
|
+
"@babel/plugin-transform-sticky-regex": "^7.22.5",
|
|
137
|
+
"@babel/plugin-transform-template-literals": "^7.22.5",
|
|
138
|
+
"@babel/plugin-transform-typeof-symbol": "^7.22.5",
|
|
139
|
+
"@babel/plugin-transform-unicode-escapes": "^7.22.10",
|
|
140
|
+
"@babel/plugin-transform-unicode-regex": "^7.22.5",
|
|
141
|
+
"@babel/preset-env": "^7.22.20",
|
|
142
|
+
"@babel/preset-modules": "^0.1.6",
|
|
143
|
+
"@babel/runtime": "^7.23.1",
|
|
143
144
|
"@iobroker/testing": "^4.1.0",
|
|
144
|
-
"@types/mocha": "^10.0.
|
|
145
|
+
"@types/mocha": "^10.0.2",
|
|
145
146
|
"babel-core": "^6.26.3",
|
|
146
|
-
"babel-minify": "^0.5.
|
|
147
|
-
"babel-plugin-polyfill-corejs2": "^0.
|
|
148
|
-
"babel-plugin-polyfill-corejs3": "^0.
|
|
147
|
+
"babel-minify": "^0.5.2",
|
|
148
|
+
"babel-plugin-polyfill-corejs2": "^0.4.5",
|
|
149
|
+
"babel-plugin-polyfill-corejs3": "^0.8.4",
|
|
149
150
|
"babelify": "^10.0.0",
|
|
150
151
|
"browserify": "^17.0.0",
|
|
151
|
-
"chai": "^4.3.
|
|
152
|
-
"eslint": "^8.
|
|
153
|
-
"eslint-config-prettier": "^
|
|
152
|
+
"chai": "^4.3.10",
|
|
153
|
+
"eslint": "^8.51.0",
|
|
154
|
+
"eslint-config-prettier": "^9.0.0",
|
|
154
155
|
"eslint-config-react-app": "^7.0.1",
|
|
155
|
-
"eslint-plugin-prettier": "^
|
|
156
|
-
"eslint-scope": "^7.
|
|
156
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
157
|
+
"eslint-scope": "^7.2.2",
|
|
157
158
|
"esutils": "^2.0.3",
|
|
158
159
|
"fast-deep-equal": "^3.1.3",
|
|
159
160
|
"gulp": "^4.0.2",
|
|
160
161
|
"gulp-javascript-obfuscator": "^1.1.6",
|
|
161
162
|
"gulp-rename": "^2.0.0",
|
|
162
|
-
"gulp-replace": "^1.1.
|
|
163
|
+
"gulp-replace": "^1.1.4",
|
|
163
164
|
"gulp-sourcemaps": "^3.0.0",
|
|
164
|
-
"mocha": "^
|
|
165
|
-
"prettier": "^
|
|
165
|
+
"mocha": "^10.2.0",
|
|
166
|
+
"prettier": "^3.0.3",
|
|
166
167
|
"vinyl-buffer": "^1.0.1",
|
|
167
168
|
"vinyl-source-stream": "^2.0.0",
|
|
168
169
|
"vinyl-sourcemaps-apply": "^0.2.1"
|
|
@@ -177,7 +178,9 @@
|
|
|
177
178
|
"release-minor": "release-script minor --yes",
|
|
178
179
|
"release-major": "release-script major --yes",
|
|
179
180
|
"build": "gulp",
|
|
180
|
-
"lint": "eslint . --quiet"
|
|
181
|
+
"lint": "eslint . --quiet",
|
|
182
|
+
"update-packages": "ncu --upgrade && cd src && ncu --upgrade && cd ..",
|
|
183
|
+
"npm": "npm i && cd src && npm i -f"
|
|
181
184
|
},
|
|
182
185
|
"bugs": {
|
|
183
186
|
"url": "https://github.com/ioBroker/ioBroker.knx/issues"
|
|
File without changes
|