Comparing version 10.0.0-alpha.22 to 10.0.0-alpha.23
@@ -6,2 +6,10 @@ # Change Log | ||
# [10.0.0-alpha.23](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.22...v10.0.0-alpha.23) (2022-05-03) | ||
**Note:** Version bump only for package kitsu | ||
# [10.0.0-alpha.22](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.21...v10.0.0-alpha.22) (2022-03-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"version": "10.0.0-alpha.22", | ||
"version": "10.0.0-alpha.23", | ||
"name": "kitsu", | ||
@@ -24,3 +24,3 @@ "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", | ||
"engines": { | ||
"node": ">= 12" | ||
"node": ">= 14" | ||
}, | ||
@@ -52,4 +52,4 @@ "keywords": [ | ||
"dependencies": { | ||
"axios": "^0.26.0", | ||
"kitsu-core": "^10.0.0-alpha.22", | ||
"axios": "^0.27.0", | ||
"kitsu-core": "^10.0.0-alpha.23", | ||
"pluralize": "^8.0.0" | ||
@@ -60,3 +60,3 @@ }, | ||
"path": "./dist/index.js", | ||
"limit": "11 kb", | ||
"limit": "13 kb", | ||
"brotli": true | ||
@@ -66,3 +66,3 @@ }, | ||
"path": "./dist/index.mjs", | ||
"limit": "11 kb", | ||
"limit": "13 kb", | ||
"brotli": true | ||
@@ -69,0 +69,0 @@ } |
@@ -40,3 +40,3 @@ <h1 align=center>Kitsu</h1> | ||
| ------: | :----------------: | :-------: | :--: | :----: | :-----: | :----: | :--: | | ||
| `kitsu` | ≤ 8.7 kb | ≤ 8.6 KB | 12+ | 83+ | 78+ | 13.1+ | 95+ | | ||
| `kitsu` | ≤ 8.7 kb | ≤ 8.6 KB | 14+ | 83+ | 78+ | 13.1+ | 95+ | | ||
@@ -246,3 +246,3 @@ \* Including all dependencies & minified with brotli | ||
[packages/kitsu/src/index.js:30-523](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L30-L523 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:30-523](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L30-L523 "Source code on GitHub") | ||
@@ -292,3 +292,3 @@ Creates a new `kitsu` instance | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:52-53](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L52-L53 "Source code on GitHub") | ||
@@ -312,3 +312,3 @@ * **See**: <https://www.npmjs.com/package/pluralize> for documentation | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:67-67](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L67-L67 "Source code on GitHub") | ||
@@ -341,3 +341,3 @@ Get the current headers or add additional headers | ||
[packages/kitsu/src/index.js:113-113](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L113-L113 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:113-113](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L113-L113 "Source code on GitHub") | ||
@@ -389,3 +389,3 @@ * **See**: <https://github.com/axios/axios#interceptors> for documentation | ||
[packages/kitsu/src/index.js:211-240](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L211-L240 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:211-240](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L211-L240 "Source code on GitHub") | ||
@@ -527,3 +527,3 @@ Fetch resources (alias `fetch`) | ||
[packages/kitsu/src/index.js:276-304](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L276-L304 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:276-304](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L276-L304 "Source code on GitHub") | ||
@@ -590,3 +590,3 @@ Update a resource (alias `update`) | ||
[packages/kitsu/src/index.js:334-360](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L334-L360 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:334-360](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L334-L360 "Source code on GitHub") | ||
@@ -635,3 +635,3 @@ Create a new resource (alias `create`) | ||
[packages/kitsu/src/index.js:378-412](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L378-L412 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:378-412](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L378-L412 "Source code on GitHub") | ||
@@ -668,3 +668,3 @@ Remove a resource (alias `remove`) | ||
[packages/kitsu/src/index.js:436-445](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L436-L445 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:436-445](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L436-L445 "Source code on GitHub") | ||
@@ -707,3 +707,3 @@ Get the authenticated user's data | ||
[packages/kitsu/src/index.js:500-522](https://github.com/wopian/kitsu/blob/af9d8937117abcd678ec45e10815b6e8256a03da/packages/kitsu/src/index.js#L500-L522 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:500-522](https://github.com/wopian/kitsu/blob/87bad7afcbde28b236428f4af5f77a6b1123a993/packages/kitsu/src/index.js#L500-L522 "Source code on GitHub") | ||
@@ -710,0 +710,0 @@ Send arbitrary requests |
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
84230
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@0.27.2(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
- Removedaxios@0.26.1(transitive)
Updatedaxios@^0.27.0
Updatedkitsu-core@^10.0.0-alpha.23