Compare commits

...

3 Commits

Author SHA1 Message Date
a687d70fab 8.0.3 2024-05-17 16:34:59 +02:00
9d18c1abfe fix(core): update 2024-05-17 16:34:58 +02:00
600d2a2a92 8.0.2 2024-05-17 16:34:21 +02:00

View File

@ -1,6 +1,6 @@
{
"name": "@tempfix/idb",
"version": "8.0.1",
"version": "8.0.3",
"description": "A small wrapper that makes IndexedDB usable",
"main": "./build/index.cjs",
"module": "./build/index.js",
@ -21,11 +21,7 @@
"CHANGELOG.md"
],
"type": "module",
"scripts": {
"build": "PRODUCTION=1 rollup -c && node --experimental-modules lib/size-report.mjs",
"dev": "rollup -c --watch",
"prepack": "npm run build"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/jakearchibald/idb.git"