@luvio/durable-store-idb
Advanced tools
Comparing version 0.136.5 to 0.137.0
{ | ||
"name": "@luvio/durable-store-idb", | ||
"version": "0.136.5", | ||
"version": "0.137.0", | ||
"description": "IndexedDB-based implementation of the Luvio DurableStore", | ||
@@ -22,7 +22,7 @@ "repository": { | ||
"test:debug": "node --inspect-brk ../../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand", | ||
"test:size": "bundlesize", | ||
"test:size": "luvioBundlesize", | ||
"watch": "yarn build --watch" | ||
}, | ||
"devDependencies": { | ||
"@luvio/environments": "^0.136.5", | ||
"@luvio/environments": "^0.137.0", | ||
"fake-indexeddb": "^4.0.1" | ||
@@ -36,7 +36,10 @@ }, | ||
}, | ||
"bundlesize": [ | ||
"luvioBundlesize": [ | ||
{ | ||
"path": "./dist/durable-store-idb.js", | ||
"maxSize": "3 kB", | ||
"compression": "brotli" | ||
"maxSize": { | ||
"none": "9 kB", | ||
"min": "4 kB", | ||
"compressed": "2 kB" | ||
} | ||
} | ||
@@ -43,0 +46,0 @@ ], |
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
11717