@uxland/event-aggregator
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-alpha.16](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.15...@uxland/event-aggregator@1.0.0-alpha.16) (2020-12-18) | ||
### Bug Fixes | ||
* replace build:cjs script to replace optional-chaining ([b3a8b8e](https://github.com/uxland/uxland/commit/b3a8b8e06843d92ee7b11d5c021758a4ba016820)) | ||
# [1.0.0-alpha.15](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.14...@uxland/event-aggregator@1.0.0-alpha.15) (2020-10-15) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Event Aggregator v1.0.0-alpha.14 | ||
// Event Aggregator v1.0.0-alpha.15 | ||
// 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.15", | ||
"version": "1.0.0-alpha.16", | ||
"description": "Event Aggregator", | ||
@@ -28,3 +28,3 @@ "author": "UXLand <dev@uxland.es>", | ||
"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", | ||
"build:cjs": "tsc -p tsconfig.json --outDir lib --target es2018 --noEmit false --declaration --removeComments false", | ||
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/index.js", | ||
@@ -76,3 +76,3 @@ "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/index.min.js", | ||
}, | ||
"gitHead": "ef34536fe8292391766bfded70b4b9935003f4c8" | ||
"gitHead": "3a7f64cb310e88a7ddfe0e30b67807d746c27dd8" | ||
} |
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
30464