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

File tree

22 files changed

+155
-36
lines changed

22 files changed

+155
-36
lines changed

packages/interface-ipfs-core/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.142.1) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* align behaviour between go and js for content without paths ([#3385](https://github.com/ipfs/js-ipfs/issues/3385)) ([334873d](https://github.com/ipfs/js-ipfs/commit/334873d3784e2baa2b19f8f69b5aade36715ba03))
12+
* ensure correct progress is reported ([#3384](https://github.com/ipfs/js-ipfs/issues/3384)) ([633d870](https://github.com/ipfs/js-ipfs/commit/633d8704f74534542f54536bc6960528214339a2))
13+
* report ipfs.add progress over http ([#3310](https://github.com/ipfs/js-ipfs/issues/3310)) ([39cad4b](https://github.com/ipfs/js-ipfs/commit/39cad4b76b950ea6a76477fd01f8631b8bd9aa1e))
14+
15+
16+
17+
18+
619
# [0.142.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.142.0) (2020-11-09)
720

821

packages/interface-ipfs-core/package.json

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

+12
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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* correct raw leaves setting ([#3401](https://github.com/ipfs/js-ipfs/issues/3401)) ([c0703ef](https://github.com/ipfs/js-ipfs/commit/c0703ef78626a91186e0c7c3374584283367c064))
12+
* report ipfs.add progress over http ([#3310](https://github.com/ipfs/js-ipfs/issues/3310)) ([39cad4b](https://github.com/ipfs/js-ipfs/commit/39cad4b76b950ea6a76477fd01f8631b8bd9aa1e))
13+
14+
15+
16+
17+
618
# [0.2.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.0) (2020-11-09)
719

820

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.2.0",
3+
"version": "0.2.1",
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.0",
42-
"ipfs-core-utils": "^0.5.1",
43-
"ipfs-http-client": "^48.1.0",
44-
"ipfs-http-gateway": "^0.1.1",
45-
"ipfs-http-server": "^0.1.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",
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

+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.5.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.2) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* report ipfs.add progress over http ([#3310](https://github.com/ipfs/js-ipfs/issues/3310)) ([39cad4b](https://github.com/ipfs/js-ipfs/commit/39cad4b76b950ea6a76477fd01f8631b8bd9aa1e))
12+
13+
14+
15+
16+
617
## [0.5.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.1) (2020-11-09)
718

819

packages/ipfs-core-utils/package.json

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

+12
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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* ensure correct progress is reported ([#3384](https://github.com/ipfs/js-ipfs/issues/3384)) ([633d870](https://github.com/ipfs/js-ipfs/commit/633d8704f74534542f54536bc6960528214339a2))
12+
* report ipfs.add progress over http ([#3310](https://github.com/ipfs/js-ipfs/issues/3310)) ([39cad4b](https://github.com/ipfs/js-ipfs/commit/39cad4b76b950ea6a76477fd01f8631b8bd9aa1e))
13+
14+
15+
16+
17+
618
# [0.2.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.0) (2020-11-09)
719

820

packages/ipfs-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -71,7 +71,7 @@
7171
"interface-datastore": "^2.0.0",
7272
"ipfs-bitswap": "^4.0.0",
7373
"ipfs-block-service": "^0.18.0",
74-
"ipfs-core-utils": "^0.5.1",
74+
"ipfs-core-utils": "^0.5.2",
7575
"ipfs-repo": "^7.0.0",
7676
"ipfs-unixfs": "^2.0.3",
7777
"ipfs-unixfs-exporter": "^3.0.4",
@@ -123,9 +123,9 @@
123123
"aegir": "^28.2.0",
124124
"delay": "^4.4.0",
125125
"go-ipfs": "^0.7.0",
126-
"interface-ipfs-core": "^0.142.0",
127-
"ipld-git": "^0.6.1",
126+
"interface-ipfs-core": "^0.142.1",
128127
"ipfsd-ctl": "^7.0.2",
128+
"ipld-git": "^0.6.1",
129129
"iso-url": "^1.0.0",
130130
"nanoid": "^3.1.12",
131131
"rimraf": "^3.0.2",

packages/ipfs-http-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+
## [48.1.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.1) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* report ipfs.add progress over http ([#3310](https://github.com/ipfs/js-ipfs/issues/3310)) ([39cad4b](https://github.com/ipfs/js-ipfs/commit/39cad4b76b950ea6a76477fd01f8631b8bd9aa1e))
12+
13+
14+
15+
16+
617
# [48.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.0) (2020-11-09)
718

819

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": "48.1.0",
3+
"version": "48.1.1",
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.1",
58+
"ipfs-core-utils": "^0.5.2",
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.0",
82+
"ipfs-core": "^0.2.1",
8383
"ipfsd-ctl": "^7.0.2",
8484
"it-all": "^1.0.4",
8585
"it-concat": "^1.0.1",

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.1.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.2) (2020-11-16)
7+
8+
**Note:** Version bump only for package ipfs-http-gateway
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.1) (2020-11-09)
715

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

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.1.1",
3+
"version": "0.1.2",
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.1",
38+
"ipfs-core-utils": "^0.5.2",
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

+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/[email protected]@0.1.2) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* align behaviour between go and js for content without paths ([#3385](https://github.com/ipfs/js-ipfs/issues/3385)) ([334873d](https://github.com/ipfs/js-ipfs/commit/334873d3784e2baa2b19f8f69b5aade36715ba03))
12+
13+
14+
15+
16+
617
## [0.1.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.1) (2020-11-09)
718

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

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.1.1",
3+
"version": "0.1.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.5.1",
41-
"ipfs-http-gateway": "^0.1.1",
40+
"ipfs-core-utils": "^0.5.2",
41+
"ipfs-http-gateway": "^0.1.2",
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.0",
70+
"ipfs-http-client": "^48.1.1",
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

+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.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* make message-port-protocol non dev dependency ([#3393](https://github.com/ipfs/js-ipfs/issues/3393)) ([cea7317](https://github.com/ipfs/js-ipfs/commit/cea7317569ed899c6a4476c17f54795e49b6db4d))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2020-11-09)
718

819

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.4.0",
3+
"version": "0.4.1",
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.0"
46+
"ipfs-message-port-protocol": "^0.4.1"
4747
},
4848
"devDependencies": {
4949
"aegir": "^28.2.0",
50-
"interface-ipfs-core": "^0.142.0",
51-
"ipfs": "^0.52.0",
52-
"ipfs-core": "^0.2.0",
53-
"ipfs-message-port-server": "^0.4.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",
5454
"typescript": "^4.0.3"
5555
},
5656
"engines": {

packages/ipfs-message-port-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.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2020-11-16)
7+
8+
**Note:** Version bump only for package ipfs-message-port-protocol
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2020-11-09)
715

816

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

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

packages/ipfs-message-port-server/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.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* make message-port-protocol non dev dependency ([#3393](https://github.com/ipfs/js-ipfs/issues/3393)) ([cea7317](https://github.com/ipfs/js-ipfs/commit/cea7317569ed899c6a4476c17f54795e49b6db4d))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2020-11-09)
718

819

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.4.0",
3+
"version": "0.4.1",
44
"description": "IPFS server library for exposing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -44,8 +44,8 @@
4444
"dep-check": "aegir dep-check -i @types/* -i typescript"
4545
},
4646
"dependencies": {
47-
"it-all": "^1.0.4",
48-
"ipfs-message-port-protocol": "^0.4.0"
47+
"ipfs-message-port-protocol": "^0.4.1",
48+
"it-all": "^1.0.4"
4949
},
5050
"devDependencies": {
5151
"@types/it-all": "^1.0.0",

packages/ipfs/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.52.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.52.1) (2020-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* report ipfs.add progress over http ([#3310](https://github.com/ipfs/js-ipfs/issues/3310)) ([39cad4b](https://github.com/ipfs/js-ipfs/commit/39cad4b76b950ea6a76477fd01f8631b8bd9aa1e))
12+
13+
14+
15+
16+
617
# [0.52.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.52.0) (2020-11-09)
718

819

0 commit comments

Comments
 (0)