taladb 0.7.5 → 0.7.6

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.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taladb",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Local-first document and vector database for React, React Native, and Node.js",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -66,7 +66,11 @@
66
66
  "@taladb/node": "workspace:*"
67
67
  },
68
68
  "peerDependenciesMeta": {
69
- "@taladb/web": { "optional": true },
70
- "@taladb/node": { "optional": true }
69
+ "@taladb/web": {
70
+ "optional": true
71
+ },
72
+ "@taladb/node": {
73
+ "optional": true
74
+ }
71
75
  }
72
76
  }