Skip to content

Commit

Permalink
Update license related data and fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
chefkoch009 committed May 19, 2024
1 parent f4551cf commit ca32f81
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
18 changes: 15 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "knx",
"version": "2.0.27",
"version": "2.0.28",
"news": {
"2.0.28": {
"en": "Update license related data and fix package version",
"de": "Aktualisieren von lizenzbezogenen Daten und Fixpaketversion",
"ru": "Обновление данных, связанных с лицензией, и исправления версии пакета",
"pt": "Atualizar dados relacionados à licença e corrigir a versão do pacote",
"nl": "Update licentie gerelateerde gegevens en fix pakketversie",
"fr": "Mettre à jour les données liées à la licence et corriger la version du paquet",
"it": "Aggiornare i dati relativi alla licenza e correggere la versione del pacchetto",
"es": "Actualizar datos relacionados con la licencia y arreglar la versión del paquete",
"pl": "Aktualizuj dane związane z licencją i poprawiaj wersję pakietu",
"uk": "Оновлення ліцензії пов'язаних даних та виправлень версії пакету",
"zh-cn": "更新许可证相关数据和固定包版本"
},
"2.0.27": {
"en": "updated the adapter import schema for ETS 6.2.2, fixed UTF-8 bug",
"de": "aktualisiert das Adapter-Importschema für ETS 6.2.2, Fix UTF-8 Bug",
Expand Down Expand Up @@ -187,7 +200,6 @@
},
"nogit": true,
"materialize": true,
"license": "CC-BY-NC-4.0",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "knx.png",
Expand Down Expand Up @@ -301,7 +313,7 @@
"licenseInformation": {
"link": "https://github.com/ioBroker/ioBroker.knx?tab=readme-ov-file#license-requirements",
"type": "limited",
"license": "CC BY-NC 4.0"
"license": "CC-BY-NC-4.0"
}
},
"native": {
Expand Down
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.knx",
"version": "2.0.26",
"version": "2.0.28",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
Expand All @@ -16,12 +16,6 @@
}
],
"homepage": "https://github.com/ioBroker/ioBroker.knx",
"licenses": [
{
"type": "CC-BY-NC-4.0",
"url": "https://github.com/ioBroker/ioBroker.knx/blob/master/LICENSE"
}
],
"license": "CC-BY-NC-4.0",
"keywords": [
"ioBroker",
Expand All @@ -45,7 +39,7 @@
"dependencies": {
"@babel/code-frame": "^7.22.13",
"@babel/types": "^7.23.0",
"@iobroker/adapter-core": "^3.0.3",
"@iobroker/adapter-core": "^3.1.4",
"binary-parser": "^2.2.1",
"binary-protocol": "^0.0.0",
"browserlist": "^1.0.1",
Expand Down Expand Up @@ -141,7 +135,7 @@
"@babel/preset-env": "^7.22.20",
"@babel/preset-modules": "^0.1.6",
"@babel/runtime": "^7.23.1",
"@iobroker/testing": "^4.1.0",
"@iobroker/testing": "^4.1.3",
"@types/mocha": "^10.0.2",
"babel-core": "^6.26.3",
"babel-minify": "^0.5.2",
Expand Down Expand Up @@ -186,4 +180,4 @@
"url": "https://github.com/ioBroker/ioBroker.knx/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit ca32f81

Please sign in to comment.