@uxland/event-aggregator
Advanced tools
Comparing version 1.0.0-alpha.13 to 1.0.0-alpha.14
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-alpha.14](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.13...@uxland/event-aggregator@1.0.0-alpha.14) (2020-10-13) | ||
### Bug Fixes | ||
* change build:es to add target es2018 and avoid optional-chaining errors ([eaee7f7](https://github.com/uxland/uxland/commit/eaee7f79aecc91010963cb79fc4e95a70c5c9c74)) | ||
# [1.0.0-alpha.13](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.12...@uxland/event-aggregator@1.0.0-alpha.13) (2020-10-06) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Event Aggregator v1.0.0-alpha.12 | ||
// Event Aggregator v1.0.0-alpha.13 | ||
// https://github.com/uxland/uxland/tree/master/packages/event-aggregator#readme | ||
@@ -3,0 +3,0 @@ // (c) 2020-2020 UXLand |
{ | ||
"name": "@uxland/event-aggregator", | ||
"version": "1.0.0-alpha.13", | ||
"version": "1.0.0-alpha.14", | ||
"description": "Event Aggregator", | ||
@@ -27,3 +27,3 @@ "author": "UXLand <dev@uxland.es>", | ||
"scripts": { | ||
"build:es": "tsc -p tsconfig.json --outDir es --module esnext --noEmit false", | ||
"build:es": "tsc -p tsconfig.json --outDir es --module esnext --target es2018 --noEmit false", | ||
"build:cjs": "tsc -p tsconfig.json --outDir lib --noEmit false --declaration --removeComments false", | ||
@@ -76,3 +76,3 @@ "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/index.js", | ||
}, | ||
"gitHead": "63004281582b00a7e9c3d0468537646158286c10" | ||
"gitHead": "70ee1d1f6bb1e32bbab04edeb08a7de2ff20ca20" | ||
} |
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
27841