mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.36 to 0.3.38 (#208)
* chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.36 to 0.3.38 Bumps [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) from 0.3.36 to 0.3.38. - [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases) - [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.36...v0.3.38) --- updated-dependencies: - dependency-name: prettier-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix: fixed prettier warnings Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: arthurfiorette <arthur.fiorette@gmail.com>
This commit is contained in:
parent
84fbefb9e4
commit
f0f10c4520
@ -35,4 +35,4 @@ input[type='search']:focus {
|
||||
article,
|
||||
p {
|
||||
max-width: min(90vw, 70rem) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/prism-themes@1/themes/prism-one-light.min.css"
|
||||
></link>
|
||||
/>
|
||||
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
</head>
|
||||
|
||||
10
src/cache/cache.ts
vendored
10
src/cache/cache.ts
vendored
@ -115,7 +115,7 @@ export interface CacheInstance {
|
||||
/**
|
||||
* The storage to save the cache data. Defaults to an in-memory storage.
|
||||
*
|
||||
* @default buildMemoryStorage()
|
||||
* @default buildMemoryStorage
|
||||
*/
|
||||
storage: AxiosStorage;
|
||||
|
||||
@ -137,21 +137,21 @@ export interface CacheInstance {
|
||||
* The function to parse and interpret response headers. Only used if
|
||||
* cache.interpretHeader is true.
|
||||
*
|
||||
* @default defaultHeaderInterpreter()
|
||||
* @default defaultHeaderInterpreter
|
||||
*/
|
||||
headerInterpreter: HeadersInterpreter;
|
||||
|
||||
/**
|
||||
* The request interceptor that will be used to handle the cache.
|
||||
*
|
||||
* @default defaultRequestInterceptor()
|
||||
* @default defaultRequestInterceptor
|
||||
*/
|
||||
requestInterceptor: AxiosInterceptor<CacheRequestConfig>;
|
||||
|
||||
/**
|
||||
* The response interceptor that will be used to handle the cache.
|
||||
*
|
||||
* @default defaultResponseInterceptor()
|
||||
* @default defaultResponseInterceptor
|
||||
*/
|
||||
responseInterceptor: AxiosInterceptor<CacheAxiosResponse>;
|
||||
|
||||
@ -160,7 +160,7 @@ export interface CacheInstance {
|
||||
*
|
||||
* **Note**: This is only available with development mode enabled
|
||||
*
|
||||
* @default console.log
|
||||
* @default {console.log}
|
||||
* @see https://axios-cache-interceptor.js.org/#/pages/development-mode
|
||||
*/
|
||||
debug: undefined | ((msg: DebugObject) => void);
|
||||
|
||||
@ -3520,9 +3520,9 @@ prettier-linter-helpers@^1.0.0:
|
||||
fast-diff "^1.1.2"
|
||||
|
||||
prettier-plugin-jsdoc@^0.3.30:
|
||||
version "0.3.36"
|
||||
resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-0.3.36.tgz#fc860c38087da161614bd30962f8b8e03cfbe339"
|
||||
integrity sha512-Sij6almwQyQSh4X8T9IOHz3qGkK5PBZrUtd7ywVUECUiXvz+pYAuXM4293ABmCyVA9SoFbUMggiX9EjJiAzhxA==
|
||||
version "0.3.38"
|
||||
resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-0.3.38.tgz#b8adbe9efc1dc11f3cc5ff0b07e0233a0fdf533d"
|
||||
integrity sha512-h81ZV/nFk5gr3fzWMWzWoz/M/8FneAZxscT7DVSy+5jMIuWYnBFZfSswVKYZyTaZ5r6+6k4hpFTDWhRp85C1tg==
|
||||
dependencies:
|
||||
binary-searching "^2.0.5"
|
||||
comment-parser "^1.3.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user