Skip to content

Commit 2f52602

Browse files
committed
chore: publish
- ipfs-cli@0.3.2 - ipfs-client@0.2.2 - ipfs-core-types@0.2.1 - ipfs-core-utils@0.6.1 - ipfs-core@0.4.2 - ipfs-daemon@0.4.2 - ipfs-grpc-client@0.1.2 - ipfs-grpc-server@0.1.2 - ipfs-http-client@48.2.2 - ipfs-http-gateway@0.2.1 - ipfs-http-server@0.2.2 - ipfs-message-port-client@0.4.6 - ipfs@0.53.2
1 parent c5dd437 commit 2f52602

File tree

26 files changed

+156
-43
lines changed

26 files changed

+156
-43
lines changed

Diff for: 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.3.2](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.3.1...ipfs-cli@0.3.2) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
## [0.3.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.3.0...ipfs-cli@0.3.1) (2021-01-20)
715

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

Diff for: packages/ipfs-cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,10 +37,10 @@
3737
"err-code": "^2.0.3",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.4.1",
41-
"ipfs-core-utils": "^0.6.0",
42-
"ipfs-daemon": "^0.4.1",
43-
"ipfs-http-client": "^48.2.1",
40+
"ipfs-core": "^0.4.2",
41+
"ipfs-core-utils": "^0.6.1",
42+
"ipfs-daemon": "^0.4.2",
43+
"ipfs-http-client": "^48.2.2",
4444
"ipfs-repo": "^7.0.0",
4545
"ipfs-utils": "^5.0.0",
4646
"ipld-dag-cbor": "^0.17.0",

Diff for: packages/ipfs-client/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2.2](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.2.1...ipfs-client@0.2.2) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* issue with isolateModules flag ([#3495](https://github.com/ipfs/js-ipfs/issues/3495)) ([839e190](https://github.com/ipfs/js-ipfs/commit/839e1908f3c050b45af176883a7e450fb339bef0)), closes [#3494](https://github.com/ipfs/js-ipfs/issues/3494) [#3498](https://github.com/ipfs/js-ipfs/issues/3498) [/github.com/ipfs-shipyard/ipfs-webui/pull/1655#issuecomment-763846124](https://github.com//github.com/ipfs-shipyard/ipfs-webui/pull/1655/issues/issuecomment-763846124)
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.2.0...ipfs-client@0.2.1) (2021-01-20)
718

819
**Note:** Version bump only for package ipfs-client

Diff for: 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.2.1",
3+
"version": "0.2.2",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -40,8 +40,8 @@
4040
"dep-check": "aegir dep-check -i aegir -i typescript -i rimraf"
4141
},
4242
"dependencies": {
43-
"ipfs-grpc-client": "^0.1.1",
44-
"ipfs-http-client": "^48.2.1",
43+
"ipfs-grpc-client": "^0.1.2",
44+
"ipfs-http-client": "^48.2.2",
4545
"merge-options": "^2.0.0"
4646
},
4747
"devDependencies": {

Diff for: packages/ipfs-core-types/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.2.0...ipfs-core-types@0.2.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* issue with isolateModules flag ([#3495](https://github.com/ipfs/js-ipfs/issues/3495)) ([839e190](https://github.com/ipfs/js-ipfs/commit/839e1908f3c050b45af176883a7e450fb339bef0)), closes [#3494](https://github.com/ipfs/js-ipfs/issues/3494) [#3498](https://github.com/ipfs/js-ipfs/issues/3498) [/github.com/ipfs-shipyard/ipfs-webui/pull/1655#issuecomment-763846124](https://github.com//github.com/ipfs-shipyard/ipfs-webui/pull/1655/issues/issuecomment-763846124)
12+
13+
14+
15+
16+
617
# 0.2.0 (2021-01-15)
718

819

Diff for: 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.2.0",
3+
"version": "0.2.1",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"types": "src/index.ts",

Diff for: 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.6.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.6.0...ipfs-core-utils@0.6.1) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.5.4...ipfs-core-utils@0.6.0) (2021-01-15)
715

816

Diff for: 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.6.0",
3+
"version": "0.6.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",
@@ -43,7 +43,7 @@
4343
"browser-readablestream-to-it": "^1.0.1",
4444
"cids": "^1.1.5",
4545
"err-code": "^2.0.3",
46-
"ipfs-core-types": "^0.2.0",
46+
"ipfs-core-types": "^0.2.1",
4747
"ipfs-utils": "^5.0.0",
4848
"it-all": "^1.0.4",
4949
"it-map": "^1.0.4",

Diff for: 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.4.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.4.1...ipfs-core@0.4.2) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.4.0...ipfs-core@0.4.1) (2021-01-20)
715

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

Diff for: packages/ipfs-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -70,8 +70,8 @@
7070
"interface-datastore": "^2.0.0",
7171
"ipfs-bitswap": "^4.0.0",
7272
"ipfs-block-service": "^0.18.0",
73-
"ipfs-core-types": "^0.2.0",
74-
"ipfs-core-utils": "^0.6.0",
73+
"ipfs-core-types": "^0.2.1",
74+
"ipfs-core-utils": "^0.6.1",
7575
"ipfs-repo": "^7.0.0",
7676
"ipfs-unixfs": "^2.0.3",
7777
"ipfs-unixfs-exporter": "^3.0.4",

Diff for: 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.4.2](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.4.1...ipfs-daemon@0.4.2) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.4.0...ipfs-daemon@0.4.1) (2021-01-20)
715

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

