@sqliteai/sqlite-wasm 3.50.4-sync.0.8.41-vector.0.9.37 → 3.50.4-sync.0.8.41-vector.0.9.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sqliteai/sqlite-wasm",
3
- "version": "3.50.4-sync.0.8.41-vector.0.9.37",
3
+ "version": "3.50.4-sync.0.8.41-vector.0.9.38",
4
4
  "description": "SQLite Wasm compiled with automatically initialized sqlite-sync and sqlite-vector extensions. Conveniently packaged as an ES Module for effortless integration.",
5
5
  "keywords": [
6
6
  "sqlite",
@@ -50,7 +50,7 @@
50
50
  "test": "npm run start & HTTP_SERVER_PID=$! && sleep 3 && node test/test.cjs && kill $HTTP_SERVER_PID",
51
51
  "fix": "npx prettier . --write",
52
52
  "bundle": "npm run build && npm i && npm run fix && npm run publint && npm run check-types && npm run test",
53
- "deploy": "npm run bundle && npm publish --access public --provenance"
53
+ "deploy": "npm run bundle && npm publish --tag latest --access public --provenance"
54
54
  },
55
55
  "repository": {
56
56
  "type": "git",
Binary file