Skip to content

Commit

Permalink
* corrected wrong GW Port after adapter upgrade
Browse files Browse the repository at this point in the history
* allow self-defined values for min and max
* some small other fixes
  • Loading branch information
chefkoch009 committed Oct 11, 2023
1 parent efbf0c1 commit 6253328
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 72 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ relation.
-->

## Changelog
### 2.0.23 (11.10.2023)
* corrected wrong GW Port after adapter upgrade
* allow self-defined values for min and max
* some small other fixes

### 2.0.22 (04.07.2023)
* added import specification, solved problems in GaTools

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "knx",
"version": "2.0.22",
"version": "2.0.23",
"news": {
"2.0.23": {
"en": "- corrected wrong GW Port after adapter upgrade, allow self-defined values for min and max, some small other fixes",
"de": "- korrigiert falsch GW Port nach Adapter-Upgrade, erlauben selbstdefinierte Werte für min und max, einige kleine andere Fixes",
"ru": "- исправлено неправильно GW Порт после обновления адаптера, позволяют самоопределенные значения для мин и макс, некоторые небольшие другие исправления",
"pt": "- corrigido errado GW Porta após atualização do adaptador, permitir valores autodefinidos para min e max, algumas pequenas outras correções",
"nl": "- Verkeerde GW Port na adapter upgrade, laat jezelf definieerde waarden voor min en maximaal",
"fr": "- erreur corrigée GW Port après mise à niveau de l'adaptateur, permettre des valeurs auto-définies pour min et max, quelques petites autres corrections",
"it": "- corretto GW sbagliato Porta dopo aggiornamento adattatore, consentire valori autodefiniti per min e max, alcune piccole altre correzioni",
"es": "- corregido mal GW Puerto después de la actualización del adaptador, permitir valores autodefinidos para min y máx, algunos pequeños otros correcciones",
"pl": "Poprawiony w błędzie GW. Port po ulepszeniu adaptatora, pozwala na samookreślone wartości dla min i max, niektóre drobne naprawy",
"uk": "- Виправлено неправильно GW Порт після оновлення адаптера, що дозволяє самовизначеним значенням для хв і макс, деякі невеликі інші виправлення",
"zh-cn": "- 纠正GW不法行为 在适应人员升级之后的港口,可以对小额和小型的自我界定的价值观,有些小的其它装置"
},
"2.0.22": {
"en": "added import specification, solved problems in GaTools",
"de": "zusätzliche Importspezifikation, gelöste Probleme in GaTools",
Expand Down
145 changes: 74 additions & 71 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.knx",
"version": "2.0.22",
"version": "2.0.23",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
Expand Down Expand Up @@ -43,40 +43,41 @@
"url": "https://github.com/ioBroker/ioBroker.knx"
},
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/types": "^7.17.0",
"@iobroker/adapter-core": "^2.6.6",
"binary-parser": "^1.6.2",
"@babel/code-frame": "^7.22.13",
"@babel/types": "^7.23.0",
"@iobroker/adapter-core": "^3.0.3",
"binary-parser": "^2.2.1",
"binary-protocol": "^0.0.0",
"browserlist": "^1.0.1",
"browserslist": "^4.20.2",
"core-js": "^3.19.1",
"core-js-compat": "^3.20.2",
"del": "6.1.1",
"browserslist": "^4.22.1",
"core-js": "^3.33.0",
"core-js-compat": "^3.33.0",
"del": "7.1.0",
"esrecurse": "^4.3.0",
"event-emitter": "^0.3.5",
"globals": "^13.13.0",
"graceful-fs": "^4.2.9",
"globals": "^13.23.0",
"graceful-fs": "^4.2.11",
"ieee754": "^1.2.1",
"javascript-obfuscator": "^3.2.5",
"jsonwebtoken": "^8.5.1",
"javascript-obfuscator": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"object-assign": "^4.1.1",
"plugin-error": "^1.0.1",
"regjsparser": "^0.8.4",
"pbkdf2-hmac": "^1.2.1",
"plugin-error": "^2.0.1",
"regjsparser": "^0.10.0",
"similarity": "^1.2.1",
"sourcemap-lookup": "^0.0.5",
"string-similarity": "^4.0.4",
"underscore": "^1.13.1",
"xmldom": "^0.1.27",
"xpath": "^0.0.32"
"underscore": "^1.13.6",
"xmldom": "^0.6.0",
"xpath": "^0.0.33"
},
"devDependencies": {
"@alcalzone/release-script": "^3.4.1",
"@alcalzone/release-script-plugin-iobroker": "^3.4.1",
"@alcalzone/release-script-plugin-license": "^3.4.1",
"@babel/helper-validator-identifier": "^7.16.7",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@babel/helper-validator-identifier": "^7.22.20",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.15",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.15",
"@babel/plugin-proposal-async-generator-functions": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-class-static-block": "^7.16.7",
Expand Down Expand Up @@ -106,63 +107,63 @@
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-arrow-functions": "^7.16.7",
"@babel/plugin-transform-async-to-generator": "^7.16.7",
"@babel/plugin-transform-block-scoped-functions": "^7.16.7",
"@babel/plugin-transform-block-scoping": "^7.16.7",
"@babel/plugin-transform-classes": "^7.16.7",
"@babel/plugin-transform-computed-properties": "^7.16.7",
"@babel/plugin-transform-destructuring": "^7.16.7",
"@babel/plugin-transform-dotall-regex": "^7.16.7",
"@babel/plugin-transform-duplicate-keys": "^7.16.7",
"@babel/plugin-transform-exponentiation-operator": "^7.16.7",
"@babel/plugin-transform-for-of": "^7.16.7",
"@babel/plugin-transform-function-name": "^7.16.7",
"@babel/plugin-transform-literals": "^7.16.7",
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
"@babel/plugin-transform-modules-amd": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.7",
"@babel/plugin-transform-modules-systemjs": "^7.16.7",
"@babel/plugin-transform-modules-umd": "^7.16.7",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.16.7",
"@babel/plugin-transform-new-target": "^7.16.7",
"@babel/plugin-transform-object-super": "^7.16.7",
"@babel/plugin-transform-property-literals": "^7.16.7",
"@babel/plugin-transform-regenerator": "^7.16.7",
"@babel/plugin-transform-reserved-words": "^7.16.7",
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
"@babel/plugin-transform-spread": "^7.16.7",
"@babel/plugin-transform-sticky-regex": "^7.16.7",
"@babel/plugin-transform-template-literals": "^7.16.7",
"@babel/plugin-transform-typeof-symbol": "^7.16.7",
"@babel/plugin-transform-unicode-escapes": "^7.16.7",
"@babel/plugin-transform-unicode-regex": "^7.16.7",
"@babel/preset-env": "^7.16.0",
"@babel/preset-modules": "^0.1.5",
"@babel/runtime": "^7.17.2",
"@babel/plugin-transform-arrow-functions": "^7.22.5",
"@babel/plugin-transform-async-to-generator": "^7.22.5",
"@babel/plugin-transform-block-scoped-functions": "^7.22.5",
"@babel/plugin-transform-block-scoping": "^7.23.0",
"@babel/plugin-transform-classes": "^7.22.15",
"@babel/plugin-transform-computed-properties": "^7.22.5",
"@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-dotall-regex": "^7.22.5",
"@babel/plugin-transform-duplicate-keys": "^7.22.5",
"@babel/plugin-transform-exponentiation-operator": "^7.22.5",
"@babel/plugin-transform-for-of": "^7.22.15",
"@babel/plugin-transform-function-name": "^7.22.5",
"@babel/plugin-transform-literals": "^7.22.5",
"@babel/plugin-transform-member-expression-literals": "^7.22.5",
"@babel/plugin-transform-modules-amd": "^7.23.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-modules-systemjs": "^7.23.0",
"@babel/plugin-transform-modules-umd": "^7.22.5",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
"@babel/plugin-transform-new-target": "^7.22.5",
"@babel/plugin-transform-object-super": "^7.22.5",
"@babel/plugin-transform-property-literals": "^7.22.5",
"@babel/plugin-transform-regenerator": "^7.22.10",
"@babel/plugin-transform-reserved-words": "^7.22.5",
"@babel/plugin-transform-shorthand-properties": "^7.22.5",
"@babel/plugin-transform-spread": "^7.22.5",
"@babel/plugin-transform-sticky-regex": "^7.22.5",
"@babel/plugin-transform-template-literals": "^7.22.5",
"@babel/plugin-transform-typeof-symbol": "^7.22.5",
"@babel/plugin-transform-unicode-escapes": "^7.22.10",
"@babel/plugin-transform-unicode-regex": "^7.22.5",
"@babel/preset-env": "^7.22.20",
"@babel/preset-modules": "^0.1.6",
"@babel/runtime": "^7.23.1",
"@iobroker/testing": "^4.1.0",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.2",
"babel-core": "^6.26.3",
"babel-minify": "^0.5.1",
"babel-plugin-polyfill-corejs2": "^0.3.0",
"babel-plugin-polyfill-corejs3": "^0.5.0",
"babel-minify": "^0.5.2",
"babel-plugin-polyfill-corejs2": "^0.4.5",
"babel-plugin-polyfill-corejs3": "^0.8.4",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"chai": "^4.3.10",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-scope": "^7.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-scope": "^7.2.2",
"esutils": "^2.0.3",
"fast-deep-equal": "^3.1.3",
"gulp": "^4.0.2",
"gulp-javascript-obfuscator": "^1.1.6",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"mocha": "^9.1.3",
"prettier": "^2.8.3",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.1"
Expand All @@ -177,7 +178,9 @@
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"build": "gulp",
"lint": "eslint . --quiet"
"lint": "eslint . --quiet",
"update-packages": "ncu --upgrade && cd src && ncu --upgrade && cd ..",
"npm": "npm i && cd src && npm i -f"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.knx/issues"
Expand Down

0 comments on commit 6253328

Please sign in to comment.