@apicase/adapter-xhr
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -61,3 +61,3 @@ const pathToRegexp = require('path-to-regexp') | ||
merge(from, to) { | ||
const res = { ...from, ...to } | ||
const res = Object.assign({}, from, to) | ||
if (to.url && from.url) { | ||
@@ -64,0 +64,0 @@ res.url = to.url[0] === '/' ? to.url : [from.url, to.url].join('/') |
{ | ||
"name": "@apicase/adapter-xhr", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "XHR adapter for apicase-core", | ||
@@ -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
6080