@websdk/nap
Advanced tools
Comparing version 0.11.1 to 0.11.2-rhumb-0.3.9-upgrade.0
@@ -252,3 +252,3 @@ (function (global, factory) { | ||
} | ||
return [uri, part.input].join("/"); | ||
return part.input === '/' ? uri : [uri, part.input].join("/"); | ||
}, ""); | ||
@@ -255,0 +255,0 @@ }; |
{ | ||
"name": "@websdk/nap", | ||
"version": "0.11.1", | ||
"version": "0.11.2-rhumb-0.3.9-upgrade.0", | ||
"description": "Organizing applications into resources", | ||
@@ -21,3 +21,3 @@ "main": "lib/nap.js", | ||
"dependencies": { | ||
"@websdk/rhumb": "0.3.8" | ||
"@websdk/rhumb": "0.3.9" | ||
}, | ||
@@ -36,3 +36,6 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/websdk/nap#readme" | ||
"homepage": "https://github.com/websdk/nap#readme", | ||
"scripts": { | ||
"test": "tape test/*.test.js" | ||
} | ||
} |
@@ -245,3 +245,3 @@ var rhumb = require('@websdk/rhumb') | ||
} | ||
return [uri , part.input].join("/") | ||
return part.input === '/' ? uri : [uri , part.input].join("/") | ||
} | ||
@@ -248,0 +248,0 @@ , "" |
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
40726
18
+ Added@websdk/rhumb@0.3.9(transitive)
- Removed@websdk/rhumb@0.3.8(transitive)
Updated@websdk/rhumb@0.3.9