Comparing version 4.0.1-alpha.7 to 4.0.1-alpha.8
@@ -7,3 +7,3 @@ /* | ||
* | ||
* Version 4.0.1-alpha.7, Wed Jan 25 2023 | ||
* Version 4.0.1-alpha.8, Fri Feb 17 2023 | ||
* | ||
@@ -10,0 +10,0 @@ * https://dexie.org |
{ | ||
"name": "dexie", | ||
"version": "4.0.1-alpha.7", | ||
"version": "4.0.1-alpha.8", | ||
"description": "A Minimalistic Wrapper for IndexedDB", | ||
@@ -89,6 +89,6 @@ "main": "dist/dexie.js", | ||
"cd dist", | ||
"uglifyjs dexie.js -m -c negate_iife=0 -o dexie.min.js --source-map", | ||
"uglifyjs dexie.js -m -c negate_iife=0 -o dexie.min.js --source-map url=dexie.min.js.map", | ||
"# Minify modern bundle", | ||
"cd modern", | ||
"terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs" | ||
"terser --comments false --compress --mangle --module --source-map url=dexie.min.mjs.map -o dexie.min.mjs -- dexie.mjs" | ||
], | ||
@@ -95,0 +95,0 @@ "dev": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
2621582
17246