Skip to content

Commit

Permalink
Merge pull request #342 from holomekc/feat/stability-and-deps
Browse files Browse the repository at this point in the history
feat: stability and deps
  • Loading branch information
holomekc authored May 5, 2024
2 parents 1dcdcb3 + 3102573 commit 0ca43a5
Show file tree
Hide file tree
Showing 10 changed files with 496 additions and 893 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

strategy:
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]

steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '16.x'
node-version: '18.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
type-checking: true
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x, 22.x ]
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

strategy:
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]

steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '16.x'
node-version: '18.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
type-checking: true
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x]
node-version: [ 18.x, 20.x, 22.x]
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
Expand Down
7 changes: 6 additions & 1 deletion build/bshb-controller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/bshb-controller.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 19 additions & 16 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "bshb",
"version": "0.2.7",
"version": "0.2.8",
"news": {
"0.2.8": {
"de": "Aktualisierung der Abhängigkeiten und Stabilisierungsmaßnahmen.",
"en": "Updating dependencies and stabilization measures.",
"ru": "Обновление зависимостей и стабилизационных мер.",
"pt": "Atualização das dependências e das medidas de estabilização.",
"nl": "Bijwerken van de afhankelijkheden en stabilisatiemaatregelen.",
"fr": "Mise à jour des dépendances et des mesures de stabilisation.",
"it": "Aggiornamento delle dipendenze e delle misure di stabilizzazione.",
"es": "Actualización de las dependencias y medidas de estabilización.",
"pl": "Aktualizacja zależności i środków stabilizacji.",
"uk": "Оновлення залежностей та стабілізаційних заходів.",
"zh-cn": "更新从属关系和稳定措施。"
},
"0.2.7": {
"de": "Aktualisierung der Abhängigkeiten und Behebung der Ratenbegrenzung.",
"en": "Update dependencies and fix rate limiting.",
Expand Down Expand Up @@ -119,19 +132,6 @@
"pl": "Naprawiono problemy z początkową konfiguracją.",
"uk": "Виправлено проблеми з початковим налаштуванням.",
"zh-cn": "初始设置的问题得到解决。"
},
"0.1.18": {
"de": "Verzögerung zwischen Controller Aufrufen konfigurierbar.",
"en": "Delay between controller calls configurable.",
"ru": "Задержка между вызовами контроллера настраивается.",
"pt": "Atraso entre as chamadas do controlador configurável.",
"nl": "Vertraging tussen controller oproepen configureerbaar.",
"fr": "Délai configurable entre les appels du contrôleur.",
"it": "Ritardo tra le chiamate del controller configurabile.",
"es": "Retraso entre llamadas del controlador configurable.",
"pl": "Konfigurowalne opóźnienie między wywołaniami kontrolera.",
"uk": "Затримка між викликами контролера налаштовується.",
"zh-cn": "可配置控制器调用之间的延迟。"
}
},
"titleLang": {
Expand Down Expand Up @@ -166,7 +166,6 @@
"keywords": [
"Bosch"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "bshb-logo.jpg",
Expand All @@ -193,7 +192,11 @@
"admin": ">=5.1.13"
}
],
"tier": 2
"tier": 2,
"licenseInformation": {
"license": "MIT",
"type": "free"
}
},
"native": {
"host": "192.168.178.10",
Expand Down
Loading

0 comments on commit 0ca43a5

Please # to comment.