Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/kubo-0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 18, 2024
2 parents 0740ffa + 62f77df commit 5d69d9d
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"packages/car": "3.1.5",
"packages/dag-cbor": "3.0.4",
"packages/dag-json": "3.0.4",
"packages/helia": "4.2.3",
"packages/helia": "4.2.4",
"packages/interface": "4.3.0",
"packages/interop": "6.1.5",
"packages/interop": "6.1.6",
"packages/ipns": "7.2.2",
"packages/json": "3.0.4",
"packages/mfs": "3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"p-retry": "^6.2.0",
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-brokers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"aegir": "^42.2.5",
"cors": "^2.8.5",
"polka": "^0.5.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0",
"uint8arrays": "^5.0.3"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.2.4](https://github.com/ipfs/helia/compare/helia-v4.2.3...helia-v4.2.4) (2024-06-18)


### Bug Fixes

* update circuit relay server args ([#561](https://github.com/ipfs/helia/issues/561)) ([3577d3d](https://github.com/ipfs/helia/commit/3577d3d106e255ff0d2a1d47a197f04632b903ec))

## [4.2.3](https://github.com/ipfs/helia/compare/helia-v4.2.2...helia-v4.2.3) (2024-05-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "4.2.3",
"version": "4.2.4",
"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
4 changes: 1 addition & 3 deletions packages/helia/src/utils/libp2p-defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ export function libp2pDefaults (options: Libp2pDefaultsOptions = {}): Libp2pOpti
}),
keychain: keychain(options.keychain),
ping: ping(),
relay: circuitRelayServer({
advertise: true
}),
relay: circuitRelayServer(),
upnp: uPnPNAT()
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"aegir": "^42.2.5",
"interface-datastore": "^8.2.11",
"multiformats": "^13.1.0",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"sideEffects": false
Expand Down
9 changes: 9 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [6.1.6](https://github.com/ipfs/helia/compare/interop-v6.1.5...interop-v6.1.6) (2024-06-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* helia bumped from ^4.2.3 to ^4.2.4

## [6.1.5](https://github.com/ipfs/helia/compare/interop-v6.1.4...interop-v6.1.5) (2024-05-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "6.1.5",
"version": "6.1.6",
"description": "Interop tests for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@libp2p/websockets": "^8.0.16",
"@multiformats/sha3": "^3.0.2",
"aegir": "^42.2.5",
"helia": "^4.2.3",
"helia": "^4.2.4",
"ipfs-unixfs-importer": "^15.2.4",
"ipfsd-ctl": "^14.0.0",
"it-all": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"aegir": "^42.2.5",
"datastore-core": "^9.2.9",
"it-drain": "^3.0.5",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"delay": "^6.0.0",
"it-all": "^3.0.4",
"race-signal": "^1.0.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"browser": {
Expand Down

0 comments on commit 5d69d9d

Please sign in to comment.