@iobroker/db-base
Advanced tools
Comparing version 5.0.20-alpha.0-20240314-559f7b7a to 5.0.20-alpha.0-20240323-74044f09
{ | ||
"name": "@iobroker/db-base", | ||
"version": "5.0.20-alpha.0-20240314-559f7b7a", | ||
"version": "5.0.20-alpha.0-20240323-74044f09", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
"dependencies": { | ||
"@iobroker/js-controller-common": "5.0.20-alpha.0-20240314-559f7b7a", | ||
"@iobroker/js-controller-common": "5.0.20-alpha.0-20240323-74044f09", | ||
"deep-clone": "^3.0.3", | ||
@@ -29,5 +29,21 @@ "fs-extra": "^11.1.0", | ||
"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", | ||
"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" | ||
}, | ||
"./package.json": "./package.json", | ||
"./inMemFileDB": { | ||
"import": "./build/esm/lib/inMemFileDB.js", | ||
"require": "./build/cjs/lib/inMemFileDB.js", | ||
"types": "./build/esm/lib/inMemFileDB.d.ts" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -37,21 +53,6 @@ "publishConfig": { | ||
}, | ||
"exports": { | ||
".": "./build/index.js", | ||
"./package.json": "./package.json", | ||
"./inMemFileDB": "./build/lib/inMemFileDB.js" | ||
}, | ||
"types": "build/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"inMemFileDB": [ | ||
"build/lib/inMemFileDB" | ||
] | ||
} | ||
}, | ||
"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
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
219427
34
2142
2
1
+ 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/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/js-controller-common@5.0.20-alpha.0-20240323-74044f09