@fireproof/core 0.17.7 → 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.7",
3
+ "version": "0.17.9",
4
4
  "description": "Live database for the web.",
5
5
  "type": "module",
6
6
  "module": "./dist/browser/fireproof.js",
@@ -98,12 +98,12 @@
98
98
  "util": "^0.12.5"
99
99
  },
100
100
  "dependencies": {
101
- "@web3-storage/pail": "^0.4.2",
102
101
  "@ipld/car": "^5.2.0",
103
102
  "@ipld/dag-cbor": "^9.0.3",
104
103
  "@ipld/dag-json": "^10.1.2",
105
104
  "@ipld/unixfs": "^2.1.1",
106
105
  "@peculiar/webcrypto": "^1.4.3",
106
+ "@web3-storage/pail": "^0.5.0",
107
107
  "charwise": "^3.0.1",
108
108
  "idb": "^7.1.1",
109
109
  "ipfs-unixfs-exporter": "^13.1.7",
@@ -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.6"
114
+ "@fireproof/encrypted-blockstore": "^0.17.8"
115
115
  },
116
116
  "scripts": {
117
117
  "analyze": "node ./scripts/analyze.js",