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

Commit 5a9039a

Browse files
authoredJun 23, 2022
chore: release master (#4143)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7be50bd commit 5a9039a

File tree

37 files changed

+283
-73
lines changed

37 files changed

+283
-73
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/interface-ipfs-core":"0.155.0","packages/ipfs":"0.63.3","packages/ipfs-cli":"0.13.3","packages/ipfs-client":"0.8.1","packages/ipfs-core":"0.15.2","packages/ipfs-core-config":"0.4.0","packages/ipfs-core-types":"0.11.0","packages/ipfs-core-utils":"0.15.0","packages/ipfs-daemon":"0.13.3","packages/ipfs-grpc-client":"0.10.0","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.2","packages/ipfs-http-client":"57.0.1","packages/ipfs-http-gateway":"0.10.2","packages/ipfs-http-response":"3.0.2","packages/ipfs-http-server":"0.12.3","packages/ipfs-message-port-client":"0.12.2","packages/ipfs-message-port-protocol":"0.12.0","packages/ipfs-message-port-server":"0.12.0"}
1+
{"packages/interface-ipfs-core":"0.155.1","packages/ipfs":"0.63.4","packages/ipfs-cli":"0.13.4","packages/ipfs-client":"0.8.2","packages/ipfs-core":"0.15.3","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.4","packages/ipfs-grpc-client":"0.10.1","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.3","packages/ipfs-http-client":"57.0.2","packages/ipfs-http-gateway":"0.10.3","packages/ipfs-http-response":"3.0.3","packages/ipfs-http-server":"0.12.4","packages/ipfs-message-port-client":"0.12.3","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"}

‎packages/interface-ipfs-core/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [0.155.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.0...interface-ipfs-core-v0.155.1) (2022-06-22)
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
45+
3746
## [0.155.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.3...interface-ipfs-core-v0.155.0) (2022-05-27)
3847

3948

@@ -2381,4 +2390,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
23812390

23822391
### Bug Fixes
23832392

2384-
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
2393+
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))

‎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.155.0",
3+
"version": "0.155.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"type": "module",
66
"main": "src/index.js",
@@ -79,7 +79,7 @@
7979
"delay": "^5.0.0",
8080
"did-jwt": "^5.12.1",
8181
"err-code": "^3.0.1",
82-
"ipfs-core-types": "^0.11.0",
82+
"ipfs-core-types": "^0.11.1",
8383
"ipfs-unixfs": "^6.0.3",
8484
"ipfs-unixfs-importer": "^9.0.3",
8585
"ipfs-utils": "^9.0.6",

‎packages/ipfs-cli/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.3...ipfs-cli-v0.13.4) (2022-06-22)
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* ipfs-core bumped from ^0.15.2 to ^0.15.3
45+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
46+
* ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
47+
* ipfs-daemon bumped from ^0.13.3 to ^0.13.4
48+
* ipfs-http-client bumped from ^57.0.1 to ^57.0.2
49+
3750
### [0.13.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.2...ipfs-cli-v0.13.3) (2022-06-13)
3851

3952

‎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.13.3",
3+
"version": "0.13.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -70,11 +70,11 @@
7070
"byteman": "^1.3.5",
7171
"execa": "^6.1.0",
7272
"get-folder-size": "^3.1.0",
73-
"ipfs-core": "^0.15.2",
74-
"ipfs-core-types": "^0.11.0",
75-
"ipfs-core-utils": "^0.15.0",
76-
"ipfs-daemon": "^0.13.3",
77-
"ipfs-http-client": "^57.0.1",
73+
"ipfs-core": "^0.15.3",
74+
"ipfs-core-types": "^0.11.1",
75+
"ipfs-core-utils": "^0.15.1",
76+
"ipfs-daemon": "^0.13.4",
77+
"ipfs-http-client": "^57.0.2",
7878
"ipfs-utils": "^9.0.6",
7979
"it-concat": "^2.0.0",
8080
"it-map": "^1.0.5",

