@uxland/fetch-client
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-alpha.4](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.0-alpha.3...@uxland/fetch-client@1.0.0-alpha.4) (2020-02-13) | ||
### Bug Fixes | ||
* update package.json of packages ([c7da4cc](https://github.com/uxland/uxland/commit/c7da4cc392a63bd25bc74c6c5b327eaa03034640)) | ||
# [1.0.0-alpha.3](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.0-alpha.2...@uxland/fetch-client@1.0.0-alpha.3) (2020-02-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@uxland/fetch-client", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "Fetch Client", | ||
@@ -16,2 +16,3 @@ "author": "Alex Vizcaino <avizcaino@uxland.es>", | ||
"files": [ | ||
"src", | ||
"lib", | ||
@@ -37,3 +38,2 @@ "es", | ||
"postbuild": "echo ok > .buildstatus", | ||
"dist": "yarn build", | ||
"readme:coverage": "node_modules/.bin/jest-badges-readme", | ||
@@ -71,5 +71,5 @@ "semantic-release": "semantic-release", | ||
"dependencies": { | ||
"@uxland/event-aggregator": "^1.0.0-alpha.3" | ||
"@uxland/event-aggregator": "^1.0.0-alpha.4" | ||
}, | ||
"gitHead": "5a6fd4a8fd6f7b54bcabdf0c40174bde52b97d21" | ||
"gitHead": "6b7ab516707475823cb9d8851d02094deda9e79b" | ||
} |
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
25919