@iobroker/db-states-redis
Advanced tools
Comparing version 4.1.0-alpha.14-20220321-028289e6 to 4.1.0-alpha.15-20220323-f615bbcc
{ | ||
"name": "@iobroker/db-states-redis", | ||
"version": "4.1.0-alpha.14-20220321-028289e6", | ||
"version": "4.1.0-alpha.15-20220323-f615bbcc", | ||
"engines": { | ||
@@ -8,3 +8,3 @@ "node": ">=12.0.0" | ||
"dependencies": { | ||
"@iobroker/db-base": "4.1.0-alpha.14-20220321-028289e6", | ||
"@iobroker/db-base": "4.1.0-alpha.15-20220323-f615bbcc", | ||
"ioredis": "^4.28.2" | ||
@@ -27,4 +27,6 @@ }, | ||
}, | ||
"scripts": {}, | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json" | ||
}, | ||
"main": "build/index.js", | ||
"license": "MIT", | ||
@@ -34,7 +36,9 @@ "publishConfig": { | ||
}, | ||
"types": "build/index.d.ts", | ||
"files": [ | ||
"lib/", | ||
"index.js" | ||
"build/lib/", | ||
"build/index.js", | ||
"build/index.d.ts" | ||
], | ||
"gitHead": "ddc4a31ae8fe3b3f4d80b2dbb149b22114ce42dd" | ||
"gitHead": "ae981f274ece704576d2d6f37af1cb62a7e46111" | ||
} |
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
106441
9
1374
1
+ Added@iobroker/db-base@4.1.0-alpha.15-20220323-f615bbcc(transitive)
+ Added@iobroker/js-controller-common@4.1.0-alpha.15-20220323-f615bbcc(transitive)
- Removed@iobroker/db-base@4.1.0-alpha.14-20220321-028289e6(transitive)
- Removed@iobroker/js-controller-common@4.1.0-alpha.14-20220321-028289e6(transitive)