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

File tree

34 files changed

+198
-62
lines changed

34 files changed

+198
-62
lines changed

packages/interface-ipfs-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.150.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.150.3) (2021-09-17)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
## [0.150.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.150.2) (2021-09-02)
715

816

packages/interface-ipfs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.150.2",
3+
"version": "0.150.3",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -48,7 +48,7 @@
4848
"delay": "^5.0.0",
4949
"err-code": "^3.0.1",
5050
"interface-blockstore": "^1.0.0",
51-
"ipfs-core-types": "^0.7.1",
51+
"ipfs-core-types": "^0.7.2",
5252
"ipfs-unixfs": "^6.0.3",
5353
"ipfs-unixfs-importer": "^9.0.3",
5454
"ipfs-utils": "^8.1.4",

packages/ipfs-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.7](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.7) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
## [0.8.6](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.6) (2021-09-08)
715

816
**Note:** Version bump only for package ipfs-cli

packages/ipfs-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -35,11 +35,11 @@
3535
"err-code": "^3.0.1",
3636
"execa": "^5.0.0",
3737
"get-folder-size": "^2.0.1",
38-
"ipfs-core": "^0.10.6",
39-
"ipfs-core-types": "^0.7.1",
40-
"ipfs-core-utils": "^0.10.3",
41-
"ipfs-daemon": "^0.9.6",
42-
"ipfs-http-client": "^52.0.3",
38+
"ipfs-core": "^0.10.7",
39+
"ipfs-core-types": "^0.7.2",
40+
"ipfs-core-utils": "^0.10.4",
41+
"ipfs-daemon": "^0.9.7",
42+
"ipfs-http-client": "^52.0.4",
4343
"ipfs-repo": "^12.0.0",
4444
"ipfs-utils": "^8.1.4",
4545
"it-all": "^1.0.4",

packages/ipfs-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.5) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.4) (2021-09-02)
715

816

packages/ipfs-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -30,8 +30,8 @@
3030
"dep-check": "aegir dep-check -i aegir -i rimraf"
3131
},
3232
"dependencies": {
33-
"ipfs-grpc-client": "^0.6.3",
34-
"ipfs-http-client": "^52.0.3",
33+
"ipfs-grpc-client": "^0.6.4",
34+
"ipfs-http-client": "^52.0.4",
3535
"merge-options": "^3.0.4"
3636
},
3737
"devDependencies": {

packages/ipfs-core-types/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.2) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-core-types
9+
10+
11+
12+
13+
614
## [0.7.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.1) (2021-09-02)
715

816

packages/ipfs-core-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-types",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "dist/src/index.d.ts",

packages/ipfs-core-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.4) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
## [0.10.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.3) (2021-09-02)
715

816

packages/ipfs-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
@@ -45,7 +45,7 @@
4545
"blob-to-it": "^1.0.1",
4646
"browser-readablestream-to-it": "^1.0.1",
4747
"err-code": "^3.0.1",
48-
"ipfs-core-types": "^0.7.1",
48+
"ipfs-core-types": "^0.7.2",
4949
"ipfs-unixfs": "^6.0.3",
5050
"ipfs-utils": "^8.1.4",
5151
"it-all": "^1.0.4",

packages/ipfs-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.7](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.7) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
## [0.10.6](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.6) (2021-09-08)
715

816
**Note:** Version bump only for package ipfs-core

packages/ipfs-core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -76,9 +76,9 @@
7676
"interface-blockstore": "^1.0.0",
7777
"interface-datastore": "^5.0.0",
7878
"ipfs-bitswap": "^6.0.0",
79-
"ipfs-core-types": "^0.7.1",
80-
"ipfs-core-utils": "^0.10.3",
81-
"ipfs-http-client": "^52.0.3",
79+
"ipfs-core-types": "^0.7.2",
80+
"ipfs-core-utils": "^0.10.4",
81+
"ipfs-http-client": "^52.0.4",
8282
"ipfs-repo": "^12.0.0",
8383
"ipfs-unixfs": "^6.0.3",
8484
"ipfs-unixfs-exporter": "^7.0.3",
@@ -137,7 +137,7 @@
137137
"delay": "^5.0.0",
138138
"go-ipfs": "0.9.1",
139139
"interface-blockstore-tests": "^1.0.0",
140-
"interface-ipfs-core": "^0.150.2",
140+
"interface-ipfs-core": "^0.150.3",
141141
"ipfsd-ctl": "^10.0.3",
142142
"iso-url": "^1.0.0",
143143
"nanoid": "^3.1.12",

