From c2d9eb7899e15b35345b54144ee0617953f5db31 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sun, 2 Jun 2024 13:40:16 +0700 Subject: [PATCH] * (bluefox) extend `getCompactInstances`method with version information --- README.md | 5 ++++- lib/socketCommandsAdmin.js | 3 ++- package.json | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bc219fe..8664f3e 100644 --- a/README.md +++ b/README.md @@ -979,6 +979,9 @@ Read all instances of the given adapter, or all instances of all adapters if ada --> ## Changelog +### **WORK IN PROGRESS** +* (bluefox) extend `getCompactInstances`method with version information + ### 1.5.2 (2024-05-28) * (foxriver76) ensure compatible `adapter-core` version @@ -1040,7 +1043,7 @@ Read all instances of the given adapter, or all instances of all adapters if ada * (bluefox) Fixed error in `delObjects` method ### 0.5.3 (2022-08-24) -* (bluefox) Caught error by subscribe +* (bluefox) Caught error by subscribing ### 0.5.2 (2022-08-19) * (bluefox) Added command `getCompactSystemRepositories` diff --git a/lib/socketCommandsAdmin.js b/lib/socketCommandsAdmin.js index 7ec2942..e3c0bfb 100644 --- a/lib/socketCommandsAdmin.js +++ b/lib/socketCommandsAdmin.js @@ -1120,7 +1120,8 @@ class SocketCommandsAdmin extends SocketCommands { adminTab: obj.common.adminTab, name: obj.common.name, icon: obj.common.icon, - enabled: obj.common.enabled + enabled: obj.common.enabled, + version: obj.common.version, }; }); diff --git a/package.json b/package.json index 9cb4853..659d13f 100644 --- a/package.json +++ b/package.json @@ -22,18 +22,18 @@ }, "dependencies": { "@iobroker/adapter-core": "^3.1.4", - "axios": "^1.6.7", + "axios": "^1.7.2", "cookie-parser": "^1.4.6", "passport": "^0.7.0" }, "devDependencies": { "@alcalzone/release-script": "^3.7.0", "@alcalzone/release-script-plugin-license": "^3.7.0", - "@foxriver76/eslint-config": "^1.0.2", + "@foxriver76/eslint-config": "^1.0.4", "chai": "^4.4.1", "gulp": "^4.0.2", - "iobroker.js-controller": "dev", - "mocha": "^10.3.0" + "iobroker.js-controller": "^6.0.1-alpha.0-20240531-b57a29404", + "mocha": "^10.4.0" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.web/issues"