ui5-tooling-transpile
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-transpile@0.7.2...ui5-tooling-transpile@0.7.3) (2023-04-16) | ||
### Bug Fixes | ||
* **ui5-tooling-modules:** ensure __esModule marker being exported ([#728](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/728)) ([8f8afd3](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/8f8afd3cac6abbf4e02ff1546442357df2d76b59)), closes [#726](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/726) | ||
## [0.7.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-transpile@0.7.1...ui5-tooling-transpile@0.7.2) (2023-04-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "ui5-tooling-transpile", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "UI5 tooling extensions to transpile code", | ||
@@ -34,3 +34,3 @@ "author": "Jorge Martins, Peter Muessig", | ||
"files": [ | ||
"test/**/*", | ||
"test/**/*.test.js", | ||
"!test/__assets__/**/*" | ||
@@ -44,3 +44,3 @@ ], | ||
}, | ||
"gitHead": "d8536f0cf3cb448e88d78cdd6da90e292be1f8a3" | ||
"gitHead": "1ef57ce931534f7ea7e50954a93aa517424f75d5" | ||
} |
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
58188