@ui5/create-webcomponents-package
Advanced tools
Comparing version 0.0.0-deac3098a to 0.0.0-e58530409
@@ -6,2 +6,34 @@ # Change Log | ||
# [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25) | ||
**Note:** Version bump only for package @ui5/create-webcomponents-package | ||
## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27) | ||
**Note:** Version bump only for package @ui5/create-webcomponents-package | ||
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19) | ||
**Note:** Version bump only for package @ui5/create-webcomponents-package | ||
## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30) | ||
**Note:** Version bump only for package @ui5/create-webcomponents-package | ||
## [1.2.3](https://github.com/SAP/ui5-webcomponents/compare/v1.2.2...v1.2.3) (2022-03-23) | ||
@@ -8,0 +40,0 @@ |
@@ -118,3 +118,2 @@ #!/usr/bin/env node | ||
"watch": "wc-dev watch", | ||
"serve": "wc-dev serve", | ||
"build": "wc-dev build", | ||
@@ -121,0 +120,0 @@ "test": "wc-dev test", |
{ | ||
"name": "@ui5/create-webcomponents-package", | ||
"version": "0.0.0-deac3098a", | ||
"version": "0.0.0-e58530409", | ||
"description": "UI5 Web Components: create package", | ||
@@ -5,0 +5,0 @@ "author": "SAP SE (https://www.sap.com)", |
@@ -1,6 +0,5 @@ | ||
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/master/docs/images/UI5_logo_wide.png) | ||
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_wide.png) | ||
# UI5 Web Components - Create Package | ||
[![Travis CI Build Status](https://travis-ci.org/SAP/ui5-webcomponents.svg?branch=master)](https://travis-ci.org/SAP/ui5-webcomponents) | ||
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents) | ||
@@ -26,3 +25,3 @@ | ||
## Resources | ||
- [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/master/README.md) | ||
- [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md) | ||
- [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents) | ||
@@ -32,9 +31,9 @@ - [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/) | ||
## Support | ||
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/). | ||
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/). | ||
## Contribute | ||
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md). | ||
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md). | ||
## License | ||
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. | ||
This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt) file. | ||
This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/main/LICENSE.txt) file. |
const assert = require("assert"); | ||
describe("INIT_PACKAGE_VAR_TAG rendering", async () => { | ||
await browser.url("http://localhost:INIT_PACKAGE_VAR_PORT/test-resources/pages/index.html"); | ||
await browser.url("test/pages/index.html"); | ||
@@ -6,0 +6,0 @@ it("tests if web component is correctly rendered", async () => { |
14578
28
266
38