cycle-routing-driver
Advanced tools
Comparing version 1.1.3 to 1.2.0
@@ -50,3 +50,5 @@ "use strict"; | ||
toUrl: function toUrl(next) { | ||
return router.toUrl(_objectSpread({}, route, next)); | ||
return router.toUrl(_objectSpread({}, route, next, { | ||
data: _objectSpread({}, route.data, next.data) | ||
})); | ||
} | ||
@@ -53,0 +55,0 @@ }); |
{ | ||
"name": "cycle-routing-driver", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "A bare-bones router for simple frontend routing in CycleJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/routing-driver.js", |
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
23188
286