Skip to content

Commit

Permalink
* (bluefox) extend getCompactInstancesmethod with version information
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jun 2, 2024
1 parent 2f5bead commit c2d9eb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`
Expand Down
3 changes: 2 additions & 1 deletion lib/socketCommandsAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
});

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c2d9eb7

Please sign in to comment.