@iobroker/db-states-jsonl
Advanced tools
Comparing version 5.0.20-alpha.0-20240314-559f7b7a to 5.0.20-alpha.0-20240323-74044f09
{ | ||
"name": "@iobroker/db-states-jsonl", | ||
"version": "5.0.20-alpha.0-20240314-559f7b7a", | ||
"version": "5.0.20-alpha.0-20240323-74044f09", | ||
"engines": { | ||
@@ -9,5 +9,5 @@ "node": ">=12.0.0" | ||
"@alcalzone/jsonl-db": "~3.1.1", | ||
"@iobroker/db-base": "5.0.20-alpha.0-20240314-559f7b7a", | ||
"@iobroker/db-states-file": "5.0.20-alpha.0-20240314-559f7b7a", | ||
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240314-559f7b7a" | ||
"@iobroker/db-base": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/db-states-file": "5.0.20-alpha.0-20240323-74044f09", | ||
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240323-74044f09" | ||
}, | ||
@@ -30,6 +30,15 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json" | ||
"build": "tsc -b tsconfig.build.json", | ||
"postbuild": "esm2cjs --in build/esm --out build/cjs -l error && cpy ./**/*.d.ts ./build/cjs/ --cwd=build/esm/" | ||
}, | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"main": "build/cjs/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js", | ||
"types": "./build/esm/index.d.ts" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -40,7 +49,5 @@ "publishConfig": { | ||
"files": [ | ||
"build/lib/", | ||
"build/index.js", | ||
"build/index.d.ts" | ||
"build/" | ||
], | ||
"gitHead": "0cd41f8ea3d7b0b4818e9c88e89179d2b89fcab1" | ||
"gitHead": "487be77dd42776c1fb2635c309c0d7c64dcefe57" | ||
} |
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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
196937
34
1663
2
3
+ Added@iobroker/db-base@5.0.20-alpha.0-20240323-74044f09(transitive)
+ Added@iobroker/db-states-file@5.0.20-alpha.0-20240323-74044f09(transitive)
+ Added@iobroker/db-states-redis@5.0.20-alpha.0-20240323-74044f09(transitive)
+ Added@iobroker/js-controller-common@5.0.20-alpha.0-20240323-74044f09(transitive)
+ Addedobject-hash@3.0.0(transitive)
+ Addedwinston-daily-rotate-file@5.0.0(transitive)
- Removed@iobroker/db-base@5.0.20-alpha.0-20240314-559f7b7a(transitive)
- Removed@iobroker/db-states-file@5.0.20-alpha.0-20240314-559f7b7a(transitive)
- Removed@iobroker/db-states-redis@5.0.20-alpha.0-20240314-559f7b7a(transitive)
- Removed@iobroker/js-controller-common@5.0.20-alpha.0-20240314-559f7b7a(transitive)
- Removedobject-hash@2.2.0(transitive)
- Removedwinston-daily-rotate-file@4.7.1(transitive)
Updated@iobroker/db-states-file@5.0.20-alpha.0-20240323-74044f09
Updated@iobroker/db-states-redis@5.0.20-alpha.0-20240323-74044f09