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 3b72071 commit 8c84ed3Copy full SHA for 8c84ed3
package.json
@@ -146,6 +146,6 @@
146
"@multiformats/multiaddr": "^12.0.0"
147
},
148
"devDependencies": {
149
- "aegir": "^38.1.7"
+ "aegir": "^39.0.7"
150
}
151
src/index.ts
@@ -1,5 +1,5 @@
1
-import type { Multiaddr, StringTuple } from '@multiformats/multiaddr'
2
import { multiaddr, protocols } from '@multiformats/multiaddr'
+import type { Multiaddr, StringTuple } from '@multiformats/multiaddr'
3
4
export interface MultiaddrToUriOpts {
5
assumeHttp?: boolean
0 commit comments