Comparing version 4.5.0 to 4.5.1
@@ -0,1 +1,12 @@ | ||
#### 4.5.1 (2018-01-27) | ||
##### Build System / Dependencies | ||
* add TypeError and addUncountableRule to dictionary ([118a430a](https://github.com/wopian/kitsu/commit/118a430aa94781fd54f2f6354daa963e425e7c04)) | ||
* run doc tasks before tests ([cdde056f](https://github.com/wopian/kitsu/commit/cdde056fa1a5d703baa7dc41c7fe337c47f76fb1)) | ||
##### Reverts | ||
* re-add ES modules ([47037566](https://github.com/wopian/kitsu/commit/47037566a23160307b42da7e3cd47f067f8c4d49)) | ||
### 4.5.0 (2018-01-27) | ||
@@ -7,3 +18,4 @@ | ||
* **fix:** rethrow JSON:API errors (fixes [#104](https://github.com/wopian/kitsu/pull/104)) ([4a3c6078](https://github.com/wopian/kitsu/commit/4a3c6078a4337115122f9c66691df058ddda53ee)) | ||
* **rollup:** use commonjs format instead of UMD for lib files ([204ab3e3](https://github.com/wopian/kitsu/commit/204ab3e3c93b21109f1515ae3ebc168b06181a7f)) | ||
* **rollup:** ~~use commonjs format instead of UMD for lib files~~ ([204ab3e3](https://github.com/wopian/kitsu/commit/204ab3e3c93b21109f1515ae3ebc168b06181a7f)) | ||
- reverted in ([2dc27467](https://github.com/wopian/kitsu/commit/2dc274676abaf0b23a5d3ffb2b29b8278f44188a)) | ||
@@ -39,6 +51,2 @@ ##### Build System / Dependencies | ||
##### Reverts | ||
* switch back to using UMD instead of CommonJS ([2dc27467](https://github.com/wopian/kitsu/commit/2dc274676abaf0b23a5d3ffb2b29b8278f44188a)) | ||
##### Tests | ||
@@ -45,0 +53,0 @@ |
{ | ||
"name": "kitsu", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs", | ||
@@ -8,2 +8,3 @@ "license": "MIT", | ||
"main": "lib/kitsu.js", | ||
"module": "lib/kitsu.mjs", | ||
"engines": { | ||
@@ -19,3 +20,3 @@ "node": ">=6" | ||
"lint": "eslint src && yarn spellcheck", | ||
"test": "yarn jest && yarn lint && yarn docs && yarn build", | ||
"test": "yarn jest && yarn docs && yarn lint && yarn build", | ||
":test": "jest && yarn lint && yarn docs && yarn build", | ||
@@ -25,5 +26,5 @@ ":docs": "yarn docs && documentation readme src/index.js --section=API --sort-order alpha", | ||
":publish": "git push origin && git push origin --tags && yarn publish", | ||
":major": "yarn :test && yarn :docs && changelog -M && yarn :commit && npm version major && yarn :publish", | ||
":minor": "yarn :test && yarn :docs && changelog -m && yarn :commit && npm version minor && yarn :publish", | ||
":patch": "yarn :test && yarn :docs && changelog -p && yarn :commit && npm version patch && yarn :publish", | ||
":major": "yarn :docs && yarn :test && changelog -M && yarn :commit && npm version major && yarn :publish", | ||
":minor": "yarn :docs && yarn :test && changelog -m && yarn :commit && npm version minor && yarn :publish", | ||
":patch": "yarn :docs && yarn :test && changelog -p && yarn :commit && npm version patch && yarn :publish", | ||
"example:basic": "node ./example/basic", | ||
@@ -40,2 +41,6 @@ "example:async": "babel-node ./example/async", | ||
{ | ||
"path": "./lib/kitsu.mjs", | ||
"limit": "18 kb" | ||
}, | ||
{ | ||
"path": "./lib/legacy.js", | ||
@@ -47,2 +52,6 @@ "limit": "20 kb" | ||
"limit": "15 kb" | ||
}, | ||
{ | ||
"path": "./lib/node.mjs", | ||
"limit": "15 kb" | ||
} | ||
@@ -49,0 +58,0 @@ ], |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
242333
14
192
0