@uxland/event-aggregator
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/event-aggregator@1.0.0-alpha.11...@uxland/event-aggregator@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/event-aggregator@1.0.0-alpha.10...@uxland/event-aggregator@1.0.0-alpha.11) (2020-09-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@uxland/event-aggregator", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.12", | ||
"description": "Event Aggregator", | ||
@@ -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", | ||
@@ -78,3 +78,3 @@ "build:clean": "rimraf es lib dist tmp tsconfig.tsbuildinfo", | ||
}, | ||
"gitHead": "f9be00ef91d21621d175cb2fa270c60696f3347f" | ||
"gitHead": "d56b10a0e37815429937bc741d964ddb36bc1c5f" | ||
} |
27254