ipfs-unixfs-importer 10.0.0 → 10.0.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ipfs-unixfs-importer",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.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/master/packages/ipfs-unixfs-importer#readme",
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"bl": "^5.0.0",
|
|
157
157
|
"err-code": "^3.0.1",
|
|
158
158
|
"hamt-sharding": "^3.0.0",
|
|
159
|
-
"interface-blockstore": "^
|
|
160
|
-
"ipfs-unixfs": "^
|
|
159
|
+
"interface-blockstore": "^3.0.0",
|
|
160
|
+
"ipfs-unixfs": "^7.0.0",
|
|
161
161
|
"it-all": "^1.0.5",
|
|
162
162
|
"it-batch": "^1.0.8",
|
|
163
163
|
"it-first": "^1.0.6",
|
|
@@ -170,9 +170,9 @@
|
|
|
170
170
|
"devDependencies": {
|
|
171
171
|
"aegir": "^37.5.0",
|
|
172
172
|
"assert": "^2.0.0",
|
|
173
|
-
"blockstore-core": "^
|
|
173
|
+
"blockstore-core": "^2.0.1",
|
|
174
174
|
"it-buffer-stream": "^2.0.0",
|
|
175
|
-
"wherearewe": "^
|
|
175
|
+
"wherearewe": "^2.0.1"
|
|
176
176
|
},
|
|
177
177
|
"browser": {
|
|
178
178
|
"fs": false
|