Comparing version 8.1.0 to 8.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [8.1.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.1.0...v8.1.1) (2020-02-28) | ||
### Chores | ||
* **release:** update documentation ([6201aa4](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/6201aa4)) | ||
# [8.1.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.0.5...v8.1.0) (2020-02-28) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"name": "kitsu", | ||
@@ -50,3 +50,3 @@ "description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs", | ||
"axios": "^0.19.0", | ||
"kitsu-core": "^8.1.0", | ||
"kitsu-core": "^8.1.1", | ||
"pluralize": "^8.0.0" | ||
@@ -64,3 +64,3 @@ }, | ||
], | ||
"gitHead": "0b3b903953ff9f7d4abea62e3f970ff3fefaac1f", | ||
"gitHead": "8d060f37ff2d5e098983a57afb33d0a281042ae8", | ||
"devDependencies": { | ||
@@ -67,0 +67,0 @@ "@size-limit/preset-small-lib": "~4.0.1" |
@@ -195,3 +195,3 @@ <h1 align=center>Kitsu</h1> | ||
[packages/kitsu/src/index.js:30-324](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L30-L324 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:30-324](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L30-L324 "Source code on GitHub") | ||
@@ -243,3 +243,3 @@ Creates a new `kitsu` instance | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
@@ -264,3 +264,3 @@ - **See: <https://www.npmjs.com/package/pluralize> for documentation** | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
@@ -296,3 +296,3 @@ Get the current headers or add additional headers | ||
[packages/kitsu/src/index.js:111-111](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L111-L111 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:111-111](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L111-L111 "Source code on GitHub") | ||
@@ -345,3 +345,3 @@ Axios Interceptors (alias of `axios.interceptors`) | ||
[packages/kitsu/src/index.js:184-203](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L184-L203 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:184-203](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L184-L203 "Source code on GitHub") | ||
@@ -458,3 +458,3 @@ Fetch resources (alias `fetch`) | ||
[packages/kitsu/src/index.js:219-233](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L219-L233 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:219-233](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L219-L233 "Source code on GitHub") | ||
@@ -485,3 +485,3 @@ Update a resource (alias `update`) | ||
[packages/kitsu/src/index.js:256-269](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L256-L269 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:256-269](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L256-L269 "Source code on GitHub") | ||
@@ -519,3 +519,3 @@ Create a new resource (alias `create`) | ||
[packages/kitsu/src/index.js:282-294](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L282-L294 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:282-294](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L282-L294 "Source code on GitHub") | ||
@@ -543,3 +543,3 @@ Remove a resource (alias `remove`) | ||
[packages/kitsu/src/index.js:316-323](https://github.com/wopian/kitsu/blob/3c9c3ced7d139ed24a29653f538fc4f870bc8bc3/packages/kitsu/src/index.js#L316-L323 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:316-323](https://github.com/wopian/kitsu/blob/6ca6f628dbd9301c30ca80fc20c1861ee6cd8cc7/packages/kitsu/src/index.js#L316-L323 "Source code on GitHub") | ||
@@ -546,0 +546,0 @@ Get the authenticated user's data |
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
86202
Updatedkitsu-core@^8.1.1