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

File tree

22 files changed

+129
-34
lines changed

22 files changed

+129
-34
lines changed

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.142.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.142.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
## [0.142.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.142.1) (2020-11-16)
715

816

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.142.1",
3+
"version": "0.142.2",
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",

packages/ipfs-cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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/[email protected]@0.2.2) (2020-11-25)
7+
8+
9+
### Bug Fixes
10+
11+
* do not write to prefix outside of output directory ([#3417](https://github.com/ipfs/js-ipfs/issues/3417)) ([75dd865](https://github.com/ipfs/js-ipfs/commit/75dd86529650b039be21b05b92a6413269baa4ab))
12+
* strip control characters from user output ([#3420](https://github.com/ipfs/js-ipfs/issues/3420)) ([d13b064](https://github.com/ipfs/js-ipfs/commit/d13b064882751b00c48d42aeb309131fde0dd5c8))
13+
14+
15+
16+
17+
618
## [0.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2020-11-16)
719

820

packages/ipfs-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -38,11 +38,11 @@
3838
"err-code": "^2.0.3",
3939
"execa": "^4.0.3",
4040
"get-folder-size": "^2.0.1",
41-
"ipfs-core": "^0.2.1",
42-
"ipfs-core-utils": "^0.5.2",
43-
"ipfs-http-client": "^48.1.1",
44-
"ipfs-http-gateway": "^0.1.2",
45-
"ipfs-http-server": "^0.1.2",
41+
"ipfs-core": "^0.3.0",
42+
"ipfs-core-utils": "^0.5.3",
43+
"ipfs-http-client": "^48.1.2",
44+
"ipfs-http-gateway": "^0.1.3",
45+
"ipfs-http-server": "^0.1.3",
4646
"ipfs-repo": "^7.0.0",
4747
"ipfs-utils": "^5.0.0",
4848
"ipld-dag-cbor": "^0.17.0",

packages/ipfs-core-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.3) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
## [0.5.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.2) (2020-11-16)
715

816

packages/ipfs-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
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",

packages/ipfs-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2020-11-25)
7+
8+
9+
### Features
10+
11+
* announce addresses via config ([#3409](https://github.com/ipfs/js-ipfs/issues/3409)) ([1529da9](https://github.com/ipfs/js-ipfs/commit/1529da9bb2f31eeb525584e67a3e0548b4445721))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2020-11-16)
718

819

packages/ipfs-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -70,7 +70,7 @@
7070
"interface-datastore": "^2.0.0",
7171
"ipfs-bitswap": "^4.0.0",
7272
"ipfs-block-service": "^0.18.0",
73-
"ipfs-core-utils": "^0.5.2",
73+
"ipfs-core-utils": "^0.5.3",
7474
"ipfs-repo": "^7.0.0",
7575
"ipfs-unixfs": "^2.0.3",
7676
"ipfs-unixfs-exporter": "^3.0.4",
@@ -121,7 +121,7 @@
121121
"aegir": "^28.2.0",
122122
"delay": "^4.4.0",
123123
"go-ipfs": "^0.7.0",
124-
"interface-ipfs-core": "^0.142.1",
124+
"interface-ipfs-core": "^0.142.2",
125125
"ipfsd-ctl": "^7.0.2",
126126
"ipld-git": "^0.6.1",
127127
"iso-url": "^1.0.0",

packages/ipfs-http-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
## [48.1.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.1) (2020-11-16)
715

816

packages/ipfs-http-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "48.1.1",
3+
"version": "48.1.2",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -55,7 +55,7 @@
5555
"cids": "^1.0.0",
5656
"debug": "^4.1.1",
5757
"form-data": "^3.0.0",
58-
"ipfs-core-utils": "^0.5.2",
58+
"ipfs-core-utils": "^0.5.3",
5959
"ipfs-utils": "^5.0.0",
6060
"ipld-block": "^0.11.0",
6161
"ipld-dag-cbor": "^0.17.0",
@@ -79,7 +79,7 @@
7979
"devDependencies": {
8080
"aegir": "^28.2.0",
8181
"go-ipfs": "^0.7.0",
82-
"ipfs-core": "^0.2.1",
82+
"ipfs-core": "^0.3.0",
8383
"ipfsd-ctl": "^7.0.2",
8484
"it-all": "^1.0.4",
8585
"it-concat": "^1.0.1",

packages/ipfs-http-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.3) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs-http-gateway
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.2) (2020-11-16)
715

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

packages/ipfs-http-gateway/package.json

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

packages/ipfs-http-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.3) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs-http-server
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.2) (2020-11-16)
715

816

packages/ipfs-http-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-server",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
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.5.2",
41-
"ipfs-http-gateway": "^0.1.2",
40+
"ipfs-core-utils": "^0.5.3",
41+
"ipfs-http-gateway": "^0.1.3",
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": "^28.2.0",
6969
"form-data": "^3.0.0",
70-
"ipfs-http-client": "^48.1.1",
70+
"ipfs-http-client": "^48.1.2",
7171
"iso-random-stream": "^1.1.1",
7272
"it-to-buffer": "^1.0.2",
7373
"qs": "^6.9.4",

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

Lines changed: 8 additions & 0 deletions
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/[email protected]@0.4.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs-message-port-client
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2020-11-16)
715

