@helia/car 3.2.1-3bf5ab0 → 3.2.1-ec8bf66
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.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/car",
|
|
3
|
-
"version": "3.2.1-
|
|
3
|
+
"version": "3.2.1-ec8bf66",
|
|
4
4
|
"description": "Import/export car files from Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
|
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
"release": "aegir release"
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@helia/interface": "4.3.1-
|
|
142
|
+
"@helia/interface": "4.3.1-ec8bf66",
|
|
143
143
|
"@ipld/car": "^5.3.0",
|
|
144
|
-
"@libp2p/interface": "^
|
|
145
|
-
"@libp2p/utils": "^
|
|
144
|
+
"@libp2p/interface": "^2.0.0",
|
|
145
|
+
"@libp2p/utils": "^6.0.0",
|
|
146
146
|
"interface-blockstore": "^5.2.10",
|
|
147
147
|
"it-drain": "^3.0.5",
|
|
148
148
|
"it-map": "^3.0.5",
|
|
@@ -152,12 +152,12 @@
|
|
|
152
152
|
"progress-events": "^1.0.0"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@helia/mfs": "3.0.8-
|
|
156
|
-
"@helia/unixfs": "3.0.7-
|
|
155
|
+
"@helia/mfs": "3.0.8-ec8bf66",
|
|
156
|
+
"@helia/unixfs": "3.0.7-ec8bf66",
|
|
157
157
|
"@ipld/dag-pb": "^4.1.0",
|
|
158
158
|
"aegir": "^44.0.1",
|
|
159
|
-
"blockstore-core": "^
|
|
160
|
-
"datastore-core": "^
|
|
159
|
+
"blockstore-core": "^5.0.0",
|
|
160
|
+
"datastore-core": "^10.0.0",
|
|
161
161
|
"ipfs-unixfs-importer": "^15.2.4",
|
|
162
162
|
"it-to-buffer": "^4.0.5"
|
|
163
163
|
},
|