@ui5/cli 3.4.1 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -4
- package/lib/init/init.js +1 -1
- package/npm-shrinkwrap.json +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.5.0...HEAD).
|
|
6
6
|
|
|
7
|
-
<a name="v3.
|
|
8
|
-
## [v3.
|
|
7
|
+
<a name="v3.5.0"></a>
|
|
8
|
+
## [v3.5.0] - 2023-08-22
|
|
9
9
|
### Bug Fixes
|
|
10
10
|
- **ui5 config:** Allow usage of all Configuration options ([#645](https://github.com/SAP/ui5-cli/issues/645)) [`78e032e`](https://github.com/SAP/ui5-cli/commit/78e032ebd7d71ee59e6f6fd4f21dc0564e108d44)
|
|
11
11
|
|
|
12
12
|
### Dependency Updates
|
|
13
|
+
- Bump [@ui5](https://github.com/ui5)/project from 3.5.1 to 3.6.0 [`e5627d8`](https://github.com/SAP/ui5-cli/commit/e5627d81c9e66668bb99d128a304d403df9fd224)
|
|
13
14
|
- Bump [@ui5](https://github.com/ui5)/project from 3.5.0 to 3.5.1 [`4ca30c3`](https://github.com/SAP/ui5-cli/commit/4ca30c3dc4066919f68af47307b4dc8b0bd898f7)
|
|
14
15
|
|
|
15
16
|
|
|
@@ -1098,7 +1099,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1098
1099
|
|
|
1099
1100
|
<a name="v0.0.1"></a>
|
|
1100
1101
|
## v0.0.1 - 2018-06-06
|
|
1101
|
-
[v3.
|
|
1102
|
+
[v3.5.0]: https://github.com/SAP/ui5-cli/compare/v3.4.0...v3.5.0
|
|
1102
1103
|
[v3.4.0]: https://github.com/SAP/ui5-cli/compare/v3.3.4...v3.4.0
|
|
1103
1104
|
[v3.3.4]: https://github.com/SAP/ui5-cli/compare/v3.3.3...v3.3.4
|
|
1104
1105
|
[v3.3.3]: https://github.com/SAP/ui5-cli/compare/v3.3.2...v3.3.3
|
package/lib/init/init.js
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.5.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^3.0.9",
|
|
13
13
|
"@ui5/fs": "^3.0.4",
|
|
14
14
|
"@ui5/logger": "^3.0.0",
|
|
15
|
-
"@ui5/project": "^3.
|
|
15
|
+
"@ui5/project": "^3.6.0",
|
|
16
16
|
"@ui5/server": "^3.1.3",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
18
18
|
"data-with-position": "^0.5.0",
|
|
@@ -715,9 +715,9 @@
|
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"node_modules/@ui5/project": {
|
|
718
|
-
"version": "3.
|
|
719
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.
|
|
720
|
-
"integrity": "sha512-
|
|
718
|
+
"version": "3.6.0",
|
|
719
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.6.0.tgz",
|
|
720
|
+
"integrity": "sha512-5A2nxPeRVYP5j1j9fVbGY5gkkdyf7xdDz3X4PRrl482MIZl5/X5YvnKhxYHRfzkmbzWVVxl7aitOQQrOymaoJw==",
|
|
721
721
|
"dependencies": {
|
|
722
722
|
"@npmcli/config": "^6.2.1",
|
|
723
723
|
"@ui5/builder": "^3.0.9",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "UI5 Tooling - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@ui5/builder": "^3.0.9",
|
|
120
120
|
"@ui5/fs": "^3.0.4",
|
|
121
121
|
"@ui5/logger": "^3.0.0",
|
|
122
|
-
"@ui5/project": "^3.
|
|
122
|
+
"@ui5/project": "^3.6.0",
|
|
123
123
|
"@ui5/server": "^3.1.3",
|
|
124
124
|
"chalk": "^5.3.0",
|
|
125
125
|
"data-with-position": "^0.5.0",
|