@ui5/create-webcomponents-package
Advanced tools
Comparing version 2.4.0-rc.0 to 2.4.0-rc.1
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.4.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.0...v2.4.0-rc.1) (2024-10-17) | ||
### Features | ||
* **create-package:** produce packages of type="module" ([#9993](https://github.com/SAP/ui5-webcomponents/issues/9993)) ([b161f60](https://github.com/SAP/ui5-webcomponents/commit/b161f601253b966fc0bb7a01213165c0963c85ca)) | ||
# [2.4.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.1-rc.0...v2.4.0-rc.0) (2024-10-10) | ||
@@ -8,0 +19,0 @@ |
@@ -111,2 +111,3 @@ #!/usr/bin/env node | ||
}, | ||
type: "module", | ||
scripts: { | ||
@@ -113,0 +114,0 @@ "clean": "wc-dev clean", |
{ | ||
"name": "@ui5/create-webcomponents-package", | ||
"version": "2.4.0-rc.0", | ||
"version": "2.4.0-rc.1", | ||
"description": "UI5 Web Components: create package", | ||
@@ -27,3 +27,3 @@ "author": "SAP SE (https://www.sap.com)", | ||
}, | ||
"gitHead": "464fc0e663f3e1142cdbba076cad777cf6ab2738" | ||
"gitHead": "478542af62e30ca4df65b0778bcbeab837d583d6" | ||
} |
@@ -1,2 +0,2 @@ | ||
const assert = require("assert"); | ||
import { assert } from "chai"; | ||
@@ -3,0 +3,0 @@ describe("INIT_PACKAGE_VAR_TAG rendering", async () => { |
@@ -10,3 +10,5 @@ { | ||
"experimentalDecorators": true, | ||
"module": "NodeNext", | ||
"moduleResolution": "NodeNext", | ||
}, | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
32
362
92509