From 52bdc73fb8564d15e2f0c44dd58fcacf6485ee93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:17:56 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- packages/interface-ipfs-core/CHANGELOG.md | 13 ++++++++++++- packages/interface-ipfs-core/package.json | 2 +- packages/ipfs-cli/CHANGELOG.md | 15 +++++++++++++++ packages/ipfs-cli/package.json | 6 +++--- packages/ipfs-core/CHANGELOG.md | 19 +++++++++++++++++++ packages/ipfs-core/package.json | 4 ++-- packages/ipfs-daemon/CHANGELOG.md | 14 +++++++++++++- packages/ipfs-daemon/package.json | 10 +++++----- packages/ipfs-grpc-server/CHANGELOG.md | 14 ++++++++++++++ packages/ipfs-grpc-server/package.json | 4 ++-- packages/ipfs-http-gateway/CHANGELOG.md | 14 ++++++++++++++ packages/ipfs-http-gateway/package.json | 4 ++-- packages/ipfs-http-response/CHANGELOG.md | 14 ++++++++++++++ packages/ipfs-http-response/package.json | 4 ++-- packages/ipfs-http-server/CHANGELOG.md | 11 ++++++++++- packages/ipfs-http-server/package.json | 4 ++-- .../ipfs-message-port-client/CHANGELOG.md | 10 ++++++++++ .../ipfs-message-port-client/package.json | 6 +++--- packages/ipfs/CHANGELOG.md | 14 +++++++++++++- packages/ipfs/package.json | 8 ++++---- 21 files changed, 161 insertions(+), 31 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da605357c8..1586b55e69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/interface-ipfs-core":"0.156.1","packages/ipfs":"0.64.2","packages/ipfs-cli":"0.14.2","packages/ipfs-client":"0.9.1","packages/ipfs-core":"0.16.1","packages/ipfs-core-config":"0.5.1","packages/ipfs-core-types":"0.12.1","packages/ipfs-core-utils":"0.16.1","packages/ipfs-daemon":"0.14.2","packages/ipfs-grpc-client":"0.11.1","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.1","packages/ipfs-http-client":"58.0.1","packages/ipfs-http-gateway":"0.11.1","packages/ipfs-http-response":"4.0.1","packages/ipfs-http-server":"0.13.2","packages/ipfs-message-port-client":"0.13.1","packages/ipfs-message-port-protocol":"0.13.1","packages/ipfs-message-port-server":"0.13.1"} \ No newline at end of file +{"packages/interface-ipfs-core":"0.157.0","packages/ipfs":"0.64.3","packages/ipfs-cli":"0.14.3","packages/ipfs-client":"0.9.1","packages/ipfs-core":"0.17.0","packages/ipfs-core-config":"0.5.1","packages/ipfs-core-types":"0.12.1","packages/ipfs-core-utils":"0.16.1","packages/ipfs-daemon":"0.14.3","packages/ipfs-grpc-client":"0.11.1","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.2","packages/ipfs-http-client":"58.0.1","packages/ipfs-http-gateway":"0.11.2","packages/ipfs-http-response":"4.0.2","packages/ipfs-http-server":"0.13.3","packages/ipfs-message-port-client":"0.13.2","packages/ipfs-message-port-protocol":"0.13.1","packages/ipfs-message-port-server":"0.13.1"} \ No newline at end of file diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index 858c371c3d..a869737768 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.157.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.1...interface-ipfs-core-v0.157.0) (2022-09-26) + + +### ⚠ BREAKING CHANGES + +* require IPNS V2 signatures (#4207) + +### Bug Fixes + +* require IPNS V2 signatures ([#4207](https://www.github.com/ipfs/js-ipfs/issues/4207)) ([d1b0a8a](https://www.github.com/ipfs/js-ipfs/commit/d1b0a8a71073b4ece0dbda5a5405d76dd8d5b358)) + ### [0.156.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.0...interface-ipfs-core-v0.156.1) (2022-09-21) @@ -2427,4 +2438,4 @@ Signed-off-by: Alan Shaw ### Bug Fixes -* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74)) \ No newline at end of file +* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74)) diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index b6fea6e411..b8f7c4d224 100644 --- a/packages/interface-ipfs-core/package.json +++ b/packages/interface-ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.156.1", + "version": "0.157.0", "description": "A test suite and interface you can use to implement a IPFS core interface.", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index e3c70a2390..8f7e064a42 100644 --- a/packages/ipfs-cli/CHANGELOG.md +++ b/packages/ipfs-cli/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.2...ipfs-cli-v0.14.3) (2022-09-26) + + +### Bug Fixes + +* replace slice with subarray for increased performance ([#4210](https://www.github.com/ipfs/js-ipfs/issues/4210)) ([dfc43d4](https://www.github.com/ipfs/js-ipfs/commit/dfc43d4e9be67fdf25553677f469379d966ff806)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.16.1 to ^0.17.0 + * ipfs-daemon bumped from ^0.14.2 to ^0.14.3 + ### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.1...ipfs-cli-v0.14.2) (2022-09-21) diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index 5156fddad3..e9ca340c07 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-cli", - "version": "0.14.2", + "version": "0.14.3", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-cli#readme", @@ -78,10 +78,10 @@ "byteman": "^1.3.5", "execa": "^6.1.0", "get-folder-size": "^4.0.0", - "ipfs-core": "^0.16.1", + "ipfs-core": "^0.17.0", "ipfs-core-types": "^0.12.1", "ipfs-core-utils": "^0.16.1", - "ipfs-daemon": "^0.14.2", + "ipfs-daemon": "^0.14.3", "ipfs-http-client": "^58.0.1", "ipfs-utils": "^9.0.6", "it-concat": "^2.0.0", diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index 0964a5d648..cdc7193f1a 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/ipfs-core/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.17.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.1...ipfs-core-v0.17.0) (2022-09-26) + + +### ⚠ BREAKING CHANGES + +* require IPNS V2 signatures (#4207) + +### Bug Fixes + +* replace slice with subarray for increased performance ([#4210](https://www.github.com/ipfs/js-ipfs/issues/4210)) ([dfc43d4](https://www.github.com/ipfs/js-ipfs/commit/dfc43d4e9be67fdf25553677f469379d966ff806)) +* require IPNS V2 signatures ([#4207](https://www.github.com/ipfs/js-ipfs/issues/4207)) ([d1b0a8a](https://www.github.com/ipfs/js-ipfs/commit/d1b0a8a71073b4ece0dbda5a5405d76dd8d5b358)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * interface-ipfs-core bumped from ^0.156.1 to ^0.157.0 + ### [0.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.0...ipfs-core-v0.16.1) (2022-09-21) diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index 0b889bb92f..f792d35358 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core", - "version": "0.16.1", + "version": "0.17.0", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core#readme", @@ -156,7 +156,7 @@ "delay": "^5.0.0", "go-ipfs": "^0.12.1", "interface-blockstore-tests": "^3.0.0", - "interface-ipfs-core": "^0.156.1", + "interface-ipfs-core": "^0.157.0", "ipfsd-ctl": "^12.0.3", "iso-url": "^1.0.0", "it-all": "^1.0.4", diff --git a/packages/ipfs-daemon/CHANGELOG.md b/packages/ipfs-daemon/CHANGELOG.md index 9739a51ab0..6d47f2f0ea 100644 --- a/packages/ipfs-daemon/CHANGELOG.md +++ b/packages/ipfs-daemon/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.2...ipfs-daemon-v0.14.3) (2022-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.16.1 to ^0.17.0 + * ipfs-grpc-server bumped from ^0.10.1 to ^0.10.2 + * ipfs-http-gateway bumped from ^0.11.1 to ^0.11.2 + * ipfs-http-server bumped from ^0.13.2 to ^0.13.3 + ### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.1...ipfs-daemon-v0.14.2) (2022-09-21) @@ -526,4 +538,4 @@ Co-authored-by: Hugo Dias ## 0.3.2 (2020-12-16) -**Note:** Version bump only for package ipfs-daemon \ No newline at end of file +**Note:** Version bump only for package ipfs-daemon diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index 32c9cd255c..06518c5d15 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-daemon", - "version": "0.14.2", + "version": "0.14.3", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-daemon#readme", @@ -66,11 +66,11 @@ "@libp2p/logger": "^2.0.0", "@libp2p/webrtc-star": "^3.0.0", "@mapbox/node-pre-gyp": "^1.0.5", - "ipfs-core": "^0.16.1", + "ipfs-core": "^0.17.0", "ipfs-core-types": "^0.12.1", - "ipfs-grpc-server": "^0.10.1", - "ipfs-http-gateway": "^0.11.1", - "ipfs-http-server": "^0.13.2", + "ipfs-grpc-server": "^0.10.2", + "ipfs-http-gateway": "^0.11.2", + "ipfs-http-server": "^0.13.3", "ipfs-utils": "^9.0.6", "libp2p": "^0.39.2" }, diff --git a/packages/ipfs-grpc-server/CHANGELOG.md b/packages/ipfs-grpc-server/CHANGELOG.md index 87e48c8716..a0c2257db1 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-server/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.1...ipfs-grpc-server-v0.10.2) (2022-09-26) + + +### Bug Fixes + +* replace slice with subarray for increased performance ([#4210](https://www.github.com/ipfs/js-ipfs/issues/4210)) ([dfc43d4](https://www.github.com/ipfs/js-ipfs/commit/dfc43d4e9be67fdf25553677f469379d966ff806)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core bumped from ^0.16.1 to ^0.17.0 + ### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.0...ipfs-grpc-server-v0.10.1) (2022-09-21) diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index 1f8fe443fd..3f666ed4cb 100644 --- a/packages/ipfs-grpc-server/package.json +++ b/packages/ipfs-grpc-server/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-grpc-server", - "version": "0.10.1", + "version": "0.10.2", "description": "A server library for the IPFS gRPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-server#readme", @@ -84,7 +84,7 @@ "devDependencies": { "@types/ws": "^8.5.3", "aegir": "^37.0.11", - "ipfs-core": "^0.16.1", + "ipfs-core": "^0.17.0", "it-all": "^1.0.4", "it-drain": "^1.0.3", "sinon": "^14.0.0" diff --git a/packages/ipfs-http-gateway/CHANGELOG.md b/packages/ipfs-http-gateway/CHANGELOG.md index c1775c3dc4..1251af5d3e 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.11.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.11.1...ipfs-http-gateway-v0.11.2) (2022-09-26) + + +### Bug Fixes + +* replace slice with subarray for increased performance ([#4210](https://www.github.com/ipfs/js-ipfs/issues/4210)) ([dfc43d4](https://www.github.com/ipfs/js-ipfs/commit/dfc43d4e9be67fdf25553677f469379d966ff806)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-http-response bumped from ^4.0.1 to ^4.0.2 + ### [0.11.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.11.0...ipfs-http-gateway-v0.11.1) (2022-09-21) diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index d3b1c0f41a..00d84b12d0 100644 --- a/packages/ipfs-http-gateway/package.json +++ b/packages/ipfs-http-gateway/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-gateway", - "version": "0.11.1", + "version": "0.11.2", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-gateway#readme", @@ -74,7 +74,7 @@ "@multiformats/uri-to-multiaddr": "^7.0.0", "hapi-pino": "^8.5.0", "ipfs-core-types": "^0.12.1", - "ipfs-http-response": "^4.0.1", + "ipfs-http-response": "^4.0.2", "is-ipfs": "^7.0.0", "it-last": "^1.0.4", "it-to-stream": "^1.0.0", diff --git a/packages/ipfs-http-response/CHANGELOG.md b/packages/ipfs-http-response/CHANGELOG.md index 5cc103b599..517a41b892 100644 --- a/packages/ipfs-http-response/CHANGELOG.md +++ b/packages/ipfs-http-response/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v4.0.1...ipfs-http-response-v4.0.2) (2022-09-26) + + +### Bug Fixes + +* replace slice with subarray for increased performance ([#4210](https://www.github.com/ipfs/js-ipfs/issues/4210)) ([dfc43d4](https://www.github.com/ipfs/js-ipfs/commit/dfc43d4e9be67fdf25553677f469379d966ff806)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core bumped from ^0.16.1 to ^0.17.0 + ### [4.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v4.0.0...ipfs-http-response-v4.0.1) (2022-09-21) diff --git a/packages/ipfs-http-response/package.json b/packages/ipfs-http-response/package.json index 7fa2ca6d0e..9ee47ccfa9 100644 --- a/packages/ipfs-http-response/package.json +++ b/packages/ipfs-http-response/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-response", - "version": "4.0.1", + "version": "4.0.2", "description": "Creates an HTTP response from an IPFS Hash", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT", @@ -83,7 +83,7 @@ "@types/mime-types": "^2.1.1", "aegir": "^37.0.11", "get-stream": "^6.0.0", - "ipfs-core": "^0.16.1", + "ipfs-core": "^0.17.0", "ipfsd-ctl": "^12.0.3", "it-all": "^1.0.4", "uint8arrays": "^3.0.0" diff --git a/packages/ipfs-http-server/CHANGELOG.md b/packages/ipfs-http-server/CHANGELOG.md index 9f8ffbe707..0e5c98abc9 100644 --- a/packages/ipfs-http-server/CHANGELOG.md +++ b/packages/ipfs-http-server/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.13.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.2...ipfs-http-server-v0.13.3) (2022-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-http-gateway bumped from ^0.11.1 to ^0.11.2 + ### [0.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.1...ipfs-http-server-v0.13.2) (2022-09-21) @@ -586,4 +595,4 @@ Co-authored-by: achingbrain * types returned by `ipfs.files.ls` are now strings, in line with the docs but different to previous behaviour -Co-authored-by: Geoffrey Cohler \ No newline at end of file +Co-authored-by: Geoffrey Cohler diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 4dd51c632b..76b886501f 100644 --- a/packages/ipfs-http-server/package.json +++ b/packages/ipfs-http-server/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-server", - "version": "0.13.2", + "version": "0.13.3", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-server#readme", @@ -79,7 +79,7 @@ "hapi-pino": "^8.5.0", "ipfs-core-types": "^0.12.1", "ipfs-core-utils": "^0.16.1", - "ipfs-http-gateway": "^0.11.1", + "ipfs-http-gateway": "^0.11.2", "ipfs-unixfs": "^7.0.0", "it-all": "^1.0.4", "it-drain": "^1.0.3", diff --git a/packages/ipfs-message-port-client/CHANGELOG.md b/packages/ipfs-message-port-client/CHANGELOG.md index 34baf859c1..ef66be3ae9 100644 --- a/packages/ipfs-message-port-client/CHANGELOG.md +++ b/packages/ipfs-message-port-client/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.13.1...ipfs-message-port-client-v0.13.2) (2022-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * interface-ipfs-core bumped from ^0.156.1 to ^0.157.0 + * ipfs-core bumped from ^0.16.1 to ^0.17.0 + ### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.13.0...ipfs-message-port-client-v0.13.1) (2022-09-21) diff --git a/packages/ipfs-message-port-client/package.json b/packages/ipfs-message-port-client/package.json index 95a7a04465..07a47a8509 100644 --- a/packages/ipfs-message-port-client/package.json +++ b/packages/ipfs-message-port-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-message-port-client", - "version": "0.13.1", + "version": "0.13.2", "description": "IPFS client library for accessing IPFS node over message port", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-client#readme", @@ -74,8 +74,8 @@ }, "devDependencies": { "aegir": "^37.0.11", - "interface-ipfs-core": "^0.156.1", - "ipfs-core": "^0.16.1", + "interface-ipfs-core": "^0.157.0", + "ipfs-core": "^0.17.0", "ipfs-message-port-server": "^0.13.1" } } diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index aa06d69534..d0f442fa98 100644 --- a/packages/ipfs/CHANGELOG.md +++ b/packages/ipfs/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.64.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.2...ipfs-v0.64.3) (2022-09-26) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-cli bumped from ^0.14.2 to ^0.14.3 + * ipfs-core bumped from ^0.16.1 to ^0.17.0 + * devDependencies + * interface-ipfs-core bumped from ^0.156.1 to ^0.157.0 + ### [0.64.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.1...ipfs-v0.64.2) (2022-09-21) @@ -3064,4 +3076,4 @@ Signed-off-by: Alan Shaw -## 0.0.2 (2016-01-11) \ No newline at end of file +## 0.0.2 (2016-01-11) diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index 5f3f4281ca..81a34c3ed7 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.64.2", + "version": "0.64.3", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs#readme", @@ -77,8 +77,8 @@ }, "dependencies": { "@libp2p/logger": "^2.0.0", - "ipfs-cli": "^0.14.2", - "ipfs-core": "^0.16.1", + "ipfs-cli": "^0.14.3", + "ipfs-core": "^0.17.0", "semver": "^7.3.2", "update-notifier": "^6.0.0" }, @@ -91,7 +91,7 @@ "cross-env": "^7.0.0", "electron-webrtc": "^0.3.0", "go-ipfs": "^0.12.1", - "interface-ipfs-core": "^0.156.1", + "interface-ipfs-core": "^0.157.0", "ipfs-client": "^0.9.1", "ipfs-core-types": "^0.12.1", "ipfs-http-client": "^58.0.1",