@libp2p/webrtc
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -115,4 +115,4 @@ import { logger } from '@libp2p/logger'; | ||
} | ||
return `/dnsaddr/${candidateParts[4]}/${candidateParts[2]}/${candidateParts[3]}/webrtc`; | ||
return `/dnsaddr/${candidateParts[4]}/${candidateParts[2].toLowerCase()}/${candidateParts[3]}/webrtc`; | ||
} | ||
//# sourceMappingURL=handler.js.map |
{ | ||
"name": "@libp2p/webrtc", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A libp2p transport using WebRTC connections", | ||
@@ -130,3 +130,3 @@ "author": "", | ||
"test:chrome": "aegir test -t browser --cov", | ||
"test:firefox": "aegir test -t browser --browser firefox", | ||
"test:firefox": "aegir test -t browser -- --browser firefox", | ||
"lint": "aegir lint", | ||
@@ -133,0 +133,0 @@ "lint:fix": "aegir lint --fix", |
@@ -155,3 +155,3 @@ import { logger } from '@libp2p/logger' | ||
return `/dnsaddr/${candidateParts[4]}/${candidateParts[2]}/${candidateParts[3]}/webrtc` | ||
return `/dnsaddr/${candidateParts[4]}/${candidateParts[2].toLowerCase()}/${candidateParts[3]}/webrtc` | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
589582