kitsu-core
Advanced tools
Comparing version 10.0.0-alpha.18 to 10.0.0-alpha.19
@@ -6,2 +6,10 @@ # Change Log | ||
# [10.0.0-alpha.19](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.18...v10.0.0-alpha.19) (2021-12-09) | ||
**Note:** Version bump only for package kitsu-core | ||
# [10.0.0-alpha.18](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.17...v10.0.0-alpha.18) (2021-11-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"version": "10.0.0-alpha.18", | ||
"version": "10.0.0-alpha.19", | ||
"name": "kitsu-core", | ||
@@ -42,7 +42,6 @@ "description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components", | ||
}, | ||
"sideEffects": false, | ||
"size-limit": [ | ||
{ | ||
"path": "./dist/index.js", | ||
"limit": "2 kb", | ||
"limit": "2.5 kb", | ||
"brotli": true | ||
@@ -52,3 +51,3 @@ }, | ||
"path": "./dist/index.mjs", | ||
"limit": "2 kb", | ||
"limit": "2.5 kb", | ||
"brotli": true | ||
@@ -58,3 +57,3 @@ }, | ||
"path": "./dist/index.browser.js", | ||
"limit": "2 kb", | ||
"limit": "2.5 kb", | ||
"brotli": true | ||
@@ -65,3 +64,3 @@ } | ||
"devDependencies": { | ||
"@size-limit/preset-small-lib": "~6.0.0" | ||
"@size-limit/preset-small-lib": "~7.0.0" | ||
}, | ||
@@ -68,0 +67,0 @@ "exports": { |
@@ -138,3 +138,3 @@ <h1 align=center>Kitsu Core</h1> | ||
[packages/kitsu-core/src/camel/index.js:14-14](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/camel/index.js#L14-L14 "Source code on GitHub") | ||
[packages/kitsu-core/src/camel/index.js:14-14](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/camel/index.js#L14-L14 "Source code on GitHub") | ||
@@ -165,3 +165,3 @@ Converts kebab-case and snake_case into camelCase | ||
[packages/kitsu-core/src/deattribute/index.js:29-51](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/deattribute/index.js#L29-L51 "Source code on GitHub") | ||
[packages/kitsu-core/src/deattribute/index.js:29-51](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/deattribute/index.js#L29-L51 "Source code on GitHub") | ||
@@ -208,3 +208,3 @@ Hoists attributes to be top-level | ||
[packages/kitsu-core/src/deserialise/index.js:57-72](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/deserialise/index.js#L57-L72 "Source code on GitHub") | ||
[packages/kitsu-core/src/deserialise/index.js:57-72](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/deserialise/index.js#L57-L72 "Source code on GitHub") | ||
@@ -259,3 +259,3 @@ Deserialises a JSON-API response | ||
[packages/kitsu-core/src/error/index.js:27-33](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/error/index.js#L27-L33 "Source code on GitHub") | ||
[packages/kitsu-core/src/error/index.js:27-33](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/error/index.js#L27-L33 "Source code on GitHub") | ||
@@ -297,3 +297,3 @@ Uniform error handling for Axios, JSON:API and internal package errors. Mutated Error object is rethrown to the caller. | ||
[packages/kitsu-core/src/filterIncludes/index.js:33-46](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/filterIncludes/index.js#L33-L46 "Source code on GitHub") | ||
[packages/kitsu-core/src/filterIncludes/index.js:33-46](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/filterIncludes/index.js#L33-L46 "Source code on GitHub") | ||
@@ -338,3 +338,3 @@ Filters includes for the specific relationship requested | ||
[packages/kitsu-core/src/kebab/index.js:11-11](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/kebab/index.js#L11-L11 "Source code on GitHub") | ||
[packages/kitsu-core/src/kebab/index.js:11-11](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/kebab/index.js#L11-L11 "Source code on GitHub") | ||
@@ -357,3 +357,3 @@ Converts camelCase into kebab-case | ||
[packages/kitsu-core/src/linkRelationships/index.js:108-128](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/linkRelationships/index.js#L108-L128 "Source code on GitHub") | ||
[packages/kitsu-core/src/linkRelationships/index.js:108-128](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/linkRelationships/index.js#L108-L128 "Source code on GitHub") | ||
@@ -397,3 +397,3 @@ Links relationships to included data | ||
[packages/kitsu-core/src/query/index.js:33-42](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/query/index.js#L33-L42 "Source code on GitHub") | ||
[packages/kitsu-core/src/query/index.js:33-42](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/query/index.js#L33-L42 "Source code on GitHub") | ||
@@ -426,3 +426,3 @@ Constructs a URL query string for JSON:API parameters | ||
[packages/kitsu-core/src/serialise/index.js:213-224](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/serialise/index.js#L213-L224 "Source code on GitHub") | ||
[packages/kitsu-core/src/serialise/index.js:213-224](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/serialise/index.js#L213-L224 "Source code on GitHub") | ||
@@ -472,3 +472,3 @@ Serialises an object into a JSON-API structure | ||
[packages/kitsu-core/src/snake/index.js:11-11](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/snake/index.js#L11-L11 "Source code on GitHub") | ||
[packages/kitsu-core/src/snake/index.js:11-11](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/snake/index.js#L11-L11 "Source code on GitHub") | ||
@@ -491,3 +491,3 @@ Converts camelCase into snake_case | ||
[packages/kitsu-core/src/splitModel/index.js:29-39](https://github.com/wopian/kitsu/blob/5163896a3358d83ac419fd43edb92ae123a0f052/packages/kitsu-core/src/splitModel/index.js#L29-L39 "Source code on GitHub") | ||
[packages/kitsu-core/src/splitModel/index.js:29-39](https://github.com/wopian/kitsu/blob/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e/packages/kitsu-core/src/splitModel/index.js#L29-L39 "Source code on GitHub") | ||
@@ -494,0 +494,0 @@ Split model name from the model's resource URL |
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
90135