@ui5/cli 3.8.0 → 3.9.1
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/.reuse/dep5 +1 -1
- package/CHANGELOG.md +12 -1
- package/CONTRIBUTING.md +1 -1
- package/LICENSE.txt +1 -1
- package/README.md +4 -4
- package/npm-shrinkwrap.json +595 -491
- package/package.json +10 -8
package/.reuse/dep5
CHANGED
|
@@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
25
25
|
parties the right to use of access any SAP External Product, through API Calls.
|
|
26
26
|
|
|
27
27
|
Files: *
|
|
28
|
-
Copyright: 2018-
|
|
28
|
+
Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors
|
|
29
29
|
License: Apache-2.0
|
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,16 @@
|
|
|
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.9.1...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.9.1"></a>
|
|
8
|
+
## [v3.9.1] - 2024-02-13
|
|
9
|
+
|
|
10
|
+
<a name="v3.9.0"></a>
|
|
11
|
+
## [v3.9.0] - 2024-01-18
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.2.0 to 3.3.0 [`9b3f5fd`](https://github.com/SAP/ui5-cli/commit/9b3f5fdfb636a45bd78472ade475b5ac9343dd92)
|
|
14
|
+
|
|
6
15
|
|
|
7
16
|
<a name="v3.8.0"></a>
|
|
8
17
|
## [v3.8.0] - 2023-12-12
|
|
@@ -1160,6 +1169,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1160
1169
|
|
|
1161
1170
|
<a name="v0.0.1"></a>
|
|
1162
1171
|
## v0.0.1 - 2018-06-06
|
|
1172
|
+
[v3.9.1]: https://github.com/SAP/ui5-cli/compare/v3.9.0...v3.9.1
|
|
1173
|
+
[v3.9.0]: https://github.com/SAP/ui5-cli/compare/v3.8.0...v3.9.0
|
|
1163
1174
|
[v3.8.0]: https://github.com/SAP/ui5-cli/compare/v3.7.3...v3.8.0
|
|
1164
1175
|
[v3.7.3]: https://github.com/SAP/ui5-cli/compare/v3.7.2...v3.7.3
|
|
1165
1176
|
[v3.7.2]: https://github.com/SAP/ui5-cli/compare/v3.7.1...v3.7.2
|
package/CONTRIBUTING.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# Contributing to the UI5 Tooling
|
|
2
2
|
|
|
3
|
-
See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/
|
|
3
|
+
See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md) repository.
|
package/LICENSE.txt
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2018-
|
|
189
|
+
Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# ui5-cli
|
|
4
4
|
> `ui5` Command Line Interface
|
|
5
5
|
> Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
|
|
6
6
|
|
|
7
7
|
[](https://api.reuse.software/info/github.com/SAP/ui5-cli)
|
|
8
|
-
[](https://dev.azure.com/sap/opensource/_build/latest?definitionId=33&branchName=v3)
|
|
9
9
|
[](https://www.npmjs.com/package/@ui5/cli)
|
|
10
10
|
[](https://coveralls.io/github/SAP/ui5-cli)
|
|
11
11
|
|
|
@@ -14,11 +14,11 @@ UI5 CLI documentation can be found here: [sap.github.io/ui5-tooling](https://sap
|
|
|
14
14
|
|
|
15
15
|
## Contributing
|
|
16
16
|
|
|
17
|
-
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/
|
|
17
|
+
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md).
|
|
18
18
|
|
|
19
19
|
## Support
|
|
20
20
|
|
|
21
|
-
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/
|
|
21
|
+
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.
|
|
22
22
|
|
|
23
23
|
Please report issues in the main [UI5 Tooling](https://github.com/SAP/ui5-tooling) repository.
|
|
24
24
|
|