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

Commit 6178708

Browse files
committedNov 24, 2021
chore: publish
- interface-ipfs-core@0.152.2 - ipfs-cli@0.10.2 - ipfs-client@0.7.4 - ipfs-core-config@0.1.4 - ipfs-core-types@0.8.4 - ipfs-core-utils@0.12.2 - ipfs-core@0.12.2 - ipfs-daemon@0.10.4 - ipfs-grpc-client@0.8.2 - ipfs-grpc-protocol@0.5.4 - ipfs-grpc-server@0.7.4 - ipfs-http-client@54.0.2 - ipfs-http-gateway@0.7.4 - ipfs-http-response@1.0.5 - ipfs-http-server@0.9.2 - ipfs-message-port-client@0.10.2 - ipfs-message-port-protocol@0.10.4 - ipfs-message-port-server@0.10.4 - ipfs@0.60.2
1 parent 3bd8b25 commit 6178708

File tree

38 files changed

+223
-68
lines changed

38 files changed

+223
-68
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.152.2](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.152.1...interface-ipfs-core@0.152.2) (2021-11-24)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
## [0.152.1](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.152.0...interface-ipfs-core@0.152.1) (2021-11-19)
715

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

‎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.152.1",
3+
"version": "0.152.2",
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.3",
75+
"ipfs-core-types": "^0.8.4",
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.10.2](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.1...ipfs-cli@0.10.2) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.0...ipfs-cli@0.10.1) (2021-11-19)
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.10.1",
3+
"version": "0.10.2",
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.12.1",
69-
"ipfs-core-types": "^0.8.3",
70-
"ipfs-core-utils": "^0.12.1",
71-
"ipfs-daemon": "^0.10.3",
72-
"ipfs-http-client": "^54.0.1",
68+
"ipfs-core": "^0.12.2",
69+
"ipfs-core-types": "^0.8.4",
70+
"ipfs-core-utils": "^0.12.2",
71+
"ipfs-daemon": "^0.10.4",
72+
"ipfs-http-client": "^54.0.2",
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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.3...ipfs-client@0.7.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
## [0.7.3](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.2...ipfs-client@0.7.3) (2021-11-19)
715

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

‎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.3",
3+
"version": "0.7.4",
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.8.1",
45-
"ipfs-http-client": "^54.0.1",
44+
"ipfs-grpc-client": "^0.8.2",
45+
"ipfs-http-client": "^54.0.2",
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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.3...ipfs-core-config@0.1.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-core-config
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.2...ipfs-core-config@0.1.3) (2021-11-19)
715

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

‎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.3",
3+
"version": "0.1.4",
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": "^36.0.1",
109-
"ipfs-core-utils": "^0.12.1",
109+
"ipfs-core-utils": "^0.12.2",
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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.3...ipfs-core-types@0.8.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-core-types
9+
10+
11+
12+
13+
614
## [0.8.3](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.2...ipfs-core-types@0.8.3) (2021-11-19)
715

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

‎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.3",
3+
"version": "0.8.4",
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

+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.12.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.12.1...ipfs-core-utils@0.12.2) (2021-11-24)
7+
8+
9+
### Bug Fixes
10+
11+
* typo ([#3946](https://github.com/ipfs/js-ipfs/issues/3946)) ([70c67e2](https://github.com/ipfs/js-ipfs/commit/70c67e27d0b82c7650a2a0d7a646afdcd24e73c2))
12+
13+
14+
15+
16+
617
## [0.12.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.12.0...ipfs-core-utils@0.12.1) (2021-11-19)
718

819
**Note:** Version bump only for package ipfs-core-utils

‎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.12.1",
3+
"version": "0.12.2",
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",
@@ -117,7 +117,7 @@
117117
"browser-readablestream-to-it": "^1.0.1",
118118
"debug": "^4.1.1",
119119
"err-code": "^3.0.1",
120-
"ipfs-core-types": "^0.8.3",
120+
"ipfs-core-types": "^0.8.4",
121121
"ipfs-unixfs": "^6.0.3",
122122
"ipfs-utils": "^9.0.2",
123123
"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.12.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.1...ipfs-core@0.12.2) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
## [0.12.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.0...ipfs-core@0.12.1) (2021-11-19)
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.12.1",
3+
"version": "0.12.2",
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.1",
87-
"ipfs-core-config": "^0.1.3",
88-
"ipfs-core-types": "^0.8.3",
89-
"ipfs-core-utils": "^0.12.1",
90-
"ipfs-http-client": "^54.0.1",
87+
"ipfs-core-config": "^0.1.4",
88+
"ipfs-core-types": "^0.8.4",
89+
"ipfs-core-utils": "^0.12.2",
90+
"ipfs-http-client": "^54.0.2",
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.152.1",
140+
"interface-ipfs-core": "^0.152.2",
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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.3...ipfs-daemon@0.10.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
## [0.10.3](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.2...ipfs-daemon@0.10.3) (2021-11-19)
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.10.3",
3+
"version": "0.10.4",
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.12.1",
49-
"ipfs-core-types": "^0.8.3",
50-
"ipfs-grpc-server": "^0.7.3",
51-
"ipfs-http-gateway": "^0.7.3",
52-
"ipfs-http-server": "^0.9.1",
48+
"ipfs-core": "^0.12.2",
49+
"ipfs-core-types": "^0.8.4",
50+
"ipfs-grpc-server": "^0.7.4",
51+
"ipfs-http-gateway": "^0.7.4",
52+
"ipfs-http-server": "^0.9.2",
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.8.2](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.8.1...ipfs-grpc-client@0.8.2) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-grpc-client
9+
10+
11+
12+
13+
614
## [0.8.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.8.0...ipfs-grpc-client@0.8.1) (2021-11-19)
715

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

‎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.8.1",
3+
"version": "0.8.2",
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.3",
58-
"ipfs-core-utils": "^0.12.1",
59-
"ipfs-grpc-protocol": "^0.5.3",
57+
"ipfs-core-types": "^0.8.4",
58+
"ipfs-core-utils": "^0.12.2",
59+
"ipfs-grpc-protocol": "^0.5.4",
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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.5.3...ipfs-grpc-protocol@0.5.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-grpc-protocol
9+
10+
11+
12+
13+
614
## [0.5.3](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.5.2...ipfs-grpc-protocol@0.5.3) (2021-11-19)
715

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

‎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.3",
3+
"version": "0.5.4",
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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.7.3...ipfs-grpc-server@0.7.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-grpc-server
9+
10+
11+
12+
13+
614
## [0.7.3](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.7.2...ipfs-grpc-server@0.7.3) (2021-11-19)
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.7.3",
3+
"version": "0.7.4",
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.3",
51-
"ipfs-grpc-protocol": "^0.5.3",
50+
"ipfs-core-types": "^0.8.4",
51+
"ipfs-grpc-protocol": "^0.5.4",
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": "^36.0.1",
65-
"ipfs-core": "^0.12.1",
65+
"ipfs-core": "^0.12.2",
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+
## [54.0.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@54.0.1...ipfs-http-client@54.0.2) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
## [54.0.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@54.0.0...ipfs-http-client@54.0.1) (2021-11-19)
715

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

0 commit comments

Comments
 (0)
This repository has been archived.