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

Commit 5ddd0c5

Browse files
committedSep 28, 2021
chore: publish
- interface-ipfs-core@0.151.1 - ipfs-cli@0.9.1 - ipfs-client@0.7.1 - ipfs-core-config@0.1.1 - ipfs-core-types@0.8.1 - ipfs-core-utils@0.11.1 - ipfs-core@0.11.1 - ipfs-daemon@0.10.1 - ipfs-grpc-client@0.7.1 - ipfs-grpc-protocol@0.5.1 - ipfs-grpc-server@0.7.1 - ipfs-http-client@53.0.1 - ipfs-http-gateway@0.7.1 - ipfs-http-response@1.0.2 - ipfs-http-server@0.8.1 - ipfs-message-port-client@0.9.1 - ipfs-message-port-protocol@0.10.1 - ipfs-message-port-server@0.10.1 - ipfs@0.59.1
1 parent 6b79aa3 commit 5ddd0c5

File tree

38 files changed

+228
-71
lines changed

38 files changed

+228
-71
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.151.1](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.151.0...interface-ipfs-core@0.151.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
# [0.151.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.150.4...interface-ipfs-core@0.151.0) (2021-09-24)
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.151.0",
3+
"version": "0.151.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"type": "module",
@@ -72,7 +72,7 @@
7272
"copyfiles": "^2.4.1",
7373
"delay": "^5.0.0",
7474
"err-code": "^3.0.1",
75-
"ipfs-core-types": "^0.8.0",
75+
"ipfs-core-types": "^0.8.1",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
7878
"ipfs-utils": "^9.0.2",

‎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.9.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.9.0...ipfs-cli@0.9.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.8.8...ipfs-cli@0.9.0) (2021-09-24)
715

816

‎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.9.0",
3+
"version": "0.9.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -65,11 +65,11 @@
6565
"err-code": "^3.0.1",
6666
"execa": "^5.0.0",
6767
"get-folder-size": "^2.0.1",
68-
"ipfs-core": "^0.11.0",
69-
"ipfs-core-types": "^0.8.0",
70-
"ipfs-core-utils": "^0.11.0",
71-
"ipfs-daemon": "^0.10.0",
72-
"ipfs-http-client": "^53.0.0",
68+
"ipfs-core": "^0.11.1",
69+
"ipfs-core-types": "^0.8.1",
70+
"ipfs-core-utils": "^0.11.1",
71+
"ipfs-daemon": "^0.10.1",
72+
"ipfs-http-client": "^53.0.1",
7373
"ipfs-repo": "^13.0.4",
7474
"ipfs-utils": "^9.0.2",
7575
"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.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.0...ipfs-client@0.7.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.6.6...ipfs-client@0.7.0) (2021-09-24)
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.7.0",
3+
"version": "0.7.1",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -41,8 +41,8 @@
4141
"dep-check": "aegir dep-check -i aegir -i rimraf"
4242
},
4343
"dependencies": {
44-
"ipfs-grpc-client": "^0.7.0",
45-
"ipfs-http-client": "^53.0.0",
44+
"ipfs-grpc-client": "^0.7.1",
45+
"ipfs-http-client": "^53.0.1",
4646
"merge-options": "^3.0.4"
4747
},
4848
"devDependencies": {

‎packages/ipfs-core-config/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.1.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.0...ipfs-core-config@0.1.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-core-config
9+
10+
11+
12+
13+
614
# [0.1.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.0.1...ipfs-core-config@0.1.0) (2021-09-24)
715

816

‎packages/ipfs-core-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-config",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
@@ -106,7 +106,7 @@
106106
},
107107
"devDependencies": {
108108
"aegir": "^35.1.1",
109-
"ipfs-core-utils": "^0.11.0",
109+
"ipfs-core-utils": "^0.11.1",
110110
"rimraf": "^3.0.2"
111111
}
112112
}

‎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.8.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.0...ipfs-core-types@0.8.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-core-types
9+
10+
11+
12+
13+
614
# [0.8.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.7.3...ipfs-core-types@0.8.0) (2021-09-24)
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.8.0",
3+
"version": "0.8.1",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"types": "types/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.11.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.11.0...ipfs-core-utils@0.11.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.10.5...ipfs-core-utils@0.11.0) (2021-09-24)
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.11.0",
3+
"version": "0.11.1",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
@@ -111,7 +111,7 @@
111111
"browser-readablestream-to-it": "^1.0.1",
112112
"debug": "^4.1.1",
113113
"err-code": "^3.0.1",
114-
"ipfs-core-types": "^0.8.0",
114+
"ipfs-core-types": "^0.8.1",
115115
"ipfs-unixfs": "^6.0.3",
116116
"ipfs-utils": "^9.0.2",
117117
"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.11.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.11.0...ipfs-core@0.11.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.10.8...ipfs-core@0.11.0) (2021-09-24)
715

