-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2019-2021 tomboxi <[email protected]> | ||
Copyright (c) 2019-2024 TA2k <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"common": { | ||
"name": "nina", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"news": { | ||
"0.0.26": { | ||
"en": "Fix active warnings state", | ||
"de": "Fix für active warnings Status" | ||
}, | ||
"0.0.25": { | ||
"de": "- fix js-controller warnings \n- minimized self expanding object tree \n - Accept long AGS Numbers \n- (thost96) fixed broken link in README \n - (thost96) added icon with transparent background for admin ui \n - (thost96) updated link on admin ui to the same as on this README as old link was broken" | ||
}, | ||
|
@@ -95,15 +99,8 @@ | |
"pl": "Notfall-Informations- und Nachrichten-App", | ||
"zh-cn": "Notfall-Informations- und Nachrichten-App" | ||
}, | ||
"authors": [ | ||
"tomboxi <[email protected]>" | ||
], | ||
"keywords": [ | ||
"NINA", | ||
"Gefahrenwarnung", | ||
"Warnung", | ||
"KATWARN" | ||
], | ||
"authors": ["tomboxi <[email protected]>"], | ||
"keywords": ["NINA", "Gefahrenwarnung", "Warnung", "KATWARN"], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
|
@@ -158,4 +155,4 @@ | |
"native": {} | ||
} | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"author": { | ||
"name": "tomboxi", | ||
"name": "TA2k", | ||
"email": "[email protected]" | ||
}, | ||
"bugs": { | ||
|
@@ -33,7 +33,7 @@ | |
"sinon-chai": "^3.7.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
"homepage": "https://github.com/TA2k/ioBroker.nina", | ||
"keywords": [ | ||
|
@@ -57,5 +57,5 @@ | |
"test:package": "mocha test/package --exit", | ||
"test:unit": "mocha test/unit --exit" | ||
}, | ||
"version": "0.0.25" | ||
"version": "0.0.26" | ||
} |