@vue-storefront/core
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -1,4 +0,3 @@ | ||
import apiClientFactory from './apiClientFactory'; | ||
import apiProxyFactory from './apiProxyFactory'; | ||
export * from './types'; | ||
export { apiProxyFactory, apiClientFactory }; | ||
import { ApiClientFactoryParams, ApiClientConfig, ApiClientFactory } from './../../types'; | ||
declare const apiClientFactory: <ALL_SETTINGS extends ApiClientConfig, ALL_FUNCTIONS>(factoryParams: ApiClientFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => ApiClientFactory; | ||
export { apiClientFactory }; |
{ | ||
"name": "@vue-storefront/core", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "main": "lib/index.cjs.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
752974
72
8915