Diff for: 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.4.1",
3+
"version": "0.4.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -31,11 +31,11 @@
3131
"dependencies": {
3232
"debug": "^4.1.1",
3333
"dlv": "^1.1.3",
34-
"ipfs-core": "^0.4.1",
35-
"ipfs-grpc-server": "^0.1.1",
36-
"ipfs-http-client": "^48.2.1",
37-
"ipfs-http-gateway": "^0.2.0",
38-
"ipfs-http-server": "^0.2.1",
34+
"ipfs-core": "^0.4.2",
35+
"ipfs-grpc-server": "^0.1.2",
36+
"ipfs-http-client": "^48.2.2",
37+
"ipfs-http-gateway": "^0.2.1",
38+
"ipfs-http-server": "^0.2.2",
3939
"ipfs-utils": "^5.0.0",
4040
"just-safe-set": "^2.1.0",
4141
"libp2p": "^0.30.0",

Diff for: packages/ipfs-grpc-client/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.1.1...ipfs-grpc-client@0.1.2) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* issue with isolateModules flag ([#3495](https://github.com/ipfs/js-ipfs/issues/3495)) ([839e190](https://github.com/ipfs/js-ipfs/commit/839e1908f3c050b45af176883a7e450fb339bef0)), closes [#3494](https://github.com/ipfs/js-ipfs/issues/3494) [#3498](https://github.com/ipfs/js-ipfs/issues/3498) [/github.com/ipfs-shipyard/ipfs-webui/pull/1655#issuecomment-763846124](https://github.com//github.com/ipfs-shipyard/ipfs-webui/pull/1655/issues/issuecomment-763846124)
12+
13+
14+
15+
16+
617
## [0.1.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.1.0...ipfs-grpc-client@0.1.1) (2021-01-20)
718

819

Diff for: packages/ipfs-grpc-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -45,7 +45,7 @@
4545
"cids": "^1.1.5",
4646
"debug": "^4.1.1",
4747
"err-code": "^2.0.3",
48-
"ipfs-core-utils": "^0.6.0",
48+
"ipfs-core-utils": "^0.6.1",
4949
"ipfs-grpc-protocol": "^0.1.0",
5050
"it-first": "^1.0.4",
5151
"it-pushable": "^1.4.0",

Diff for: 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.1.2](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.1.1...ipfs-grpc-server@0.1.2) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-grpc-server
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.1.0...ipfs-grpc-server@0.1.1) (2021-01-20)
715

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

Diff for: packages/ipfs-grpc-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-server",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"aegir": "^29.2.2",
55-
"ipfs-core": "^0.4.1",
55+
"ipfs-core": "^0.4.2",
5656
"it-all": "^1.0.4",
5757
"it-drain": "^1.0.3",
5858
"rimraf": "^3.0.2",

Diff for: 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+
## [48.2.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@48.2.1...ipfs-http-client@48.2.2) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
## [48.2.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@48.2.0...ipfs-http-client@48.2.1) (2021-01-20)
715

816

Diff for: packages/ipfs-http-client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "48.2.1",
3+
"version": "48.2.2",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -57,8 +57,8 @@
5757
"cids": "^1.1.5",
5858
"debug": "^4.1.1",
5959
"form-data": "^3.0.0",
60-
"ipfs-core-types": "^0.2.0",
61-
"ipfs-core-utils": "^0.6.0",
60+
"ipfs-core-types": "^0.2.1",
61+
"ipfs-core-utils": "^0.6.1",
6262
"ipfs-utils": "^5.0.0",
6363
"ipld-block": "^0.11.0",
6464
"ipld-dag-cbor": "^0.17.0",
@@ -83,7 +83,7 @@
8383
"aegir": "^29.2.2",
8484
"delay": "^4.4.0",
8585
"go-ipfs": "^0.7.0",
86-
"ipfs-core": "^0.4.1",
86+
"ipfs-core": "^0.4.2",
8787
"ipfsd-ctl": "^7.2.0",
8888
"it-all": "^1.0.4",
8989
"it-concat": "^1.0.1",

Diff for: 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.2.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.2.0...ipfs-http-gateway@0.2.1) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-http-gateway
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.1.4...ipfs-http-gateway@0.2.0) (2021-01-15)
715

816

Diff for: packages/ipfs-http-gateway/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-gateway",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -35,7 +35,7 @@
3535
"cids": "^1.1.5",
3636
"debug": "^4.1.1",
3737
"hapi-pino": "^8.3.0",
38-
"ipfs-core-utils": "^0.6.0",
38+
"ipfs-core-utils": "^0.6.1",
3939
"ipfs-http-response": "^0.6.0",
4040
"is-ipfs": "^2.0.0",
4141
"it-last": "^1.0.4",

Diff for: packages/ipfs-http-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.2.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.2.1...ipfs-http-server@0.2.2) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-http-server
9+
10+
11+
12+
13+
614
## [0.2.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.2.0...ipfs-http-server@0.2.1) (2021-01-20)
715

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

Diff for: packages/ipfs-http-server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-server",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,8 +37,8 @@
3737
"dlv": "^1.1.3",
3838
"err-code": "^2.0.3",
3939
"hapi-pino": "^8.3.0",
40-
"ipfs-core-utils": "^0.6.0",
41-
"ipfs-http-gateway": "^0.2.0",
40+
"ipfs-core-utils": "^0.6.1",
41+
"ipfs-http-gateway": "^0.2.1",
4242
"ipfs-unixfs": "^2.0.3",
4343
"ipld-dag-pb": "^0.20.0",
4444
"it-all": "^1.0.4",
@@ -67,7 +67,7 @@
6767
"devDependencies": {
6868
"aegir": "^29.2.2",
6969
"form-data": "^3.0.0",
70-
"ipfs-http-client": "^48.2.1",
70+
"ipfs-http-client": "^48.2.2",
7171
"iso-random-stream": "^1.1.1",
7272
"it-to-buffer": "^1.0.2",
7373
"qs": "^6.9.4",

0 commit comments

Comments
 (0)