Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/add-trustless-ga…
Browse files Browse the repository at this point in the history
…teway-sessions
  • Loading branch information
achingbrain committed Apr 4, 2024
2 parents ac06ff6 + 5cf216b commit 263bc1c
Show file tree
Hide file tree
Showing 58 changed files with 1,167 additions and 910 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: ${{ matrix.node }}
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:node
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
flags: node
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -62,7 +62,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:chrome
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
flags: chrome
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -78,7 +78,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:chrome-webworker
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
flags: chrome-webworker
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -94,7 +94,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:firefox
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
flags: firefox
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -110,7 +110,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:firefox-webworker
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
flags: firefox-webworker
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -126,7 +126,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:webkit
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
flags: webkit
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -142,7 +142,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npx xvfb-maybe npm run --if-present test:electron-main
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
flags: electron-main
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -158,7 +158,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npx xvfb-maybe npm run --if-present test:electron-renderer
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
flags: electron-renderer
files: .coverage/*,packages/*/.coverage/*
Expand Down
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"packages/block-brokers": "2.0.2",
"packages/car": "3.1.0",
"packages/dag-cbor": "3.0.1",
"packages/dag-json": "3.0.1",
"packages/helia": "4.0.2",
"packages/interface": "4.0.1",
"packages/interop": "5.1.0",
"packages/ipns": "6.0.1",
"packages/json": "3.0.1",
"packages/mfs": "3.0.1",
"packages/strings": "3.0.1",
"packages/unixfs": "3.0.1",
"packages/utils": "0.0.2",
"packages/http": "1.0.2",
"packages/routers": "1.0.1"
"packages/block-brokers": "2.0.3",
"packages/car": "3.1.2",
"packages/dag-cbor": "3.0.2",
"packages/dag-json": "3.0.2",
"packages/helia": "4.1.0",
"packages/interface": "4.1.0",
"packages/interop": "6.0.2",
"packages/ipns": "7.2.0",
"packages/json": "3.0.2",
"packages/mfs": "3.0.3",
"packages/strings": "3.0.2",
"packages/unixfs": "3.0.3",
"packages/utils": "0.1.0",
"packages/http": "1.0.3",
"packages/routers": "1.0.2"
}
9 changes: 9 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.3](https://github.com/ipfs/helia/compare/block-brokers-v2.0.2...block-brokers-v2.0.3) (2024-03-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.1 to ^4.1.0

## [2.0.2](https://github.com/ipfs/helia/compare/block-brokers-v2.0.1...block-brokers-v2.0.2) (2024-02-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/block-brokers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/block-brokers",
"version": "2.0.2",
"version": "2.0.3",
"description": "Block brokers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
Expand Down Expand Up @@ -53,7 +53,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^4.0.1",
"@helia/interface": "^4.1.0",
"@libp2p/interface": "^1.1.4",
"@libp2p/utils": "^5.2.6",
"@multiformats/multiaddr-matcher": "^1.2.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@
* devDependencies
* @helia/unixfs bumped from ^2.0.0 to ^2.0.1

## [3.1.2](https://github.com/ipfs/helia/compare/car-v3.1.1...car-v3.1.2) (2024-04-03)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @helia/unixfs bumped from ^3.0.2 to ^3.0.3

## [3.1.1](https://github.com/ipfs/helia/compare/car-v3.1.0...car-v3.1.1) (2024-03-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.1 to ^4.1.0
* devDependencies
* @helia/unixfs bumped from ^3.0.1 to ^3.0.2

## [3.1.0](https://github.com/ipfs/helia/compare/car-v3.0.0...car-v3.1.0) (2024-02-28)


Expand Down
6 changes: 3 additions & 3 deletions packages/car/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/car",
"version": "3.1.0",
"version": "3.1.2",
"description": "Import/export car files from Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
Expand Down Expand Up @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.0.1",
"@helia/interface": "^4.1.0",
"@ipld/car": "^5.3.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand All @@ -151,7 +151,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"@helia/unixfs": "^3.0.1",
"@helia/unixfs": "^3.0.3",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^42.2.5",
"blockstore-core": "^4.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

## [3.0.2](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.1...dag-cbor-v3.0.2) (2024-03-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.1 to ^4.1.0

## [3.0.1](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.0...dag-cbor-v3.0.1) (2024-02-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/dag-cbor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/dag-cbor",
"version": "3.0.1",
"version": "3.0.2",
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
Expand Down Expand Up @@ -140,7 +140,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.0.1",
"@helia/interface": "^4.1.0",
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand Down
9 changes: 9 additions & 0 deletions packages/dag-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

## [3.0.2](https://github.com/ipfs/helia/compare/dag-json-v3.0.1...dag-json-v3.0.2) (2024-03-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.1 to ^4.1.0

## [3.0.1](https://github.com/ipfs/helia/compare/dag-json-v3.0.0...dag-json-v3.0.1) (2024-02-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/dag-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/dag-json",
"version": "3.0.1",
"version": "3.0.2",
"description": "Add/get IPLD blocks containing dag-json with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
Expand Down Expand Up @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.0.1",
"@helia/interface": "^4.1.0",
"@ipld/dag-json": "^10.2.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand Down
22 changes: 22 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@
* dependencies
* @helia/block-brokers bumped from ^2.0.0 to ^2.0.1

## [4.1.0](https://github.com/ipfs/helia/compare/helia-v4.0.2...helia-v4.1.0) (2024-03-14)


### Features

* expose .dns property on @helia/interface ([#465](https://github.com/ipfs/helia/issues/465)) ([8c9bb7d](https://github.com/ipfs/helia/commit/8c9bb7d224a1b786cba1fba18bffe07001a3b95d))


### Bug Fixes

* helia init should extend base helia init ([#464](https://github.com/ipfs/helia/issues/464)) ([a64e5de](https://github.com/ipfs/helia/commit/a64e5de937fbbade035657a18e07bcad4de0a53f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.0.2 to ^2.0.3
* @helia/interface bumped from ^4.0.1 to ^4.1.0
* @helia/routers bumped from ^1.0.1 to ^1.0.2
* @helia/utils bumped from ^0.0.2 to ^0.1.0

## [4.0.2](https://github.com/ipfs/helia/compare/helia-v4.0.1...helia-v4.0.2) (2024-02-28)


Expand Down
13 changes: 7 additions & 6 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "4.0.2",
"version": "4.1.0",
"description": "An implementation of IPFS in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
Expand Down Expand Up @@ -56,11 +56,11 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@helia/block-brokers": "^2.0.2",
"@helia/block-brokers": "^2.0.3",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/interface": "^4.0.1",
"@helia/routers": "^1.0.1",
"@helia/utils": "^0.0.2",
"@helia/interface": "^4.1.0",
"@helia/routers": "^1.0.2",
"@helia/utils": "^0.1.0",
"@libp2p/autonat": "^1.0.13",
"@libp2p/bootstrap": "^10.0.16",
"@libp2p/circuit-relay-v2": "^1.0.16",
Expand All @@ -78,12 +78,13 @@
"@libp2p/webrtc": "^4.0.20",
"@libp2p/websockets": "^8.0.16",
"@libp2p/webtransport": "^4.0.20",
"@multiformats/dns": "^1.0.1",
"blockstore-core": "^4.4.0",
"datastore-core": "^9.2.9",
"interface-blockstore": "^5.2.10",
"interface-datastore": "^8.2.11",
"ipns": "^9.0.0",
"libp2p": "^1.2.4",
"libp2p": "^1.3.0",
"multiformats": "^13.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 263bc1c

Please sign in to comment.