Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.36 to 0.3.38 #208

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ input[type='search']:focus {
article,
p {
max-width: min(90vw, 70rem) !important;
}
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
10 changes: 5 additions & 5 deletions src/cache/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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>;

Expand All @@ -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);
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down