@uql/sqlite
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,6 +6,7 @@ { | ||
"license": "MIT", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"type": "module", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "./index.js", | ||
"exports": "./index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
@@ -27,3 +28,3 @@ "copyfiles": "copyfiles -f package.json ../../README.md ../../CHANGELOG.md dist", | ||
"@types/sqlite3": "^3.1.8", | ||
"@uql/core": "^1.0.4", | ||
"@uql/core": "^1.0.5", | ||
"copyfiles": "^2.4.1", | ||
@@ -30,0 +31,0 @@ "rimraf": "^3.0.2", |
Sorry, the diff of this file is not supported yet
47881