‎packages/ipfs-client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.1...ipfs-client-v0.8.2) (2022-06-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-grpc-client bumped from ^0.10.0 to ^0.10.1
14+
* ipfs-http-client bumped from ^57.0.1 to ^57.0.2
15+
616
### [0.8.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.0...ipfs-client-v0.8.1) (2022-06-01)
717

818

‎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.8.1",
3+
"version": "0.8.2",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -38,8 +38,8 @@
3838
"dep-check": "aegir dep-check -i aegir"
3939
},
4040
"dependencies": {
41-
"ipfs-grpc-client": "^0.10.0",
42-
"ipfs-http-client": "^57.0.1",
41+
"ipfs-grpc-client": "^0.10.1",
42+
"ipfs-http-client": "^57.0.2",
4343
"merge-options": "^3.0.4"
4444
},
4545
"devDependencies": {

‎packages/ipfs-core-config/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
### [0.4.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.4.0...ipfs-core-config-v0.4.1) (2022-06-22)
24+
25+
26+
### Bug Fixes
27+
28+
* use default ws filters instead of connecting to everything ([#4142](https://www.github.com/ipfs/js-ipfs/issues/4142)) ([7be50bd](https://www.github.com/ipfs/js-ipfs/commit/7be50bd157b984d4607545bb78d22cd33de933fa)), closes [#4141](https://www.github.com/ipfs/js-ipfs/issues/4141)
29+
30+
31+
### Dependencies
32+
33+
* The following workspace dependencies were updated
34+
* devDependencies
35+
* ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
36+
2337
## [0.4.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.3...ipfs-core-config-v0.4.0) (2022-05-27)
2438

2539

‎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.4.0",
3+
"version": "0.4.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",
@@ -104,6 +104,6 @@
104104
},
105105
"devDependencies": {
106106
"aegir": "^37.0.11",
107-
"ipfs-core-utils": "^0.15.0"
107+
"ipfs-core-utils": "^0.15.1"
108108
}
109109
}

‎packages/ipfs-core-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2121

2222

2323

24+
### [0.11.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.11.0...ipfs-core-types-v0.11.1) (2022-06-22)
25+
26+
27+
### Bug Fixes
28+
29+
* use default ws filters instead of connecting to everything ([#4142](https://www.github.com/ipfs/js-ipfs/issues/4142)) ([7be50bd](https://www.github.com/ipfs/js-ipfs/commit/7be50bd157b984d4607545bb78d22cd33de933fa)), closes [#4141](https://www.github.com/ipfs/js-ipfs/issues/4141)
30+
2431
## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.3...ipfs-core-types-v0.11.0) (2022-05-27)
2532

2633

‎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.11.0",
3+
"version": "0.11.1",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"types": "dist/src/index.d.ts",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",

‎packages/ipfs-core-utils/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22+
### [0.15.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.15.0...ipfs-core-utils-v0.15.1) (2022-06-22)
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
30+
2231
## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.3...ipfs-core-utils-v0.15.0) (2022-05-27)
2332

2433

@@ -683,4 +692,4 @@ js-ipfs
683692

684693
### Bug Fixes
685694

686-
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
695+
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))

‎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.15.0",
3+
"version": "0.15.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",
@@ -122,7 +122,7 @@
122122
"blob-to-it": "^1.0.1",
123123
"browser-readablestream-to-it": "^1.0.1",
124124
"err-code": "^3.0.1",
125-
"ipfs-core-types": "^0.11.0",
125+
"ipfs-core-types": "^0.11.1",
126126
"ipfs-unixfs": "^6.0.9",
127127
"ipfs-utils": "^9.0.6",
128128
"it-all": "^1.0.4",

‎packages/ipfs-core/CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3737

3838

3939

40+
### [0.15.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.2...ipfs-core-v0.15.3) (2022-06-22)
41+
42+
43+
### Bug Fixes
44+
45+
* use default ws filters instead of connecting to everything ([#4142](https://www.github.com/ipfs/js-ipfs/issues/4142)) ([7be50bd](https://www.github.com/ipfs/js-ipfs/commit/7be50bd157b984d4607545bb78d22cd33de933fa)), closes [#4141](https://www.github.com/ipfs/js-ipfs/issues/4141)
46+
47+
48+
### Dependencies
49+
50+
* The following workspace dependencies were updated
51+
* dependencies
52+
* ipfs-core-config bumped from ^0.4.0 to ^0.4.1
53+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
54+
* ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
55+
* ipfs-http-client bumped from ^57.0.1 to ^57.0.2
56+
* devDependencies
57+
* interface-ipfs-core bumped from ^0.155.0 to ^0.155.1
58+
4059
### [0.15.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.1...ipfs-core-v0.15.2) (2022-06-13)
4160

4261

@@ -640,4 +659,4 @@ Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
640659

641660
Closes https://github.com/ipfs/js-ipfs/issues/3210
642661

643-
Co-authored-by: achingbrain <alex@achingbrain.net>
662+
Co-authored-by: achingbrain <alex@achingbrain.net>

‎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.15.2",
3+
"version": "0.15.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -100,10 +100,10 @@
100100
"interface-blockstore": "^2.0.3",
101101
"interface-datastore": "^6.1.1",
102102
"ipfs-bitswap": "^11.0.0",
103-
"ipfs-core-config": "^0.4.0",
104-
"ipfs-core-types": "^0.11.0",
105-
"ipfs-core-utils": "^0.15.0",
106-
"ipfs-http-client": "^57.0.1",
103+
"ipfs-core-config": "^0.4.1",
104+
"ipfs-core-types": "^0.11.1",
105+
"ipfs-core-utils": "^0.15.1",
106+
"ipfs-http-client": "^57.0.2",
107107
"ipfs-repo": "^14.0.1",
108108
"ipfs-unixfs": "^6.0.9",
109109
"ipfs-unixfs-exporter": "^7.0.11",
@@ -144,7 +144,7 @@
144144
"delay": "^5.0.0",
145145
"go-ipfs": "^0.12.1",
146146
"interface-blockstore-tests": "^2.0.4",
147-
"interface-ipfs-core": "^0.155.0",
147+
"interface-ipfs-core": "^0.155.1",
148148
"ipfsd-ctl": "^11.0.0",
149149
"iso-url": "^1.0.0",
150150
"it-all": "^1.0.4",

‎packages/ipfs-daemon/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.3...ipfs-daemon-v0.13.4) (2022-06-22)
24+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* dependencies
30+
* ipfs-core bumped from ^0.15.2 to ^0.15.3
31+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
32+
* ipfs-grpc-server bumped from ^0.9.2 to ^0.9.3
33+
* ipfs-http-gateway bumped from ^0.10.2 to ^0.10.3
34+
* ipfs-http-server bumped from ^0.12.3 to ^0.12.4
35+
2336
### [0.13.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.2...ipfs-daemon-v0.13.3) (2022-06-13)
2437

2538

‎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.13.3",
3+
"version": "0.13.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -43,11 +43,11 @@
4343
"@libp2p/logger": "^1.1.4",
4444
"@libp2p/webrtc-star": "^1.0.6",
4545
"@mapbox/node-pre-gyp": "^1.0.5",
46-
"ipfs-core": "^0.15.2",
47-
"ipfs-core-types": "^0.11.0",
48-
"ipfs-grpc-server": "^0.9.2",
49-
"ipfs-http-gateway": "^0.10.2",
50-
"ipfs-http-server": "^0.12.3",
46+
"ipfs-core": "^0.15.3",
47+
"ipfs-core-types": "^0.11.1",
48+
"ipfs-grpc-server": "^0.9.3",
49+
"ipfs-http-gateway": "^0.10.3",
50+
"ipfs-http-server": "^0.12.4",
5151
"ipfs-utils": "^9.0.6",
5252
"libp2p": "^0.37.1"
5353
},

‎packages/ipfs-grpc-client/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22+
### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.0...ipfs-grpc-client-v0.10.1) (2022-06-22)
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
30+
* ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
31+
2232
## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.4...ipfs-grpc-client-v0.10.0) (2022-05-27)
2333

2434

@@ -368,4 +378,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
368378
### Features
369379

370380
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
371-
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)
381+
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)

