contentful-sdk-core
Advanced tools
Comparing version 6.10.0 to 6.10.1
import { AxiosInstance } from './types'; | ||
declare type ThrottleType = 'auto' | `${number}%`; | ||
declare type ThrottleType = 'auto' | string; | ||
declare const _default: (axiosInstance: AxiosInstance, type?: ThrottleType | number) => () => void; | ||
export default _default; |
@@ -81,4 +81,4 @@ import type { AxiosInstance as OriginalAxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'; | ||
*/ | ||
throttle?: 'auto' | `${number}%` | number; | ||
throttle?: 'auto' | string | number; | ||
}; | ||
export {}; |
{ | ||
"name": "contentful-sdk-core", | ||
"version": "6.10.0", | ||
"version": "6.10.1", | ||
"description": "Core modules for the Contentful JS SDKs", | ||
@@ -98,3 +98,3 @@ "homepage": "https://www.contentful.com/developers/docs/javascript/", | ||
"tslib": "^2.0.3", | ||
"typescript": "4.2.4" | ||
"typescript": "3.9.10" | ||
}, | ||
@@ -101,0 +101,0 @@ "lint-staged": { |
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
65853