kitsu-core
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -0,1 +1,14 @@ | ||
#### 5.2.1 (2018-07-13) | ||
##### Build System / Dependencies | ||
* update dependency jest to ~23.3.0 (#184) (5975041c) | ||
* update dependency jest to ~23.2.0 (#181) (552202b1) | ||
* update dependency rollup to ~0.62.0 (#182) (8abaab74) | ||
##### Chores | ||
* add contributors to package.json (789125b2) | ||
* lock file maintenance (#183) (9cb4f037) | ||
### 5.2.0 (2018-06-25) | ||
@@ -2,0 +15,0 @@ |
{ | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"name": "kitsu-core", | ||
"description": "Core serialisation and deserialsation functions for the kitsu JSON:API client", | ||
"author": "James Harris <wopian@wopian.me>", | ||
"contributors": [ | ||
"Brandon Martinez <me@brandonmartinez.com>", | ||
"Daniel Skogly <daniel.skogly@protonmail.com>", | ||
"Lukas Erlacher <erlacher@in.tum.de>", | ||
"Matthew Dias <matthewdias@me.com>", | ||
"Menthol <bennetteson@gmail.com>" | ||
], | ||
"license": "MIT", | ||
@@ -35,13 +42,13 @@ "main": "lib/index.js", | ||
"path": "./lib/index.js", | ||
"limit": "10 kb" | ||
"limit": "10.2 kb" | ||
}, | ||
{ | ||
"path": "./legacy/index.js", | ||
"limit": "12 kb" | ||
"limit": "12.2 kb" | ||
}, | ||
{ | ||
"path": "./node/index.js", | ||
"limit": "8 kb" | ||
"limit": "7.6 kb" | ||
} | ||
] | ||
} |
@@ -28,5 +28,5 @@ # Kitsu Core | ||
| ------------------: | :----------------: | :--: | :----: | :-----: | :----: | :--: | :-: | | ||
| `kitsu-core` | 9.9 kb | 6+ | 52+ | 47+ | 10+ | 14+ | | | ||
| `kitsu-core/legacy` | 11.9 kb | 6+ | 4+ | 3+ | 3.2+ | 12+ | 8+ | | ||
| `kitsu-core/node` | 7.3 kb | 6+ | | | | | | | ||
| `kitsu-core` | 10.1 kb | 6+ | 52+ | 48+ | 10+ | 14+ | | | ||
| `kitsu-core/legacy` | 12 kb | 6+ | 4+ | 3.5+ | 3.2+ | 12+ | 8+ | | ||
| `kitsu-core/node` | 7.4 kb | 6+ | | | | | | | ||
@@ -374,4 +374,4 @@ \* Including all dependencies, minified & gzipped | ||
[donate]: https://www.patreon.com/wopian | ||
[donate]: https://paypal.me/wopian | ||
[donate badge]: https://img.shields.io/badge/patreon-donate-ff69b4.svg?style=flat-square | ||
[donate badge]: https://img.shields.io/badge/support%20me%20on-paypal.me-ff69b4.svg?style=flat-square |
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
90615