@ui5/create-webcomponents-package
Advanced tools
Comparing version 0.0.0-e58530409 to 0.0.0-e818f286e
@@ -6,2 +6,21 @@ # Change Log | ||
# [1.6.0](https://github.com/SAP/ui5-webcomponents/compare/v1.5.0...v1.6.0) (2022-07-25) | ||
### Bug Fixes | ||
* create package bugs ([#5517](https://github.com/SAP/ui5-webcomponents/issues/5517)) ([f528f5c](https://github.com/SAP/ui5-webcomponents/commit/f528f5c)) | ||
# [1.5.0](https://github.com/SAP/ui5-webcomponents/compare/v1.4.0...v1.5.0) (2022-07-03) | ||
**Note:** Version bump only for package @ui5/create-webcomponents-package | ||
# [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25) | ||
@@ -8,0 +27,0 @@ |
@@ -9,2 +9,4 @@ #!/usr/bin/env node | ||
const version = JSON.parse(fs.readFileSync(path.join(__dirname, "package.json"))).version; | ||
// from where all the files will be copied | ||
@@ -133,7 +135,7 @@ const TEMPLATE_DIR = path.join(`${__dirname}`, `template/`); | ||
"dependencies": { | ||
"@ui5/webcomponents-base": "1.1.1", | ||
"@ui5/webcomponents-theming": "1.1.1", | ||
"@ui5/webcomponents-base": version, | ||
"@ui5/webcomponents-theming": version, | ||
}, | ||
"devDependencies": { | ||
"@ui5/webcomponents-tools": "1.1.1", | ||
"@ui5/webcomponents-tools": version, | ||
"chromedriver": "*", | ||
@@ -140,0 +142,0 @@ }, |
{ | ||
"name": "@ui5/create-webcomponents-package", | ||
"version": "0.0.0-e58530409", | ||
"version": "0.0.0-e818f286e", | ||
"description": "UI5 Web Components: create package", | ||
@@ -5,0 +5,0 @@ "author": "SAP SE (https://www.sap.com)", |
@@ -13,2 +13,5 @@ import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js"; | ||
/** | ||
* @public | ||
*/ | ||
const metadata = { | ||
@@ -24,2 +27,15 @@ tag: "INIT_PACKAGE_VAR_TAG", | ||
/** | ||
* @class | ||
* | ||
* <h3 class="comment-api-title">Overview</h3> | ||
* | ||
* The <code>INIT_PACKAGE_VAR_TAG</code> component is a demo component that displays some text. | ||
* | ||
* @constructor | ||
* @alias demo.components.INIT_PACKAGE_VAR_CLASS_NAME | ||
* @extends UI5Element | ||
* @tagname INIT_PACKAGE_VAR_TAG | ||
* @public | ||
*/ | ||
class INIT_PACKAGE_VAR_CLASS_NAME extends UI5Element { | ||
@@ -26,0 +42,0 @@ static get metadata() { |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15421
283
1