Skip to content

Commit c860726

Browse files
committed
chore: rev ipfs-core-utils version to fix linting
1 parent 93a614b commit c860726

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ipfs-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"main": "src/index.js",
66
"author": "Alex Potsides <[email protected]>",

packages/ipfs-http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"debug": "^4.1.0",
4747
"form-data": "^3.0.0",
4848
"ipfs-block": "^0.8.1",
49-
"ipfs-core-utils": "^0.0.1",
49+
"ipfs-core-utils": "^0.1.0",
5050
"ipfs-utils": "^1.0.0",
5151
"ipld-dag-cbor": "^0.15.1",
5252
"ipld-dag-pb": "^0.18.3",

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"ipfs-bitswap": "^0.27.1",
100100
"ipfs-block": "^0.8.1",
101101
"ipfs-block-service": "^0.16.0",
102-
"ipfs-core-utils": "^0.0.1",
102+
"ipfs-core-utils": "^0.1.0",
103103
"ipfs-http-client": "^43.0.0",
104104
"ipfs-http-response": "^0.5.0",
105105
"ipfs-repo": "^1.0.1",

0 commit comments

Comments
 (0)