@ui5/cli 4.0.35 → 4.0.36
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 -1
- package/npm-shrinkwrap.json +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
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/v4.0.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.36...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.36"></a>
|
|
8
|
+
## [v4.0.36] - 2025-11-18
|
|
6
9
|
|
|
7
10
|
<a name="v4.0.35"></a>
|
|
8
11
|
## [v4.0.35] - 2025-11-14
|
|
@@ -1430,6 +1433,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1430
1433
|
|
|
1431
1434
|
<a name="v0.0.1"></a>
|
|
1432
1435
|
## v0.0.1 - 2018-06-06
|
|
1436
|
+
[v4.0.36]: https://github.com/SAP/ui5-cli/compare/v4.0.35...v4.0.36
|
|
1433
1437
|
[v4.0.35]: https://github.com/SAP/ui5-cli/compare/v4.0.34...v4.0.35
|
|
1434
1438
|
[v4.0.34]: https://github.com/SAP/ui5-cli/compare/v4.0.33...v4.0.34
|
|
1435
1439
|
[v4.0.33]: https://github.com/SAP/ui5-cli/compare/v4.0.32...v4.0.33
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.36",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.36",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.1.2",
|
|
@@ -1431,9 +1431,9 @@
|
|
|
1431
1431
|
}
|
|
1432
1432
|
},
|
|
1433
1433
|
"node_modules/default-browser": {
|
|
1434
|
-
"version": "5.
|
|
1435
|
-
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.
|
|
1436
|
-
"integrity": "sha512-
|
|
1434
|
+
"version": "5.4.0",
|
|
1435
|
+
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.4.0.tgz",
|
|
1436
|
+
"integrity": "sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==",
|
|
1437
1437
|
"dependencies": {
|
|
1438
1438
|
"bundle-name": "^4.1.0",
|
|
1439
1439
|
"default-browser-id": "^5.0.0"
|
|
@@ -2147,9 +2147,9 @@
|
|
|
2147
2147
|
}
|
|
2148
2148
|
},
|
|
2149
2149
|
"node_modules/glob": {
|
|
2150
|
-
"version": "10.
|
|
2151
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.
|
|
2152
|
-
"integrity": "sha512-
|
|
2150
|
+
"version": "10.5.0",
|
|
2151
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
2152
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
2153
2153
|
"dependencies": {
|
|
2154
2154
|
"foreground-child": "^3.1.0",
|
|
2155
2155
|
"jackspeak": "^3.1.2",
|