@zambezi/address
Advanced tools
Comparing version 2.1.0-real-urls.2 to 2.1.0-real-urls.3
@@ -806,5 +806,4 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
if (actual) { | ||
var state = { base: base, path: actual } | ||
dispatcher.statechange(state) | ||
return state | ||
dispatcher.statechange(actual) | ||
return actual | ||
} else { | ||
@@ -864,4 +863,3 @@ return false | ||
if (actual) { | ||
var state = { base: base, path: actual, target: a } | ||
dispatcher.statechange(state) | ||
dispatcher.statechange(actual) | ||
} | ||
@@ -883,7 +881,5 @@ } | ||
} | ||
} else { | ||
var state = { base: base, path: rebase(path).slice(base.length) } | ||
} | ||
dispatcher.statechange(state) | ||
dispatcher.statechange(rebase(path).slice(base.length)) | ||
} | ||
@@ -890,0 +886,0 @@ |
{ | ||
"name": "@zambezi/address", | ||
"version": "2.1.0-real-urls.2", | ||
"version": "2.1.0-real-urls.3", | ||
"description": "API for nap resources", | ||
@@ -5,0 +5,0 @@ "main": "lib/address.js", |
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
94819
965