@apicase/core
Advanced tools
Comparing version 0.7.0-beta.14 to 0.7.0-beta.15
export { apiAll } from './all'; | ||
export { apiCall } from './call'; | ||
export { apiQueue } from './queue'; | ||
export { ApiQueue } from './queue'; | ||
export { ApiService } from './service'; | ||
export { apicase } from './apicase'; |
{ | ||
"name": "@apicase/core", | ||
"version": "0.7.0-beta.14", | ||
"version": "0.7.0-beta.15", | ||
"description": "Core library to make API calls with any adapter", | ||
@@ -5,0 +5,0 @@ "main": "es/index.js", |
@@ -29,3 +29,3 @@ # apicase-core | ||
import { apicase } from '@apicase/core' | ||
improt fetch from '@apicase/adapter-fetch' | ||
import fetch from '@apicase/adapter-fetch' | ||
@@ -32,0 +32,0 @@ const doRequest = apicase(fetch) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0