apicase-adapter-fetch
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -73,4 +73,4 @@ var pathToRegexp = require('path-to-regexp') | ||
}, | ||
merge(to, from) { | ||
var res = Object.assign(from, to) | ||
merge(from, to) { | ||
var res = Object.assign({}, from, to) | ||
if (to.url && from.url) { | ||
@@ -77,0 +77,0 @@ res.url = to.url[0] === '/' ? to.url : [from.url, to.url].join('/') |
{ | ||
"name": "apicase-adapter-fetch", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Fetch adapter for Apicase", | ||
@@ -5,0 +5,0 @@ "main": "index.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
5231