Comparing version 9.1.20 to 9.1.21
@@ -6,2 +6,10 @@ # Change Log | ||
## [9.1.21](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.20...v9.1.21) (2021-10-18) | ||
**Note:** Version bump only for package kitsu | ||
## [9.1.20](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.19...v9.1.20) (2021-10-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"version": "9.1.20", | ||
"version": "9.1.21", | ||
"name": "kitsu", | ||
@@ -50,4 +50,4 @@ "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", | ||
"dependencies": { | ||
"axios": "^0.22.0", | ||
"kitsu-core": "^9.1.20", | ||
"axios": "^0.23.0", | ||
"kitsu-core": "^9.1.21", | ||
"pluralize": "^8.0.0" | ||
@@ -54,0 +54,0 @@ }, |
@@ -212,3 +212,3 @@ <h1 align=center>Kitsu</h1> | ||
[packages/kitsu/src/index.js:30-474](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L30-L474 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:30-474](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L30-L474 "Source code on GitHub") | ||
@@ -258,3 +258,3 @@ Creates a new `kitsu` instance | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
@@ -278,3 +278,3 @@ * **See**: <https://www.npmjs.com/package/pluralize> for documentation | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
@@ -307,3 +307,3 @@ Get the current headers or add additional headers | ||
[packages/kitsu/src/index.js:112-112](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L112-L112 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:112-112](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L112-L112 "Source code on GitHub") | ||
@@ -355,3 +355,3 @@ * **See**: <https://github.com/axios/axios#interceptors> for documentation | ||
[packages/kitsu/src/index.js:198-218](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L198-L218 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:198-218](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L198-L218 "Source code on GitHub") | ||
@@ -480,3 +480,3 @@ Fetch resources (alias `fetch`) | ||
[packages/kitsu/src/index.js:251-272](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L251-L272 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:251-272](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L251-L272 "Source code on GitHub") | ||
@@ -539,3 +539,3 @@ Update a resource (alias `update`) | ||
[packages/kitsu/src/index.js:300-319](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L300-L319 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:300-319](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L300-L319 "Source code on GitHub") | ||
@@ -581,3 +581,3 @@ Create a new resource (alias `create`) | ||
[packages/kitsu/src/index.js:334-363](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L334-L363 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:334-363](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L334-L363 "Source code on GitHub") | ||
@@ -610,3 +610,3 @@ Remove a resource (alias `remove`) | ||
[packages/kitsu/src/index.js:385-392](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L385-L392 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:385-392](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L385-L392 "Source code on GitHub") | ||
@@ -647,3 +647,3 @@ Get the authenticated user's data | ||
[packages/kitsu/src/index.js:453-473](https://github.com/wopian/kitsu/blob/6e7b7bc4862463b0aa3b03e63712ac8d46c5af3a/packages/kitsu/src/index.js#L453-L473 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:453-473](https://github.com/wopian/kitsu/blob/c9d664c984a91af3bc0d95925a9dacf16c2c63d0/packages/kitsu/src/index.js#L453-L473 "Source code on GitHub") | ||
@@ -650,0 +650,0 @@ Send arbitrary requests |
@@ -95,3 +95,3 @@ /** | ||
request: import("axios").AxiosInterceptorManager<import("axios").AxiosRequestConfig<any>>; | ||
response: import("axios").AxiosInterceptorManager<import("axios").AxiosResponse<never>>; | ||
response: import("axios").AxiosInterceptorManager<import("axios").AxiosResponse<unknown, any>>; | ||
}; | ||
@@ -98,0 +98,0 @@ /** |
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
69645
+ Addedaxios@0.23.0(transitive)
- Removedaxios@0.22.0(transitive)
Updatedaxios@^0.23.0
Updatedkitsu-core@^9.1.21