Skip to content

Commit

Permalink
deps(dev): bump aegir from 43.0.3 to 44.1.1 (#384)
Browse files Browse the repository at this point in the history
* deps(dev): bump aegir from 43.0.3 to 44.1.1

Bumps [aegir](https://github.com/ipfs/aegir) from 43.0.3 to 44.1.1.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v43.0.3...v44.1.1)

---
updated-dependencies:
- dependency-name: aegir
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain committed Sep 9, 2024
1 parent 691cd62 commit 408ba5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
},
"devDependencies": {
"@types/sinon": "^17.0.2",
"aegir": "^43.0.1",
"aegir": "^44.1.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/multiaddr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const DNS_CODES = [
*/
export class Multiaddr implements MultiaddrInterface {
public bytes: Uint8Array
#string: string
#tuples: Tuple[]
#stringTuples: StringTuple[]
#path: string | null
readonly #string: string
readonly #tuples: Tuple[]
readonly #stringTuples: StringTuple[]
readonly #path: string | null

[symbol]: boolean = true

Expand Down

0 comments on commit 408ba5a

Please sign in to comment.