Skip to content

Commit

Permalink
var
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-blackson committed Aug 11, 2024
1 parent 8810a36 commit ea4fa0a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "meteoalarm",
"version": "3.0.2",
"version": "3.0.3",
"news": {
"3.0.3": {
"en": "Small bugfixes, Updated Repositories",
"de": "Kleine Bugfixes, Aktualisierte Repositories",
"ru": "Небольшие исправления, Обновленные хранилища",
"pt": "Pequenas correções de bugs, repositórios atualizados",
"nl": "Kleine bugfixes, bijgewerkte repositories",
"fr": "Petits bugfixes, Dépôts mis à jour",
"it": "Piccoli bugfix, repository aggiornati",
"es": "Pequeños bugfixes, Repositorios actualizados",
"pl": "Małe poprawki, Aktualizacja Repozytoriów",
"uk": "Малі багфікси, Оновлені репозиторії",
"zh-cn": "小错误修正, 更新的仓库"
},
"3.0.2": {
"en": "Small bugfixes",
"de": "Kleine Bugfixes",
Expand Down Expand Up @@ -42,19 +55,6 @@
"uk": "Зміна розривів: Перемикач даних полігонів",
"zh-cn": "中断更改 : 切换到多边形数据"
},
"2.3.8": {
"en": "Bugfix alarm reference",
"de": "Bugfix Alarm Referenz",
"ru": "Ссылка на бугфикс",
"pt": "Referência do alarme do Bugfix",
"nl": "Bugfix alarm referentie",
"fr": "Signal d ' alarme Bugfix",
"it": "Riferimento allarme Bugfix",
"es": "Referencia de alarma de Bugfix",
"pl": "Bugfix",
"uk": "Посилання на сигналізацію Bugfix",
"zh-cn": "Bugfix警戒"
},
"2.3.7": {
"en": "Don't show duplicate warnings twice in HTML widget",
"de": "Zeigen Sie keine doppelten Warnungen zweimal in HTML Widget",
Expand Down Expand Up @@ -260,7 +260,7 @@
"schedule": "*/10 * * * *",
"dependencies": [
{
"js-controller": ">=3.0.0"
"js-controller": ">=5.0.19"
}
],
"enabled": true,
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "iobroker.meteoalarm",
"version": "3.0.2",
"version": "3.0.3",
"engines": {
"node": ">=16.0.0"
},
"description": "Meteolaram",
"main": "main.js",
"repository": {
Expand All @@ -22,7 +25,7 @@
"url": "https://github.com/jack-blackson/ioBroker.meteoalarm/issues"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.8",
"@iobroker/adapter-core": "^3.1.6",
"@iobroker/testing": "^4.0.0",
"@sentry/integrations": "^6.17.3",
"@sentry/node": "^6.17.3",
Expand All @@ -41,6 +44,7 @@
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/testing":"4.1.3",
"axios": ">=0.21.1",
"chai": "^4.2.0",
"gulp": "^4.0.2",
Expand Down

0 comments on commit ea4fa0a

Please sign in to comment.