@fireproof/core 0.17.8 → 0.17.9

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireproof/core",
3
- "version": "0.17.8",
3
+ "version": "0.17.9",
4
4
  "description": "Live database for the web.",
5
5
  "type": "module",
6
6
  "module": "./dist/browser/fireproof.js",
@@ -111,7 +111,7 @@
111
111
  "p-limit": "^4.0.0",
112
112
  "prolly-trees": "^1.0.4",
113
113
  "uuidv7": "^0.6.2",
114
- "@fireproof/encrypted-blockstore": "^0.17.7"
114
+ "@fireproof/encrypted-blockstore": "^0.17.8"
115
115
  },
116
116
  "scripts": {
117
117
  "analyze": "node ./scripts/analyze.js",