packages/ipfs-daemon/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.7](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.7) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
## [0.9.6](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.6) (2021-09-08)
715

816
**Note:** Version bump only for package ipfs-daemon

packages/ipfs-daemon/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -31,11 +31,11 @@
3131
"dependencies": {
3232
"@mapbox/node-pre-gyp": "^1.0.5",
3333
"debug": "^4.1.1",
34-
"ipfs-core": "^0.10.6",
35-
"ipfs-core-types": "^0.7.1",
36-
"ipfs-grpc-server": "^0.6.4",
37-
"ipfs-http-gateway": "^0.6.3",
38-
"ipfs-http-server": "^0.7.4",
34+
"ipfs-core": "^0.10.7",
35+
"ipfs-core-types": "^0.7.2",
36+
"ipfs-grpc-server": "^0.6.5",
37+
"ipfs-http-gateway": "^0.6.4",
38+
"ipfs-http-server": "^0.7.5",
3939
"ipfs-utils": "^8.1.4",
4040
"just-safe-set": "^2.2.1",
4141
"libp2p": "^0.32.0",

packages/ipfs-grpc-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.4) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-grpc-client
9+
10+
11+
12+
13+
614
## [0.6.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.3) (2021-09-02)
715

816

packages/ipfs-grpc-client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -39,9 +39,9 @@
3939
"change-case": "^4.1.1",
4040
"debug": "^4.1.1",
4141
"err-code": "^3.0.1",
42-
"ipfs-core-types": "^0.7.1",
43-
"ipfs-core-utils": "^0.10.3",
44-
"ipfs-grpc-protocol": "^0.4.0",
42+
"ipfs-core-types": "^0.7.2",
43+
"ipfs-core-utils": "^0.10.4",
44+
"ipfs-grpc-protocol": "^0.4.1",
4545
"ipfs-unixfs": "^6.0.3",
4646
"it-first": "^1.0.4",
4747
"it-pushable": "^1.4.2",

packages/ipfs-grpc-protocol/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-grpc-protocol
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-08-17)
715

816

packages/ipfs-grpc-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-protocol",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Protobuf definitions for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"

packages/ipfs-grpc-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.5) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-grpc-server
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.4) (2021-09-08)
715

816
**Note:** Version bump only for package ipfs-grpc-server

packages/ipfs-grpc-server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-server",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -34,8 +34,8 @@
3434
"change-case": "^4.1.1",
3535
"coercer": "^1.1.2",
3636
"debug": "^4.1.1",
37-
"ipfs-core-types": "^0.7.1",
38-
"ipfs-grpc-protocol": "^0.4.0",
37+
"ipfs-core-types": "^0.7.2",
38+
"ipfs-grpc-protocol": "^0.4.1",
3939
"it-first": "^1.0.4",
4040
"it-map": "^1.0.4",
4141
"it-peekable": "^1.0.2",
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/ws": "^7.4.0",
5151
"aegir": "^35.0.3",
52-
"ipfs-core": "^0.10.6",
52+
"ipfs-core": "^0.10.7",
5353
"it-all": "^1.0.4",
5454
"it-drain": "^1.0.3",
5555
"rimraf": "^3.0.2",

packages/ipfs-http-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [52.0.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@52.0.4) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
## [52.0.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@52.0.3) (2021-09-02)
715

816

packages/ipfs-http-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "52.0.3",
3+
"version": "52.0.4",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -48,8 +48,8 @@
4848
"debug": "^4.1.1",
4949
"err-code": "^3.0.1",
5050
"form-data": "^4.0.0",
51-
"ipfs-core-types": "^0.7.1",
52-
"ipfs-core-utils": "^0.10.3",
51+
"ipfs-core-types": "^0.7.2",
52+
"ipfs-core-utils": "^0.10.4",
5353
"ipfs-utils": "^8.1.4",
5454
"it-first": "^1.0.6",
5555
"it-last": "^1.0.4",

packages/ipfs-http-gateway/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.4) (2021-09-17)
7+
8+
**Note:** Version bump only for package ipfs-http-gateway
9+
10+
11+
12+
13+
614
## [0.6.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.3) (2021-09-08)
715

816
**Note:** Version bump only for package ipfs-http-gateway

0 commit comments

Comments
 (0)