We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691cd62 commit 408ba5aCopy full SHA for 408ba5a
package.json
@@ -176,7 +176,7 @@
176
},
177
"devDependencies": {
178
"@types/sinon": "^17.0.2",
179
- "aegir": "^43.0.1",
+ "aegir": "^44.1.1",
180
"sinon": "^18.0.0",
181
"sinon-ts": "^2.0.0"
182
src/multiaddr.ts
@@ -37,10 +37,10 @@ const DNS_CODES = [
37
*/
38
export class Multiaddr implements MultiaddrInterface {
39
public bytes: Uint8Array
40
- #string: string
41
- #tuples: Tuple[]
42
- #stringTuples: StringTuple[]
43
- #path: string | null
+ readonly #string: string
+ readonly #tuples: Tuple[]
+ readonly #stringTuples: StringTuple[]
+ readonly #path: string | null
44
45
[symbol]: boolean = true
46
0 commit comments