Skip to content

Commit 408ba5a

Browse files
deps(dev): bump aegir from 43.0.3 to 44.1.1 (#384)
* 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] <[email protected]> * chore: fix linting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent 691cd62 commit 408ba5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
},
177177
"devDependencies": {
178178
"@types/sinon": "^17.0.2",
179-
"aegir": "^43.0.1",
179+
"aegir": "^44.1.1",
180180
"sinon": "^18.0.0",
181181
"sinon-ts": "^2.0.0"
182182
},

src/multiaddr.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ const DNS_CODES = [
3737
*/
3838
export class Multiaddr implements MultiaddrInterface {
3939
public bytes: Uint8Array
40-
#string: string
41-
#tuples: Tuple[]
42-
#stringTuples: StringTuple[]
43-
#path: string | null
40+
readonly #string: string
41+
readonly #tuples: Tuple[]
42+
readonly #stringTuples: StringTuple[]
43+
readonly #path: string | null
4444

4545
[symbol]: boolean = true
4646

0 commit comments

Comments
 (0)