‎packages/ipfs-grpc-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -53,8 +53,8 @@
5353
"@libp2p/logger": "^1.1.4",
5454
"change-case": "^4.1.1",
5555
"err-code": "^3.0.1",
56-
"ipfs-core-types": "^0.11.0",
57-
"ipfs-core-utils": "^0.15.0",
56+
"ipfs-core-types": "^0.11.1",
57+
"ipfs-core-utils": "^0.15.1",
5858
"ipfs-grpc-protocol": "^0.6.0",
5959
"ipfs-unixfs": "^6.0.9",
6060
"it-first": "^1.0.4",

‎packages/ipfs-grpc-server/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22+
### [0.9.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.2...ipfs-grpc-server-v0.9.3) (2022-06-22)
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
30+
* devDependencies
31+
* ipfs-core bumped from ^0.15.2 to ^0.15.3
32+
2233
### [0.9.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.1...ipfs-grpc-server-v0.9.2) (2022-06-13)
2334

2435

‎packages/ipfs-grpc-server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-server",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -45,7 +45,7 @@
4545
"@libp2p/peer-id": "^1.1.10",
4646
"change-case": "^4.1.1",
4747
"coercer": "^1.1.2",
48-
"ipfs-core-types": "^0.11.0",
48+
"ipfs-core-types": "^0.11.1",
4949
"ipfs-grpc-protocol": "^0.6.0",
5050
"it-first": "^1.0.4",
5151
"it-map": "^1.0.4",
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@types/ws": "^8.5.3",
6363
"aegir": "^37.0.11",
64-
"ipfs-core": "^0.15.2",
64+
"ipfs-core": "^0.15.3",
6565
"it-all": "^1.0.4",
6666
"it-drain": "^1.0.3",
6767
"sinon": "^14.0.0"

