@ui5/cli 4.0.28 → 4.0.30

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 CHANGED
@@ -2,7 +2,19 @@
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.27...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.30...HEAD).
6
+
7
+ <a name="v4.0.30"></a>
8
+ ## [v4.0.30] - 2025-10-07
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/builder from 4.0.12 to 4.0.13 [`5112889`](https://github.com/SAP/ui5-cli/commit/5112889f5c615c4cf0afb984e48b70a60884c582)
11
+
12
+
13
+ <a name="v4.0.29"></a>
14
+ ## [v4.0.29] - 2025-10-07
15
+ ### Dependency Updates
16
+ - Bump [@ui5](https://github.com/ui5)/builder from 4.0.11 to 4.0.12 [`4ee1fbf`](https://github.com/SAP/ui5-cli/commit/4ee1fbff4e22b783b2b8174b98715e96ec8d4fe7)
17
+
6
18
 
7
19
  <a name="v4.0.27"></a>
8
20
  ## [v4.0.27] - 2025-10-01
@@ -1386,6 +1398,8 @@ Only Node.js v10 or higher is supported.
1386
1398
 
1387
1399
  <a name="v0.0.1"></a>
1388
1400
  ## v0.0.1 - 2018-06-06
1401
+ [v4.0.30]: https://github.com/SAP/ui5-cli/compare/v4.0.29...v4.0.30
1402
+ [v4.0.29]: https://github.com/SAP/ui5-cli/compare/v4.0.27...v4.0.29
1389
1403
  [v4.0.27]: https://github.com/SAP/ui5-cli/compare/v4.0.26...v4.0.27
1390
1404
  [v4.0.26]: https://github.com/SAP/ui5-cli/compare/v4.0.25...v4.0.26
1391
1405
  [v4.0.25]: https://github.com/SAP/ui5-cli/compare/v4.0.24...v4.0.25
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.28",
3
+ "version": "4.0.30",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "4.0.28",
9
+ "version": "4.0.30",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@ui5/builder": "^4.0.12",
12
+ "@ui5/builder": "^4.0.13",
13
13
  "@ui5/fs": "^4.0.3",
14
14
  "@ui5/logger": "^4.0.2",
15
15
  "@ui5/project": "^4.0.6",
@@ -557,9 +557,9 @@
557
557
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
558
558
  },
559
559
  "node_modules/@ui5/builder": {
560
- "version": "4.0.12",
561
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.12.tgz",
562
- "integrity": "sha512-79cTHC7Uch67RAV4YD0iWmT+U5o14wuywuD5W1iszPnfJ522MQ4lA0QILTODPPsZAwYrqwC6kRQeekESZnWVMg==",
560
+ "version": "4.0.13",
561
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.13.tgz",
562
+ "integrity": "sha512-40+Qtdd39CH5SWOpRmFTAkIEXngX/eXZL9Q81i5eWVAhqpec1A8c5KyRkcCZbQwPHbMeA7wPebzWKi09q/Wp1Q==",
563
563
  "dependencies": {
564
564
  "@jridgewell/sourcemap-codec": "^1.5.5",
565
565
  "@ui5/fs": "^4.0.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.28",
3
+ "version": "4.0.30",
4
4
  "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -116,7 +116,7 @@
116
116
  "url": "git@github.com:SAP/ui5-cli.git"
117
117
  },
118
118
  "dependencies": {
119
- "@ui5/builder": "^4.0.12",
119
+ "@ui5/builder": "^4.0.13",
120
120
  "@ui5/fs": "^4.0.3",
121
121
  "@ui5/logger": "^4.0.2",
122
122
  "@ui5/project": "^4.0.6",