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

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
achingbrain committed Nov 24, 2021
1 parent 3bd8b25 commit 6178708
Show file tree
Hide file tree
Showing 38 changed files with 223 additions and 68 deletions.
8 changes: 8 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

**Note:** Version bump only for package interface-ipfs-core
Expand Down
4 changes: 2 additions & 2 deletions packages/interface-ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.152.1",
"version": "0.152.2",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"type": "module",
Expand Down Expand Up @@ -72,7 +72,7 @@
"copyfiles": "^2.4.1",
"delay": "^5.0.0",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.8.3",
"ipfs-core-types": "^0.8.4",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-importer": "^9.0.3",
"ipfs-utils": "^9.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.2](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.1...ipfs-cli@0.10.2) (2021-11-24)

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





## [0.10.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.0...ipfs-cli@0.10.1) (2021-11-19)

**Note:** Version bump only for package ipfs-cli
Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.10.1",
"version": "0.10.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -65,11 +65,11 @@
"err-code": "^3.0.1",
"execa": "^5.0.0",
"get-folder-size": "^2.0.1",
"ipfs-core": "^0.12.1",
"ipfs-core-types": "^0.8.3",
"ipfs-core-utils": "^0.12.1",
"ipfs-daemon": "^0.10.3",
"ipfs-http-client": "^54.0.1",
"ipfs-core": "^0.12.2",
"ipfs-core-types": "^0.8.4",
"ipfs-core-utils": "^0.12.2",
"ipfs-daemon": "^0.10.4",
"ipfs-http-client": "^54.0.2",
"ipfs-repo": "^13.0.4",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-client/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.4](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.3...ipfs-client@0.7.4) (2021-11-24)

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





## [0.7.3](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.2...ipfs-client@0.7.3) (2021-11-19)

**Note:** Version bump only for package ipfs-client
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.7.3",
"version": "0.7.4",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -41,8 +41,8 @@
"dep-check": "aegir dep-check -i aegir -i rimraf"
},
"dependencies": {
"ipfs-grpc-client": "^0.8.1",
"ipfs-http-client": "^54.0.1",
"ipfs-grpc-client": "^0.8.2",
"ipfs-http-client": "^54.0.2",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-core-config/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

**Note:** Version bump only for package ipfs-core-config
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-config/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-config",
"version": "0.1.3",
"version": "0.1.4",
"description": "Package to store node and browser specific config for ipfs-core",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"devDependencies": {
"aegir": "^36.0.1",
"ipfs-core-utils": "^0.12.1",
"ipfs-core-utils": "^0.12.2",
"rimraf": "^3.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/ipfs-core-types/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

**Note:** Version bump only for package ipfs-core-types
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-types",
"version": "0.8.3",
"version": "0.8.4",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"types": "types/src/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-core-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)


### Bug Fixes

* typo ([#3946](https://github.com/ipfs/js-ipfs/issues/3946)) ([70c67e2](https://github.com/ipfs/js-ipfs/commit/70c67e27d0b82c7650a2a0d7a646afdcd24e73c2))





## [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)

**Note:** Version bump only for package ipfs-core-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-utils",
"version": "0.12.1",
"version": "0.12.2",
"description": "Package to share code between ipfs and ipfs-http-client",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
Expand Down Expand Up @@ -117,7 +117,7 @@
"browser-readablestream-to-it": "^1.0.1",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.8.3",
"ipfs-core-types": "^0.8.4",
"ipfs-unixfs": "^6.0.3",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.1...ipfs-core@0.12.2) (2021-11-24)

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





## [0.12.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.0...ipfs-core@0.12.1) (2021-11-19)


Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.12.1",
"version": "0.12.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -84,10 +84,10 @@
"interface-blockstore": "^2.0.2",
"interface-datastore": "^6.0.2",
"ipfs-bitswap": "^7.0.1",
"ipfs-core-config": "^0.1.3",
"ipfs-core-types": "^0.8.3",
"ipfs-core-utils": "^0.12.1",
"ipfs-http-client": "^54.0.1",
"ipfs-core-config": "^0.1.4",
"ipfs-core-types": "^0.8.4",
"ipfs-core-utils": "^0.12.2",
"ipfs-http-client": "^54.0.2",
"ipfs-repo": "^13.0.4",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-exporter": "^7.0.3",
Expand Down Expand Up @@ -137,7 +137,7 @@
"delay": "^5.0.0",
"go-ipfs": "0.9.1",
"interface-blockstore-tests": "^2.0.1",
"interface-ipfs-core": "^0.152.1",
"interface-ipfs-core": "^0.152.2",
"ipfsd-ctl": "^10.0.4",
"iso-url": "^1.0.0",
"libp2p-gossipsub": "^0.11.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.4](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.3...ipfs-daemon@0.10.4) (2021-11-24)

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





## [0.10.3](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.2...ipfs-daemon@0.10.3) (2021-11-19)

**Note:** Version bump only for package ipfs-daemon
Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-daemon/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.10.3",
"version": "0.10.4",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -45,11 +45,11 @@
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.5",
"debug": "^4.1.1",
"ipfs-core": "^0.12.1",
"ipfs-core-types": "^0.8.3",
"ipfs-grpc-server": "^0.7.3",
"ipfs-http-gateway": "^0.7.3",
"ipfs-http-server": "^0.9.1",
"ipfs-core": "^0.12.2",
"ipfs-core-types": "^0.8.4",
"ipfs-grpc-server": "^0.7.4",
"ipfs-http-gateway": "^0.7.4",
"ipfs-http-server": "^0.9.2",
"ipfs-utils": "^9.0.2",
"just-safe-set": "^2.2.1",
"libp2p": "^0.33.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-grpc-client/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

**Note:** Version bump only for package ipfs-grpc-client
Expand Down
8 changes: 4 additions & 4 deletions packages/ipfs-grpc-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-client",
"version": "0.8.1",
"version": "0.8.2",
"description": "A client library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -54,9 +54,9 @@
"change-case": "^4.1.1",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.8.3",
"ipfs-core-utils": "^0.12.1",
"ipfs-grpc-protocol": "^0.5.3",
"ipfs-core-types": "^0.8.4",
"ipfs-core-utils": "^0.12.2",
"ipfs-grpc-protocol": "^0.5.4",
"ipfs-unixfs": "^6.0.3",
"it-first": "^1.0.4",
"it-pushable": "^1.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-grpc-protocol/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

**Note:** Version bump only for package ipfs-grpc-protocol
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-protocol",
"version": "0.5.3",
"version": "0.5.4",
"description": "Protobuf definitions for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-grpc-server/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

**Note:** Version bump only for package ipfs-grpc-server
Expand Down
8 changes: 4 additions & 4 deletions packages/ipfs-grpc-server/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-server",
"version": "0.7.3",
"version": "0.7.4",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -47,8 +47,8 @@
"change-case": "^4.1.1",
"coercer": "^1.1.2",
"debug": "^4.1.1",
"ipfs-core-types": "^0.8.3",
"ipfs-grpc-protocol": "^0.5.3",
"ipfs-core-types": "^0.8.4",
"ipfs-grpc-protocol": "^0.5.4",
"it-first": "^1.0.4",
"it-map": "^1.0.4",
"it-peekable": "^1.0.2",
Expand All @@ -62,7 +62,7 @@
"devDependencies": {
"@types/ws": "^7.4.0",
"aegir": "^36.0.1",
"ipfs-core": "^0.12.1",
"ipfs-core": "^0.12.2",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"rimraf": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-http-client/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

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

0 comments on commit 6178708

Please sign in to comment.