@fireproof/core 0.19.4-dev → 0.19.5-dev

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.19.4-dev",
3
+ "version": "0.19.5-dev",
4
4
  "description": "Live database for the web.",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -51,7 +51,11 @@
51
51
  "charwise": "^3.0.1",
52
52
  "prolly-trees": "^1.0.4",
53
53
  "ipfs-unixfs-exporter": "^13.5.0",
54
- "uuidv7": "^1.0.0"
54
+ "uuidv7": "^1.0.0",
55
+ "std-env": "^3.7.0",
56
+ "@web3-storage/pail": "^0.6.0",
57
+ "@ipld/unixfs": "^3.0.0",
58
+ "@ipld/car": "^5.3.2"
55
59
  },
56
60
  "scripts": {}
57
61
  }