ipfs-unixfs-importer 15.3.0 → 15.3.1
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ipfs-unixfs-importer",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.1",
|
|
4
4
|
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs-importer#readme",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"@multiformats/murmur3": "^2.1.8",
|
|
165
165
|
"hamt-sharding": "^3.0.6",
|
|
166
166
|
"interface-blockstore": "^5.3.0",
|
|
167
|
-
"interface-store": "^
|
|
167
|
+
"interface-store": "^6.0.0",
|
|
168
168
|
"ipfs-unixfs": "^11.0.0",
|
|
169
169
|
"it-all": "^3.0.6",
|
|
170
170
|
"it-batch": "^3.0.6",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
180
|
"aegir": "^44.1.1",
|
|
181
|
-
"blockstore-core": "^
|
|
181
|
+
"blockstore-core": "^5.0.0",
|
|
182
182
|
"it-last": "^3.0.6",
|
|
183
183
|
"wherearewe": "^2.0.1"
|
|
184
184
|
},
|