‎packages/ipfs-http-client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [57.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.1...ipfs-http-client-v57.0.2) (2022-06-22)
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
45+
* ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
46+
3747
### [57.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.0...ipfs-http-client-v57.0.1) (2022-06-01)
3848

3949

‎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": "57.0.1",
3+
"version": "57.0.2",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -58,8 +58,8 @@
5858
"any-signal": "^3.0.0",
5959
"dag-jose": "^1.0.0",
6060
"err-code": "^3.0.1",
61-
"ipfs-core-types": "^0.11.0",
62-
"ipfs-core-utils": "^0.15.0",
61+
"ipfs-core-types": "^0.11.1",
62+
"ipfs-core-utils": "^0.15.1",
6363
"ipfs-utils": "^9.0.6",
6464
"it-first": "^1.0.6",
6565
"it-last": "^1.0.4",

‎packages/ipfs-http-gateway/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22+
### [0.10.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.2...ipfs-http-gateway-v0.10.3) (2022-06-22)
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
30+
* ipfs-http-response bumped from ^3.0.2 to ^3.0.3
31+
2232
### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.1...ipfs-http-gateway-v0.10.2) (2022-06-13)
2333

2434

‎packages/ipfs-http-gateway/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-gateway",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -64,8 +64,8 @@
6464
"@hapi/hapi": "^20.0.0",
6565
"@libp2p/logger": "^1.1.4",
6666
"hapi-pino": "^8.5.0",
67-
"ipfs-core-types": "^0.11.0",
68-
"ipfs-http-response": "^3.0.2",
67+
"ipfs-core-types": "^0.11.1",
68+
"ipfs-http-response": "^3.0.3",
6969
"is-ipfs": "^6.0.1",
7070
"it-last": "^1.0.4",
7171
"it-to-stream": "^1.0.0",

‎packages/ipfs-http-response/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
### [3.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.2...ipfs-http-response-v3.0.3) (2022-06-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* ipfs-core bumped from ^0.15.2 to ^0.15.3
14+
615
### [3.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.1...ipfs-http-response-v3.0.2) (2022-06-13)
716

817

‎packages/ipfs-http-response/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-response",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Creates an HTTP response from an IPFS Hash",
55
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
66
"main": "src/index.js",
@@ -79,7 +79,7 @@
7979
"aegir": "^37.0.11",
8080
"get-stream": "^6.0.0",
8181
"global": "^4.4.0",
82-
"ipfs-core": "^0.15.2",
82+
"ipfs-core": "^0.15.3",
8383
"ipfsd-ctl": "^11.0.0",
8484
"it-all": "^1.0.4",
8585
"uint8arrays": "^3.0.0"