816

‎packages/ipfs-core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -84,10 +84,10 @@
8484
"interface-blockstore": "^2.0.2",
8585
"interface-datastore": "^6.0.2",
8686
"ipfs-bitswap": "^7.0.0",
87-
"ipfs-core-config": "^0.1.0",
88-
"ipfs-core-types": "^0.8.0",
89-
"ipfs-core-utils": "^0.11.0",
90-
"ipfs-http-client": "^53.0.0",
87+
"ipfs-core-config": "^0.1.1",
88+
"ipfs-core-types": "^0.8.1",
89+
"ipfs-core-utils": "^0.11.1",
90+
"ipfs-http-client": "^53.0.1",
9191
"ipfs-repo": "^13.0.4",
9292
"ipfs-unixfs": "^6.0.3",
9393
"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": "^2.0.1",
140-
"interface-ipfs-core": "^0.151.0",
140+
"interface-ipfs-core": "^0.151.1",
141141
"ipfsd-ctl": "^10.0.4",
142142
"iso-url": "^1.0.0",
143143
"libp2p-gossipsub": "^0.11.1",

‎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.10.1](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.0...ipfs-daemon@0.10.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
# [0.10.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.9.8...ipfs-daemon@0.10.0) (2021-09-24)
715

816

‎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.10.0",
3+
"version": "0.10.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -45,11 +45,11 @@
4545
"dependencies": {
4646
"@mapbox/node-pre-gyp": "^1.0.5",
4747
"debug": "^4.1.1",
48-
"ipfs-core": "^0.11.0",
49-
"ipfs-core-types": "^0.8.0",
50-
"ipfs-grpc-server": "^0.7.0",
51-
"ipfs-http-gateway": "^0.7.0",
52-
"ipfs-http-server": "^0.8.0",
48+
"ipfs-core": "^0.11.1",
49+
"ipfs-core-types": "^0.8.1",
50+
"ipfs-grpc-server": "^0.7.1",
51+
"ipfs-http-gateway": "^0.7.1",
52+
"ipfs-http-server": "^0.8.1",
5353
"ipfs-utils": "^9.0.2",
5454
"just-safe-set": "^2.2.1",
5555
"libp2p": "^0.33.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.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.7.0...ipfs-grpc-client@0.7.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-grpc-client
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.6.5...ipfs-grpc-client@0.7.0) (2021-09-24)
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.7.0",
3+
"version": "0.7.1",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -54,9 +54,9 @@
5454
"change-case": "^4.1.1",
5555
"debug": "^4.1.1",
5656
"err-code": "^3.0.1",
57-
"ipfs-core-types": "^0.8.0",
58-
"ipfs-core-utils": "^0.11.0",
59-
"ipfs-grpc-protocol": "^0.5.0",
57+
"ipfs-core-types": "^0.8.1",
58+
"ipfs-core-utils": "^0.11.1",
59+
"ipfs-grpc-protocol": "^0.5.1",
6060
"ipfs-unixfs": "^6.0.3",
6161
"it-first": "^1.0.4",
6262
"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.5.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.5.0...ipfs-grpc-protocol@0.5.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-grpc-protocol
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.4.1...ipfs-grpc-protocol@0.5.0) (2021-09-24)
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.5.0",
3+
"version": "0.5.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.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.7.0...ipfs-grpc-server@0.7.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-grpc-server
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.6.6...ipfs-grpc-server@0.7.0) (2021-09-24)
715

816

‎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.7.0",
3+
"version": "0.7.1",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -47,8 +47,8 @@
4747
"change-case": "^4.1.1",
4848
"coercer": "^1.1.2",
4949
"debug": "^4.1.1",
50-
"ipfs-core-types": "^0.8.0",
51-
"ipfs-grpc-protocol": "^0.5.0",
50+
"ipfs-core-types": "^0.8.1",
51+
"ipfs-grpc-protocol": "^0.5.1",
5252
"it-first": "^1.0.4",
5353
"it-map": "^1.0.4",
5454
"it-peekable": "^1.0.2",
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@types/ws": "^7.4.0",
6464
"aegir": "^35.1.1",
65-
"ipfs-core": "^0.11.0",
65+
"ipfs-core": "^0.11.1",
6666
"it-all": "^1.0.4",
6767
"it-drain": "^1.0.3",
6868
"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+
## [53.0.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@53.0.0...ipfs-http-client@53.0.1) (2021-09-28)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
# [53.0.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@52.0.5...ipfs-http-client@53.0.0) (2021-09-24)
715

816

0 commit comments

Comments
 (0)
This repository has been archived.