iobroker.innogy-smarthome
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"common": { | ||
"name": "innogy-smarthome", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"title": "Innogy Smarthome", | ||
"titleLang": { | ||
"en": "Innogy Smarthome", | ||
"de": "Innogy Smarthome", | ||
"ru": "Innogy Smarthome", | ||
"pt": "Innogy Smarthome", | ||
"nl": "Innogy Smarthome", | ||
"fr": "Innogy Smarthome", | ||
"it": "Innogy Smarthome", | ||
"es": "Innogy Smarthome", | ||
"pl": "Innogy Smarthome", | ||
"zh-cn": "英诺智能家居" | ||
}, | ||
"license": "MIT", | ||
@@ -13,2 +25,14 @@ "desc": { | ||
"news": { | ||
"0.3.7": { | ||
"en": "js-controller 3.3 warnings prevented", | ||
"de": "js-controller 3.3 Warnungen verhindert", | ||
"ru": "js-controller 3.3 предупреждения предотвращены", | ||
"pt": "Avisos do js-controller 3.3 evitados", | ||
"nl": "js-controller 3.3 waarschuwingen voorkomen", | ||
"fr": "js-controller 3.3 avertissements empêchés", | ||
"it": "js-controller 3.3 avvisi impediti", | ||
"es": "advertencias de js-controller 3.3 prevenidas", | ||
"pl": "Ostrzeżenia js-controller 3.3 są zablokowane", | ||
"zh-cn": "js-controller 3.3 警告被阻止" | ||
}, | ||
"0.3.6": { | ||
@@ -31,3 +55,9 @@ "en": "Fixed auth issues" | ||
"type": "iot-systems", | ||
"authors": ["Patrick Arns <iobroker@patrick-arns.de>"] | ||
"authors": ["Patrick Arns <iobroker@patrick-arns.de>"], | ||
"tier": 2, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=2.0.0" | ||
} | ||
] | ||
}, | ||
@@ -34,0 +64,0 @@ "native": {}, |
@@ -629,4 +629,3 @@ /* jshint -W097 */// jshint strict:false | ||
res.type = "string"; | ||
res.role = "unknown"; | ||
res.type = typeof aState !== 'object' ? typeof aState !== 'object' : "mixed"; | ||
res.read = true; | ||
@@ -633,0 +632,0 @@ res.write = true; |
{ | ||
"name": "iobroker.innogy-smarthome", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "ioBroker Innogy SmartHome", | ||
@@ -29,7 +29,7 @@ "author": { | ||
"innogy-smarthome-lib": "^0.5.3", | ||
"@iobroker/adapter-core": "^1.0.3" | ||
"@iobroker/adapter-core": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^4.1.0", | ||
"chai": "^4.1.2" | ||
"mocha": "^9.0.2", | ||
"chai": "^4.3.4" | ||
}, | ||
@@ -44,2 +44,2 @@ "main": "main.js", | ||
"readmeFilename": "README.md" | ||
} | ||
} |
@@ -10,2 +10,4 @@ ![Logo](admin/innogy-smarthome.png) | ||
Please note: For the Authentication process Port 3000 is needed to be available om the host. Please check that nothing else is using it (e.g. Grafana) | ||
## HELP WANTED! | ||
@@ -17,2 +19,8 @@ | ||
### 0.3.7 | ||
Prevent js-controller 3.3 warnings | ||
### 0.3.6 | ||
Fixed authorization issues | ||
### 0.3.5 | ||
@@ -19,0 +27,0 @@ Updated authorization endpoint |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59147
13
197
612
1
+ Added@iobroker/adapter-core@2.6.12(transitive)
+ Added@iobroker/types@7.0.6(transitive)
- Removed@iobroker/adapter-core@1.0.3(transitive)
- Removed@types/iobroker@1.4.13(transitive)
- Removed@types/node@22.10.5(transitive)
- Removedundici-types@6.20.0(transitive)