Skip to content

Commit

Permalink
Merge pull request #265 from Grizzelbee/development
Browse files Browse the repository at this point in the history
V3.1.5
  • Loading branch information
Grizzelbee authored Apr 16, 2024
2 parents 4512cbb + 9061368 commit a8ed6cc
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 39 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ All states report whether there is a failure or not. `True` means a failure, `fa
## Changelog
### **WORK IN PROGRESS**

### 3.1.5 (2024-04-16) (Marching on)
* (grizzelbee) Fix: Requesting at least admin v6.13.16 as dependency

### 3.1.4 (2024-03-22) (Marching on)
* (grizzelbee) Fix: Lamps (Product type 552) won't generate a warning on startup anymore but show an info that they are not supported by this adapter.

Expand Down
24 changes: 20 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "dysonairpurifier",
"version": "3.1.4",
"version": "3.1.5",
"news": {
"3.1.5": {
"en": "Requesting at least admin v6.13.16 as dependency.",
"de": "Mindestens Admin v6.13.16 als Abhängigkeit erforderlich.",
"ru": "Запрос как минимум администратора v6.13.16 в качестве зависимости.",
"pt": "Solicitando pelo menos admin v6.13.16 como dependência.",
"nl": "Minimaal beheerder v6.13.16 aanvragen als afhankelijkheid.",
"fr": "Demander au moins admin v6.13.16 comme dépendance.",
"it": "Richiedendo almeno admin v6.13.16 come dipendenza.",
"es": "Solicitando al menos admin v6.13.16 como dependencia.",
"pl": "Żądanie co najmniej administratora v6.13.16 jako zależność.",
"uk": "Запит принаймні admin v6.13.16 як залежність.",
"zh-cn": "请求至少 admin v6.13.16 作为依赖项。"
},
"3.1.4": {
"en": "Lamps (Product type 552) won't generate a warning on startup anymore but show an info that they are not supported by this adapter.",
"de": "Lampen (Produkttyp 552) generieren beim Start keine Warnung mehr, sondern zeigen einen Hinweis an, dass sie von diesem Adapter nicht unterstützt werden.",
Expand Down Expand Up @@ -145,7 +158,6 @@
"humidify & cool",
"fan"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"icon": "dyson_logo.svg",
"adminUI": {
Expand All @@ -165,10 +177,14 @@
"dataSource": "poll",
"messagebox": true,
"subscribe": "messagebox",
"globalDependencies": [
{
"admin": ">=6.13.16"
}
],
"dependencies": [
{
"js-controller": ">=3.0.0",
"admin": ">=6.0.0"
"js-controller": ">=3.0.0"
}
],
"plugins": {
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.dysonairpurifier",
"version": "3.1.4",
"version": "3.1.5",
"description": "dyson air purifiers and fans",
"author": {
"name": "grizzelbee",
Expand All @@ -25,12 +25,12 @@
"dependencies": {
"@iobroker/adapter-core": "^3.0.6",
"@iobroker/plugin-sentry": "^1.2.1",
"@snyk/protect": "^1.1286.1",
"@snyk/protect": "^1.1289.0",
"axios": "^1.6.8",
"flatted": "^3.3.1",
"https": "^1.0.0",
"lodash": "^4.17.21",
"mqtt": "^5.5.0",
"mqtt": "^5.5.2",
"path": "^0.12.7",
"ssl-root-cas": "^1.3.1"
},
Expand All @@ -41,14 +41,14 @@
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0"
Expand Down

0 comments on commit a8ed6cc

Please sign in to comment.