@uxland/fetch-client
Advanced tools
Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-alpha.12](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.0-alpha.11...@uxland/fetch-client@1.0.0-alpha.12) (2020-09-17) | ||
### Bug Fixes | ||
* correct issue with rollup config in scriopt ([90af2a9](https://github.com/uxland/uxland/commit/90af2a98dee24cc4ce4a379c52c95f0495b7934c)) | ||
# [1.0.0-alpha.11](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.0-alpha.10...@uxland/fetch-client@1.0.0-alpha.11) (2020-09-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@uxland/fetch-client", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.12", | ||
"description": "Fetch Client", | ||
@@ -29,3 +29,3 @@ "author": "UXLand <dev@uxland.es>", | ||
"build:cjs": "tsc -p tsconfig.json --outDir lib --noEmit false --declaration --removeComments false", | ||
"build:umd": "cross-env NODE_ENV=development rollup -c ../project-tools/build/rollup.config.js -o dist/index.js", | ||
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/index.js", | ||
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/index.min.js", | ||
@@ -76,5 +76,5 @@ "build:clean": "rimraf es lib dist tmp tsconfig.tsbuildinfo", | ||
"dependencies": { | ||
"@uxland/event-aggregator": "^1.0.0-alpha.11" | ||
"@uxland/event-aggregator": "^1.0.0-alpha.12" | ||
}, | ||
"gitHead": "f9be00ef91d21621d175cb2fa270c60696f3347f" | ||
"gitHead": "d56b10a0e37815429937bc741d964ddb36bc1c5f" | ||
} |
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
41854