@ui5/cli 4.0.21 → 4.0.22
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 +15 -15
- package/package.json +2 -2
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.22...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.22"></a>
|
|
8
|
+
## [v4.0.22] - 2025-07-18
|
|
6
9
|
|
|
7
10
|
<a name="v4.0.21"></a>
|
|
8
11
|
## [v4.0.21] - 2025-07-16
|
|
@@ -1348,6 +1351,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1348
1351
|
|
|
1349
1352
|
<a name="v0.0.1"></a>
|
|
1350
1353
|
## v0.0.1 - 2018-06-06
|
|
1354
|
+
[v4.0.22]: https://github.com/SAP/ui5-cli/compare/v4.0.21...v4.0.22
|
|
1351
1355
|
[v4.0.21]: https://github.com/SAP/ui5-cli/compare/v4.0.20...v4.0.21
|
|
1352
1356
|
[v4.0.20]: https://github.com/SAP/ui5-cli/compare/v4.0.19...v4.0.20
|
|
1353
1357
|
[v4.0.19]: https://github.com/SAP/ui5-cli/compare/v4.0.18...v4.0.19
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.22",
|
|
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.22",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.0.8",
|
|
@@ -1231,15 +1231,15 @@
|
|
|
1231
1231
|
}
|
|
1232
1232
|
},
|
|
1233
1233
|
"node_modules/compression": {
|
|
1234
|
-
"version": "1.8.
|
|
1235
|
-
"resolved": "https://registry.npmjs.org/compression/-/compression-1.8.
|
|
1236
|
-
"integrity": "sha512-
|
|
1234
|
+
"version": "1.8.1",
|
|
1235
|
+
"resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz",
|
|
1236
|
+
"integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
|
|
1237
1237
|
"dependencies": {
|
|
1238
1238
|
"bytes": "3.1.2",
|
|
1239
1239
|
"compressible": "~2.0.18",
|
|
1240
1240
|
"debug": "2.6.9",
|
|
1241
1241
|
"negotiator": "~0.6.4",
|
|
1242
|
-
"on-headers": "~1.0
|
|
1242
|
+
"on-headers": "~1.1.0",
|
|
1243
1243
|
"safe-buffer": "5.2.1",
|
|
1244
1244
|
"vary": "~1.1.2"
|
|
1245
1245
|
},
|
|
@@ -2849,9 +2849,9 @@
|
|
|
2849
2849
|
}
|
|
2850
2850
|
},
|
|
2851
2851
|
"node_modules/ky": {
|
|
2852
|
-
"version": "1.8.
|
|
2853
|
-
"resolved": "https://registry.npmjs.org/ky/-/ky-1.8.
|
|
2854
|
-
"integrity": "sha512-
|
|
2852
|
+
"version": "1.8.2",
|
|
2853
|
+
"resolved": "https://registry.npmjs.org/ky/-/ky-1.8.2.tgz",
|
|
2854
|
+
"integrity": "sha512-XybQJ3d4Ea1kI27DoelE5ZCT3bSJlibYTtQuMsyzKox3TMyayw1asgQdl54WroAm+fIA3ZCr8zXW2RpR7qWVpA==",
|
|
2855
2855
|
"engines": {
|
|
2856
2856
|
"node": ">=18"
|
|
2857
2857
|
},
|
|
@@ -3517,9 +3517,9 @@
|
|
|
3517
3517
|
}
|
|
3518
3518
|
},
|
|
3519
3519
|
"node_modules/on-headers": {
|
|
3520
|
-
"version": "1.0
|
|
3521
|
-
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.
|
|
3522
|
-
"integrity": "sha512-
|
|
3520
|
+
"version": "1.1.0",
|
|
3521
|
+
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
|
|
3522
|
+
"integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
|
|
3523
3523
|
"engines": {
|
|
3524
3524
|
"node": ">= 0.8"
|
|
3525
3525
|
}
|
|
@@ -4100,9 +4100,9 @@
|
|
|
4100
4100
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
4101
4101
|
},
|
|
4102
4102
|
"node_modules/picomatch": {
|
|
4103
|
-
"version": "4.0.
|
|
4104
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
4105
|
-
"integrity": "sha512-
|
|
4103
|
+
"version": "4.0.3",
|
|
4104
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
4105
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
4106
4106
|
"engines": {
|
|
4107
4107
|
"node": ">=12"
|
|
4108
4108
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.22",
|
|
4
4
|
"description": "UI5 Tooling - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"eslint": "^9.31.0",
|
|
143
143
|
"eslint-config-google": "^0.14.0",
|
|
144
144
|
"eslint-plugin-ava": "^15.0.1",
|
|
145
|
-
"eslint-plugin-jsdoc": "^51.
|
|
145
|
+
"eslint-plugin-jsdoc": "^51.4.1",
|
|
146
146
|
"esmock": "^2.7.1",
|
|
147
147
|
"execa": "^9.6.0",
|
|
148
148
|
"globals": "^16.3.0",
|