Comparing version 8.0.3 to 8.0.4
@@ -6,2 +6,18 @@ # Change Log | ||
## [8.0.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.0.3...v8.0.4) (2020-01-08) | ||
### Chores | ||
* **release:** update documentation ([b381f9a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/b381f9a)) | ||
### Documentation Changes | ||
* **kitsu:** remove kitsu/node import from install guide ([4df407d](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/4df407d)) | ||
## [8.0.3](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.0.2...v8.0.3) (2020-01-07) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"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.0.3", | ||
"kitsu-core": "^8.0.4", | ||
"pluralize": "^8.0.0" | ||
@@ -64,3 +64,3 @@ }, | ||
], | ||
"gitHead": "af9ec4faf8b2cdcdc21fd58ede25903e9a1a4e2e", | ||
"gitHead": "4fe702359fe41c98c837e60ed7edfdd786fc17a8", | ||
"devDependencies": { | ||
@@ -67,0 +67,0 @@ "@size-limit/preset-small-lib": "~2.2.1" |
@@ -47,3 +47,3 @@ <h1 align=center>Kitsu</h1> | ||
† [Changes in Node 12][node12esm] and newer require the full path to be used if using ES Modules: `kitsu/node/index.mjs` | ||
† [Changes in Node 12][node12esm] and newer require the full path to be used if using ES Modules: `kitsu/index.mjs` | ||
@@ -117,3 +117,2 @@ ## Response Comparison | ||
import Kitsu from 'kitsu' // ES Modules and Babel | ||
import Kitsu from 'kitsu/node' // Lighter node-only package | ||
const Kitsu = require('kitsu') // CommonJS and Browserify | ||
@@ -198,3 +197,3 @@ ``` | ||
[packages/kitsu/src/index.js:30-324](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L30-L324 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:30-324](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L30-L324 "Source code on GitHub") | ||
@@ -246,3 +245,3 @@ Creates a new `kitsu` instance | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
@@ -267,3 +266,3 @@ - **See: <https://www.npmjs.com/package/pluralize> for documentation** | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
@@ -299,3 +298,3 @@ Get the current headers or add additional headers | ||
[packages/kitsu/src/index.js:111-111](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L111-L111 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:111-111](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L111-L111 "Source code on GitHub") | ||
@@ -348,3 +347,3 @@ Axios Interceptors (alias of `axios.interceptors`) | ||
[packages/kitsu/src/index.js:184-203](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L184-L203 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:184-203](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L184-L203 "Source code on GitHub") | ||
@@ -461,3 +460,3 @@ Fetch resources (alias `fetch`) | ||
[packages/kitsu/src/index.js:219-233](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L219-L233 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:219-233](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L219-L233 "Source code on GitHub") | ||
@@ -488,3 +487,3 @@ Update a resource (alias `update`) | ||
[packages/kitsu/src/index.js:256-269](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L256-L269 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:256-269](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L256-L269 "Source code on GitHub") | ||
@@ -522,3 +521,3 @@ Create a new resource (alias `create`) | ||
[packages/kitsu/src/index.js:282-294](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L282-L294 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:282-294](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L282-L294 "Source code on GitHub") | ||
@@ -546,3 +545,3 @@ Remove a resource (alias `remove`) | ||
[packages/kitsu/src/index.js:316-323](https://github.com/wopian/kitsu/blob/934c79e98f6b53e781e502d4f9cc57a3d804fd49/packages/kitsu/src/index.js#L316-L323 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:316-323](https://github.com/wopian/kitsu/blob/4df407d67a2d5fbc606fd0538ca88784a3fe80d1/packages/kitsu/src/index.js#L316-L323 "Source code on GitHub") | ||
@@ -549,0 +548,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
84319
601
Updatedkitsu-core@^8.0.4