‎packages/ipfs-http-server/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2828

2929

3030

31+
### [0.12.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.3...ipfs-http-server-v0.12.4) (2022-06-22)
32+
33+
34+
### Dependencies
35+
36+
* The following workspace dependencies were updated
37+
* dependencies
38+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
39+
* ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
40+
* ipfs-http-gateway bumped from ^0.10.2 to ^0.10.3
41+
* devDependencies
42+
* ipfs-http-client bumped from ^57.0.1 to ^57.0.2
43+
3144
### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.2...ipfs-http-server-v0.12.3) (2022-06-13)
3245

3346

‎packages/ipfs-http-server/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-server",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -51,9 +51,9 @@
5151
"any-signal": "^3.0.0",
5252
"dlv": "^1.1.3",
5353
"hapi-pino": "^8.5.0",
54-
"ipfs-core-types": "^0.11.0",
55-
"ipfs-core-utils": "^0.15.0",
56-
"ipfs-http-gateway": "^0.10.2",
54+
"ipfs-core-types": "^0.11.1",
55+
"ipfs-core-utils": "^0.15.1",
56+
"ipfs-http-gateway": "^0.10.3",
5757
"ipfs-unixfs": "^6.0.9",
5858
"it-all": "^1.0.4",
5959
"it-drain": "^1.0.3",
@@ -81,7 +81,7 @@
8181
"aegir": "^37.0.11",
8282
"err-code": "^3.0.1",
8383
"form-data": "^4.0.0",
84-
"ipfs-http-client": "^57.0.1",
84+
"ipfs-http-client": "^57.0.2",
8585
"iso-random-stream": "^2.0.2",
8686
"it-first": "^1.0.4",
8787
"it-to-buffer": "^2.0.0",

‎packages/ipfs-message-port-client/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.2...ipfs-message-port-client-v0.12.3) (2022-06-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
14+
* ipfs-message-port-protocol bumped from ^0.12.0 to ^0.12.1
15+
* devDependencies
16+
* interface-ipfs-core bumped from ^0.155.0 to ^0.155.1
17+
* ipfs-core bumped from ^0.15.2 to ^0.15.3
18+
* ipfs-message-port-server bumped from ^0.12.0 to ^0.12.1
19+
620
### [0.12.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.1...ipfs-message-port-client-v0.12.2) (2022-06-13)
721

822

‎packages/ipfs-message-port-client/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -44,17 +44,17 @@
4444
"dependencies": {
4545
"browser-readablestream-to-it": "^1.0.1",
4646
"err-code": "^3.0.1",
47-
"ipfs-core-types": "^0.11.0",
48-
"ipfs-message-port-protocol": "^0.12.0",
47+
"ipfs-core-types": "^0.11.1",
48+
"ipfs-message-port-protocol": "^0.12.1",
4949
"ipfs-unixfs": "^6.0.9",
5050
"it-peekable": "^1.0.2",
5151
"multiformats": "^9.5.1"
5252
},
5353
"devDependencies": {
5454
"aegir": "^37.0.11",
55-
"interface-ipfs-core": "^0.155.0",
56-
"ipfs-core": "^0.15.2",
57-
"ipfs-message-port-server": "^0.12.0"
55+
"interface-ipfs-core": "^0.155.1",
56+
"ipfs-core": "^0.15.3",
57+
"ipfs-message-port-server": "^0.12.1"
5858
},
5959
"engines": {
6060
"node": ">=15.0.0",

‎packages/ipfs-message-port-protocol/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.12.0...ipfs-message-port-protocol-v0.12.1) (2022-06-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
14+
615
## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.11.3...ipfs-message-port-protocol-v0.12.0) (2022-05-27)
716

817

@@ -368,4 +377,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
368377

369378
### Features
370379

371-
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)
380+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)

