@fireproof/core 0.17.4 → 0.17.5

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.4",
3
+ "version": "0.17.5",
4
4
  "description": "Live database for the web.",
5
5
  "type": "module",
6
6
  "module": "./dist/browser/fireproof.js",
@@ -98,7 +98,7 @@
98
98
  "util": "^0.12.5"
99
99
  },
100
100
  "dependencies": {
101
- "@web3-storage/pail": "^0.4.1",
101
+ "@web3-storage/pail": "^0.4.2",
102
102
  "@ipld/car": "^5.2.0",
103
103
  "@ipld/dag-cbor": "^9.0.3",
104
104
  "@ipld/dag-json": "^10.1.2",
@@ -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.3"
114
+ "@fireproof/encrypted-blockstore": "^0.17.4"
115
115
  },
116
116
  "scripts": {
117
117
  "analyze": "node ./scripts/analyze.js",