Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit b318872

Browse files
committed
chore: update dep version and remove test script from example tester
1 parent 866360a commit b318872

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

examples/test-ipfs-example/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"bin": {
77
"test-ipfs-example": "./test.js"
88
},
9-
"scripts": {
10-
"test": "node ./test.js"
11-
},
129
"license": "MIT",
1310
"dependencies": {
1411
"chromedriver": "^79.0.0",

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dirty-chai": "^2.0.1",
3939
"hat": "0.0.3",
4040
"ipfs-block": "^0.8.1",
41-
"ipfs-unixfs": "^0.3.0",
41+
"ipfs-unixfs": "^1.0.0",
4242
"ipfs-utils": "^0.7.2",
4343
"ipld-dag-cbor": "^0.15.1",
4444
"ipld-dag-pb": "^0.18.2",

packages/ipfs-mfs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"hamt-sharding": "^1.0.0",
6767
"interface-datastore": "^0.8.0",
6868
"ipfs-multipart": "^0.3.0",
69-
"ipfs-unixfs": "^0.3.0",
70-
"ipfs-unixfs-exporter": "^0.41.0",
71-
"ipfs-unixfs-importer": "^0.44.0",
69+
"ipfs-unixfs": "^1.0.0",
70+
"ipfs-unixfs-exporter": "^1.0.0",
71+
"ipfs-unixfs-importer": "^1.0.0",
7272
"ipfs-utils": "^0.7.0",
7373
"ipld-dag-pb": "^0.18.2",
7474
"it-all": "^1.0.1",

packages/ipfs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
"ipfs-mfs": "^1.0.0",
101101
"ipfs-multipart": "^0.3.0",
102102
"ipfs-repo": "^0.30.1",
103-
"ipfs-unixfs": "^0.3.0",
104-
"ipfs-unixfs-exporter": "^0.41.0",
105-
"ipfs-unixfs-importer": "^0.44.0",
103+
"ipfs-unixfs": "^1.0.0",
104+
"ipfs-unixfs-exporter": "^1.0.0",
105+
"ipfs-unixfs-importer": "^1.0.0",
106106
"ipfs-utils": "^0.7.2",
107107
"ipld": "^0.25.0",
108108
"ipld-bitcoin": "^0.3.0",

0 commit comments

Comments
 (0)