@iobroker/js-controller-common-db
Advanced tools
Comparing version 5.0.20-alpha.0-20240323-74044f09 to 5.0.20-alpha.0-20240326-1f96ea5e
/** | ||
* Allows to find out if a given states dbType offers a server or not | ||
* | ||
* @param dbType database type | ||
@@ -9,2 +10,3 @@ * @returns true if a server class is available | ||
* Allows to find out if a given objects dbType offers a server which runs on this host and listens (locally or globally/by IP) | ||
* | ||
* @param dbType database type | ||
@@ -18,2 +20,3 @@ * @param host configured db host - multihost (array) will always return false | ||
* Allows to find out if a given states dbType offers a server which runs on this host and listens (locally or globally/by IP) | ||
* | ||
* @param dbType database type | ||
@@ -27,2 +30,3 @@ * @param host configured db host - multihost (array) will always return false | ||
* Allows to find out if a given objects dbType offers a server or not | ||
* | ||
* @param dbType database type | ||
@@ -29,0 +33,0 @@ * @returns true if a server class is available |
/** | ||
* Allows to find out if a given states dbType offers a server or not | ||
* | ||
* @param dbType database type | ||
@@ -9,2 +10,3 @@ * @returns true if a server class is available | ||
* Allows to find out if a given objects dbType offers a server which runs on this host and listens (locally or globally/by IP) | ||
* | ||
* @param dbType database type | ||
@@ -18,2 +20,3 @@ * @param host configured db host - multihost (array) will always return false | ||
* Allows to find out if a given states dbType offers a server which runs on this host and listens (locally or globally/by IP) | ||
* | ||
* @param dbType database type | ||
@@ -27,2 +30,3 @@ * @param host configured db host - multihost (array) will always return false | ||
* Allows to find out if a given objects dbType offers a server or not | ||
* | ||
* @param dbType database type | ||
@@ -29,0 +33,0 @@ * @returns true if a server class is available |
@@ -7,2 +7,3 @@ "use strict"; | ||
* Allows to find out if a given states dbType offers a server or not | ||
* | ||
* @param dbType database type | ||
@@ -23,2 +24,3 @@ * @returns true if a server class is available | ||
* Allows to find out if a given objects dbType offers a server which runs on this host and listens (locally or globally/by IP) | ||
* | ||
* @param dbType database type | ||
@@ -46,2 +48,3 @@ * @param host configured db host - multihost (array) will always return false | ||
* Allows to find out if a given states dbType offers a server which runs on this host and listens (locally or globally/by IP) | ||
* | ||
* @param dbType database type | ||
@@ -69,2 +72,3 @@ * @param host configured db host - multihost (array) will always return false | ||
* Allows to find out if a given objects dbType offers a server or not | ||
* | ||
* @param dbType database type | ||
@@ -71,0 +75,0 @@ * @returns true if a server class is available |
{ | ||
"name": "@iobroker/js-controller-common-db", | ||
"version": "5.0.20-alpha.0-20240323-74044f09", | ||
"version": "5.0.20-alpha.0-20240326-1f96ea5e", | ||
"engines": { | ||
@@ -12,9 +12,9 @@ "node": ">=12.0.0" | ||
"dependencies": { | ||
"@iobroker/db-objects-file": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/db-objects-jsonl": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/db-objects-redis": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/db-states-file": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/db-states-jsonl": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/js-controller-common": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/db-objects-file": "5.0.20-alpha.0-20240326-1f96ea5e", | ||
"@iobroker/db-objects-jsonl": "5.0.20-alpha.0-20240326-1f96ea5e", | ||
"@iobroker/db-objects-redis": "5.0.20-alpha.0-20240326-1f96ea5e", | ||
"@iobroker/db-states-file": "5.0.20-alpha.0-20240326-1f96ea5e", | ||
"@iobroker/db-states-jsonl": "5.0.20-alpha.0-20240326-1f96ea5e", | ||
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240326-1f96ea5e", | ||
"@iobroker/js-controller-common": "5.0.20-alpha.0-20240326-1f96ea5e", | ||
"fs-extra": "^11.1.0" | ||
@@ -56,3 +56,3 @@ }, | ||
], | ||
"gitHead": "487be77dd42776c1fb2635c309c0d7c64dcefe57" | ||
"gitHead": "b043ba922df87f3b0f03340c01c03a2a48e9f16b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
172169
1511
0
+ Added@iobroker/db-base@5.0.20-alpha.0-20240326-1f96ea5e(transitive)
+ Added@iobroker/db-objects-file@5.0.20-alpha.0-20240326-1f96ea5e(transitive)
+ Added@iobroker/db-objects-jsonl@5.0.20-alpha.0-20240326-1f96ea5e(transitive)
+ Added@iobroker/db-objects-redis@5.0.20-alpha.0-20240326-1f96ea5e(transitive)
+ Added@iobroker/db-states-file@5.0.20-alpha.0-20240326-1f96ea5e(transitive)
+ Added@iobroker/db-states-jsonl@5.0.20-alpha.0-20240326-1f96ea5e(transitive)
+ Added@iobroker/db-states-redis@5.0.20-alpha.0-20240326-1f96ea5e(transitive)
+ Added@iobroker/js-controller-common@5.0.20-alpha.0-20240326-1f96ea5e(transitive)
- Removed@iobroker/db-base@5.0.20-alpha.0-20240323-74044f09(transitive)
- Removed@iobroker/db-objects-file@5.0.20-alpha.0-20240323-74044f09(transitive)
- Removed@iobroker/db-objects-jsonl@5.0.20-alpha.0-20240323-74044f09(transitive)
- Removed@iobroker/db-objects-redis@5.0.20-alpha.0-20240323-74044f09(transitive)
- Removed@iobroker/db-states-file@5.0.20-alpha.0-20240323-74044f09(transitive)
- Removed@iobroker/db-states-jsonl@5.0.20-alpha.0-20240323-74044f09(transitive)
- Removed@iobroker/db-states-redis@5.0.20-alpha.0-20240323-74044f09(transitive)
- Removed@iobroker/js-controller-common@5.0.20-alpha.0-20240323-74044f09(transitive)
Updated@iobroker/db-objects-file@5.0.20-alpha.0-20240326-1f96ea5e
Updated@iobroker/db-objects-jsonl@5.0.20-alpha.0-20240326-1f96ea5e
Updated@iobroker/db-objects-redis@5.0.20-alpha.0-20240326-1f96ea5e
Updated@iobroker/db-states-file@5.0.20-alpha.0-20240326-1f96ea5e
Updated@iobroker/db-states-jsonl@5.0.20-alpha.0-20240326-1f96ea5e
Updated@iobroker/db-states-redis@5.0.20-alpha.0-20240326-1f96ea5e
Updated@iobroker/js-controller-common@5.0.20-alpha.0-20240326-1f96ea5e