‎packages/ipfs-message-port-protocol/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-protocol",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "IPFS client/server protocol over message port",
55
"keywords": [
66
"ipfs"
@@ -76,7 +76,7 @@
7676
"dep-check": "aegir dep-check -i ipfs-core-types"
7777
},
7878
"dependencies": {
79-
"ipfs-core-types": "^0.11.0",
79+
"ipfs-core-types": "^0.11.1",
8080
"multiformats": "^9.5.1"
8181
},
8282
"devDependencies": {

‎packages/ipfs-message-port-server/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.12.0...ipfs-message-port-server-v0.12.1) (2022-06-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
14+
* ipfs-message-port-protocol bumped from ^0.12.0 to ^0.12.1
15+
616
## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.11.3...ipfs-message-port-server-v0.12.0) (2022-05-27)
717

818

@@ -413,4 +423,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
413423

414424
### Features
415425

416-
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)
426+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)

‎packages/ipfs-message-port-server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-server",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "IPFS server library for exposing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -66,8 +66,8 @@
6666
"dep-check": "aegir dep-check -i ipfs-core-types"
6767
},
6868
"dependencies": {
69-
"ipfs-core-types": "^0.11.0",
70-
"ipfs-message-port-protocol": "^0.12.0",
69+
"ipfs-core-types": "^0.11.1",
70+
"ipfs-message-port-protocol": "^0.12.1",
7171
"it-all": "^1.0.4"
7272
},
7373
"devDependencies": {

‎packages/ipfs/CHANGELOG.md

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

66

7+
### [0.63.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.3...ipfs-v0.63.4) (2022-06-22)
8+
9+
10+
### Bug Fixes
11+
12+
* use default ws filters instead of connecting to everything ([#4142](https://www.github.com/ipfs/js-ipfs/issues/4142)) ([7be50bd](https://www.github.com/ipfs/js-ipfs/commit/7be50bd157b984d4607545bb78d22cd33de933fa)), closes [#4141](https://www.github.com/ipfs/js-ipfs/issues/4141)
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* ipfs-cli bumped from ^0.13.3 to ^0.13.4
20+
* ipfs-core bumped from ^0.15.2 to ^0.15.3
21+
* devDependencies
22+
* interface-ipfs-core bumped from ^0.155.0 to ^0.155.1
23+
* ipfs-client bumped from ^0.8.1 to ^0.8.2
24+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
25+
* ipfs-http-client bumped from ^57.0.1 to ^57.0.2
26+
727
### [0.63.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.2...ipfs-v0.63.3) (2022-06-13)
828

929

@@ -2977,4 +2997,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
29772997

29782998

29792999
<a name="0.0.2"></a>
2980-
## 0.0.2 (2016-01-11)
3000+
## 0.0.2 (2016-01-11)

‎packages/ipfs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.63.3",
3+
"version": "0.63.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -68,8 +68,8 @@
6868
},
6969
"dependencies": {
7070
"@libp2p/logger": "^1.1.4",
71-
"ipfs-cli": "^0.13.3",
72-
"ipfs-core": "^0.15.2",
71+
"ipfs-cli": "^0.13.4",
72+
"ipfs-core": "^0.15.3",
7373
"semver": "^7.3.2",
7474
"update-notifier": "^5.0.0"
7575
},
@@ -82,10 +82,10 @@
8282
"cross-env": "^7.0.0",
8383
"electron-webrtc": "^0.3.0",
8484
"go-ipfs": "^0.12.1",
85-
"interface-ipfs-core": "^0.155.0",
86-
"ipfs-client": "^0.8.1",
87-
"ipfs-core-types": "^0.11.0",
88-
"ipfs-http-client": "^57.0.1",
85+
"interface-ipfs-core": "^0.155.1",
86+
"ipfs-client": "^0.8.2",
87+
"ipfs-core-types": "^0.11.1",
88+
"ipfs-http-client": "^57.0.2",
8989
"ipfs-interop": "ipfs/interop#feat/upgrade-to-esm-libp2p",
9090
"ipfs-utils": "^9.0.6",
9191
"ipfsd-ctl": "^11.0.0",

0 commit comments

Comments
 (0)
This repository has been archived.