feat: add in original idb implementation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@valkyr/db",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"exports": {
|
||||
".": "./src/mod.ts"
|
||||
},
|
||||
@@ -15,5 +15,8 @@
|
||||
"test:publish": "deno publish --dry-run",
|
||||
"ncu": "npx ncu -u -p npm"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"lib": ["deno.window", "dom"]
|
||||
},
|
||||
"nodeModulesDir": "auto"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user