816

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -43,14 +43,14 @@
4343
},
4444
"dependencies": {
4545
"browser-readablestream-to-it": "^1.0.1",
46-
"ipfs-message-port-protocol": "^0.4.1"
46+
"ipfs-message-port-protocol": "^0.4.2"
4747
},
4848
"devDependencies": {
4949
"aegir": "^28.2.0",
50-
"interface-ipfs-core": "^0.142.1",
51-
"ipfs": "^0.52.1",
52-
"ipfs-core": "^0.2.1",
53-
"ipfs-message-port-server": "^0.4.1",
50+
"interface-ipfs-core": "^0.142.2",
51+
"ipfs": "^0.52.2",
52+
"ipfs-core": "^0.3.0",
53+
"ipfs-message-port-server": "^0.4.2",
5454
"rimraf": "^3.0.2",
5555
"typescript": "4.0.x"
5656
},

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

Lines changed: 8 additions & 0 deletions
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/[email protected]@0.4.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs-message-port-protocol
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2020-11-16)
715

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-protocol",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "IPFS client/server protocol over message port",
55
"keywords": [
66
"ipfs"

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

Lines changed: 8 additions & 0 deletions
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/[email protected]@0.4.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs-message-port-server
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2020-11-16)
715

816

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-server",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "IPFS server library for exposing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -44,7 +44,7 @@
4444
"dep-check": "aegir dep-check -i @types/* -i typescript -i rimraf"
4545
},
4646
"dependencies": {
47-
"ipfs-message-port-protocol": "^0.4.1",
47+
"ipfs-message-port-protocol": "^0.4.2",
4848
"it-all": "^1.0.4"
4949
},
5050
"devDependencies": {

packages/ipfs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.52.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.52.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package ipfs
9+
10+
11+
12+
13+
614
## [0.52.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.52.1) (2020-11-16)
715

816

packages/ipfs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.52.1",
3+
"version": "0.52.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"debug": "^4.1.1",
41-
"ipfs-cli": "^0.2.1",
42-
"ipfs-core": "^0.2.1",
41+
"ipfs-cli": "^0.2.2",
42+
"ipfs-core": "^0.3.0",
4343
"ipfs-repo": "^7.0.0",
4444
"semver": "^7.3.2",
4545
"update-notifier": "^5.0.0"
@@ -49,8 +49,8 @@
4949
"cross-env": "^7.0.0",
5050
"electron-webrtc": "^0.3.0",
5151
"go-ipfs": "^0.7.0",
52-
"interface-ipfs-core": "^0.142.1",
53-
"ipfs-http-client": "^48.1.1",
52+
"interface-ipfs-core": "^0.142.2",
53+
"ipfs-http-client": "^48.1.2",
5454
"ipfs-interop": "^3.0.0",
5555
"ipfs-utils": "^5.0.0",
5656
"ipfsd-ctl": "^7.0.2",

0 commit comments

Comments
 (0)