@iobroker/db-objects-redis
Advanced tools
Comparing version 5.0.13-alpha.0-20230921-ef3265a4 to 5.0.13-alpha.0-20230923-af5992c0
@@ -207,4 +207,4 @@ /// <reference types="@iobroker/types-dev" /> | ||
private _getObjects; | ||
getObjects(keys: string[], options?: CallOptions | null): Promise<ioBroker.AnyObject[]>; | ||
getObjects(keys: string[], callback: (err?: Error | null, objs?: ioBroker.AnyObject[]) => void): void; | ||
getObjects(keys: string[], options?: CallOptions | null): Promise<ioBroker.AnyObject[]>; | ||
getObjects(keys: string[], options: CallOptions | null, callback: (err?: Error | null, objs?: ioBroker.AnyObject[]) => void, dontModify?: boolean): void; | ||
@@ -211,0 +211,0 @@ getObjectsAsync(keys: string[], options?: CallOptions | null): Promise<ioBroker.AnyObject[]>; |
{ | ||
"name": "@iobroker/db-objects-redis", | ||
"version": "5.0.13-alpha.0-20230921-ef3265a4", | ||
"version": "5.0.13-alpha.0-20230923-af5992c0", | ||
"engines": { | ||
@@ -8,3 +8,3 @@ "node": ">=16.4.0" | ||
"dependencies": { | ||
"@iobroker/db-base": "5.0.13-alpha.0-20230921-ef3265a4", | ||
"@iobroker/db-base": "5.0.13-alpha.0-20230923-af5992c0", | ||
"deep-clone": "^3.0.3", | ||
@@ -46,3 +46,3 @@ "ioredis": "^4.28.2", | ||
], | ||
"gitHead": "a3be433b39ff47f760af7204d5c689ccfd12b71d" | ||
"gitHead": "11c35b75866b4752425702dc3a8bf5361c83368a" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
+ Added@iobroker/db-base@5.0.13-alpha.0-20230923-af5992c0(transitive)
+ Added@iobroker/js-controller-common@5.0.13-alpha.0-20230923-af5992c0(transitive)
- Removed@iobroker/db-base@5.0.13-alpha.0-20230921-ef3265a4(transitive)
- Removed@iobroker/js-controller-common@5.0.13-alpha.0-20230921-ef3265a4(transitive)