@sqlite.org/sqlite-wasm
Advanced tools
Comparing version 3.47.0-build1 to 3.47.1-build1
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.47.0-build1", | ||
"version": "3.47.1-build1", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"prepublishOnly": "npm run build && npm run fix && npm run publint && npm run check-types", | ||
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public" | ||
"deploy": "npm run prepublishOnly && git add . && git commit -am 'New release' && git push && npm publish --access public" | ||
}, | ||
@@ -63,8 +63,8 @@ "repository": { | ||
"node-fetch": "^3.3.2", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.1", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"publint": "^0.2.11", | ||
"publint": "^0.2.12", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.2" | ||
} | ||
} |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2978802