@apicase/core
Advanced tools
Comparing version 0.13.0-alpha to 0.13.0-alpha.2
@@ -27,3 +27,3 @@ var _default2 = require('nanoutils/cjs/equals'); | ||
if (arguments.length === 2) { | ||
console.warn(`[Apicase.deprecated] Apicase Service now should be defined as "new ApiService({ opts.adapter, ...opts })" instead of "new ApiService(opts.adapter, opts)"`); | ||
console.warn(`[Apicase.deprecated] Apicase Service now should be defined as "new ApiService({ adapter, ...opts })" instead of "new ApiService(adapter, opts)"`); | ||
opts[1].opts.adapter = opts[0]; | ||
@@ -30,0 +30,0 @@ return new ApiService(opts[1]); |
@@ -17,3 +17,3 @@ import _default2 from 'nanoutils/lib/equals'; | ||
if (arguments.length === 2) { | ||
console.warn(`[Apicase.deprecated] Apicase Service now should be defined as "new ApiService({ opts.adapter, ...opts })" instead of "new ApiService(opts.adapter, opts)"`); | ||
console.warn(`[Apicase.deprecated] Apicase Service now should be defined as "new ApiService({ adapter, ...opts })" instead of "new ApiService(adapter, opts)"`); | ||
opts[1].opts.adapter = opts[0]; | ||
@@ -20,0 +20,0 @@ return new ApiService(opts[1]); |
{ | ||
"name": "@apicase/core", | ||
"version": "0.13.0-alpha", | ||
"version": "0.13.0-alpha.2", | ||
"description": "Core library to make API calls with any adapter", | ||
@@ -5,0 +5,0 @@ "main": "cjs/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
458046