@sap/ux-ui5-tooling 1.17.5 → 1.17.6
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 +13 -0
- package/README.md +1 -1
- package/dist/cli/index.js +124 -90
- package/dist/middlewares/fiori-tools-appreload.js +40 -21
- package/dist/middlewares/fiori-tools-preview.js +99 -77
- package/dist/middlewares/fiori-tools-proxy.js +99 -77
- package/dist/middlewares/fiori-tools-servestatic.js +40 -21
- package/dist/tasks/cf-deploy/index.js +110 -89
- package/dist/tasks/deploy/index.js +124 -90
- package/package.json +11 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@ All notable changes to this project are documented in this file.
|
|
|
3
3
|
|
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
|
|
5
5
|
|
|
6
|
+
## [1.17.6] - 2025-05-15
|
|
7
|
+
### Changed
|
|
8
|
+
- Changed the minimum required [Node.js](https://nodejs.org/en/download) version to 20.19.2 or higher
|
|
9
|
+
|
|
10
|
+
### Quality
|
|
11
|
+
| Package | Type | Update | Change |
|
|
12
|
+
|---|---|---|---|
|
|
13
|
+
| [@sap-ux/preview-middleware](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/preview-middleware)) | dependencies | patch | [`0.19.39` -> `0.19.43`] |
|
|
14
|
+
| [@sap-ux/adp-tooling](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/adp-tooling)) | devDependencies | minor | [`0.13.42` -> `0.13.45`] |
|
|
15
|
+
| [@sap-ux/axios-extension](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/axios-extension)) | devDependencies | patch | [`1.20.2` -> `1.20.3`] |
|
|
16
|
+
| [@sap-ux/backend-proxy-middleware](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/backend-proxy-middleware)) | devDependencies | minor | [`0.8.43` -> `0.8.44`] |
|
|
17
|
+
| [@sap-ux/deploy-tooling](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/deploy-tooling)) | devDependencies | minor | [`0.15.60` -> `0.15.62`] |
|
|
18
|
+
|
|
6
19
|
## [1.17.5] - 2025-05-01
|
|
7
20
|
### Quality
|
|
8
21
|
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Furthermore, the module expose the cli `fiori` offering e.g. the [`fiori run`](#
|
|
|
5
5
|
|
|
6
6
|
**IMPORTANT**:
|
|
7
7
|
- Starting with version `1.10.5`, the minimum required `@ui5/cli` version is >= 3! For more information about migration to version 3 of the `@ui5/cli`, see [here](https://sap.github.io/ui5-tooling/v3/updates/migrate-v3/).
|
|
8
|
-
- Starting with version `1.
|
|
8
|
+
- Starting with version `1.17.6`, the minimum required NodeJS version is 20.19.2 or higher!
|
|
9
9
|
|
|
10
10
|
## [**Middlewares**](#middlewares)
|
|
11
11
|
|
package/dist/cli/index.js
CHANGED
|
@@ -55049,9 +55049,9 @@ var require_merge22 = __commonJS({
|
|
|
55049
55049
|
}
|
|
55050
55050
|
});
|
|
55051
55051
|
|
|
55052
|
-
// ../../node_modules/
|
|
55052
|
+
// ../../node_modules/fast-glob/out/utils/array.js
|
|
55053
55053
|
var require_array = __commonJS({
|
|
55054
|
-
"../../node_modules/
|
|
55054
|
+
"../../node_modules/fast-glob/out/utils/array.js"(exports2) {
|
|
55055
55055
|
"use strict";
|
|
55056
55056
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
55057
55057
|
exports2.splitWhen = exports2.flatten = void 0;
|
|
@@ -55076,9 +55076,9 @@ var require_array = __commonJS({
|
|
|
55076
55076
|
}
|
|
55077
55077
|
});
|
|
55078
55078
|
|
|
55079
|
-
// ../../node_modules/
|
|
55079
|
+
// ../../node_modules/fast-glob/out/utils/errno.js
|
|
55080
55080
|
var require_errno = __commonJS({
|
|
55081
|
-
"../../node_modules/
|
|
55081
|
+
"../../node_modules/fast-glob/out/utils/errno.js"(exports2) {
|
|
55082
55082
|
"use strict";
|
|
55083
55083
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
55084
55084
|
exports2.isEnoentCodeError = void 0;
|
|
@@ -55089,9 +55089,9 @@ var require_errno = __commonJS({
|
|
|
55089
55089
|
}
|
|
55090
55090
|
});
|
|
55091
55091
|
|
|
55092
|
-
// ../../node_modules/
|
|
55092
|
+
// ../../node_modules/fast-glob/out/utils/fs.js
|
|
55093
55093
|
var require_fs = __commonJS({
|
|
55094
|
-
"../../node_modules/
|
|
55094
|
+
"../../node_modules/fast-glob/out/utils/fs.js"(exports2) {
|
|
55095
55095
|
"use strict";
|
|
55096
55096
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
55097
55097
|
exports2.createDirentFromStats = void 0;
|
|
@@ -55114,9 +55114,9 @@ var require_fs = __commonJS({
|
|
|
55114
55114
|
}
|
|
55115
55115
|
});
|
|
55116
55116
|
|
|
55117
|
-
// ../../node_modules/
|
|
55117
|
+
// ../../node_modules/fast-glob/out/utils/path.js
|
|
55118
55118
|
var require_path = __commonJS({
|
|
55119
|
-
"../../node_modules/
|
|
55119
|
+
"../../node_modules/fast-glob/out/utils/path.js"(exports2) {
|
|
55120
55120
|
"use strict";
|
|
55121
55121
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
55122
55122
|
exports2.convertPosixPathToPattern = exports2.convertWindowsPathToPattern = exports2.convertPathToPattern = exports2.escapePosixPath = exports2.escapeWindowsPath = exports2.escape = exports2.removeLeadingDotSegment = exports2.makeAbsolute = exports2.unixify = void 0;
|
|
@@ -58126,9 +58126,9 @@ var require_micromatch = __commonJS({
|
|
|
58126
58126
|
}
|
|
58127
58127
|
});
|
|
58128
58128
|
|
|
58129
|
-
// ../../node_modules/
|
|
58129
|
+
// ../../node_modules/fast-glob/out/utils/pattern.js
|
|
58130
58130
|
var require_pattern2 = __commonJS({
|
|
58131
|
-
"../../node_modules/
|
|
58131
|
+
"../../node_modules/fast-glob/out/utils/pattern.js"(exports2) {
|
|
58132
58132
|
"use strict";
|
|
58133
58133
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
58134
58134
|
exports2.isAbsolute = exports2.partitionAbsoluteAndRelative = exports2.removeDuplicateSlashes = exports2.matchAny = exports2.convertPatternsToRe = exports2.makeRe = exports2.getPatternParts = exports2.expandBraceExpansion = exports2.expandPatternsWithBraceExpansion = exports2.isAffectDepthOfReadingPattern = exports2.endsWithSlashGlobStar = exports2.hasGlobStar = exports2.getBaseDirectory = exports2.isPatternRelatedToParentDirectory = exports2.getPatternsOutsideCurrentDirectory = exports2.getPatternsInsideCurrentDirectory = exports2.getPositivePatterns = exports2.getNegativePatterns = exports2.isPositivePattern = exports2.isNegativePattern = exports2.convertToNegativePattern = exports2.convertToPositivePattern = exports2.isDynamicPattern = exports2.isStaticPattern = void 0;
|
|
@@ -58291,9 +58291,9 @@ var require_pattern2 = __commonJS({
|
|
|
58291
58291
|
}
|
|
58292
58292
|
});
|
|
58293
58293
|
|
|
58294
|
-
// ../../node_modules/
|
|
58294
|
+
// ../../node_modules/fast-glob/out/utils/stream.js
|
|
58295
58295
|
var require_stream2 = __commonJS({
|
|
58296
|
-
"../../node_modules/
|
|
58296
|
+
"../../node_modules/fast-glob/out/utils/stream.js"(exports2) {
|
|
58297
58297
|
"use strict";
|
|
58298
58298
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
58299
58299
|
exports2.merge = void 0;
|
|
@@ -58314,9 +58314,9 @@ var require_stream2 = __commonJS({
|
|
|
58314
58314
|
}
|
|
58315
58315
|
});
|
|
58316
58316
|
|
|
58317
|
-
// ../../node_modules/
|
|
58317
|
+
// ../../node_modules/fast-glob/out/utils/string.js
|
|
58318
58318
|
var require_string2 = __commonJS({
|
|
58319
|
-
"../../node_modules/
|
|
58319
|
+
"../../node_modules/fast-glob/out/utils/string.js"(exports2) {
|
|
58320
58320
|
"use strict";
|
|
58321
58321
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
58322
58322
|
exports2.isEmpty = exports2.isString = void 0;
|
|
@@ -58331,9 +58331,9 @@ var require_string2 = __commonJS({
|
|
|
58331
58331
|
}
|
|
58332
58332
|
});
|
|
58333
58333
|
|
|
58334
|
-
// ../../node_modules/
|
|
58334
|
+
// ../../node_modules/fast-glob/out/utils/index.js
|
|
58335
58335
|
var require_utils8 = __commonJS({
|
|
58336
|
-
"../../node_modules/
|
|
58336
|
+
"../../node_modules/fast-glob/out/utils/index.js"(exports2) {
|
|
58337
58337
|
"use strict";
|
|
58338
58338
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
58339
58339
|
exports2.string = exports2.stream = exports2.pattern = exports2.path = exports2.fs = exports2.errno = exports2.array = void 0;
|
|
@@ -58354,9 +58354,9 @@ var require_utils8 = __commonJS({
|
|
|
58354
58354
|
}
|
|
58355
58355
|
});
|
|
58356
58356
|
|
|
58357
|
-
// ../../node_modules/
|
|
58357
|
+
// ../../node_modules/fast-glob/out/managers/tasks.js
|
|
58358
58358
|
var require_tasks = __commonJS({
|
|
58359
|
-
"../../node_modules/
|
|
58359
|
+
"../../node_modules/fast-glob/out/managers/tasks.js"(exports2) {
|
|
58360
58360
|
"use strict";
|
|
58361
58361
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
58362
58362
|
exports2.convertPatternGroupToTask = exports2.convertPatternGroupsToTasks = exports2.groupPatternsByBaseDirectory = exports2.getNegativePatternsAsPositive = exports2.getPositivePatterns = exports2.convertPatternsToTasks = exports2.generate = void 0;
|
|
@@ -59504,9 +59504,9 @@ var require_out3 = __commonJS({
|
|
|
59504
59504
|
}
|
|
59505
59505
|
});
|
|
59506
59506
|
|
|
59507
|
-
// ../../node_modules/
|
|
59507
|
+
// ../../node_modules/fast-glob/out/readers/reader.js
|
|
59508
59508
|
var require_reader2 = __commonJS({
|
|
59509
|
-
"../../node_modules/
|
|
59509
|
+
"../../node_modules/fast-glob/out/readers/reader.js"(exports2) {
|
|
59510
59510
|
"use strict";
|
|
59511
59511
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59512
59512
|
var path6 = require("path");
|
|
@@ -59543,9 +59543,9 @@ var require_reader2 = __commonJS({
|
|
|
59543
59543
|
}
|
|
59544
59544
|
});
|
|
59545
59545
|
|
|
59546
|
-
// ../../node_modules/
|
|
59546
|
+
// ../../node_modules/fast-glob/out/readers/stream.js
|
|
59547
59547
|
var require_stream4 = __commonJS({
|
|
59548
|
-
"../../node_modules/
|
|
59548
|
+
"../../node_modules/fast-glob/out/readers/stream.js"(exports2) {
|
|
59549
59549
|
"use strict";
|
|
59550
59550
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59551
59551
|
var stream_1 = require("stream");
|
|
@@ -59600,9 +59600,9 @@ var require_stream4 = __commonJS({
|
|
|
59600
59600
|
}
|
|
59601
59601
|
});
|
|
59602
59602
|
|
|
59603
|
-
// ../../node_modules/
|
|
59603
|
+
// ../../node_modules/fast-glob/out/readers/async.js
|
|
59604
59604
|
var require_async6 = __commonJS({
|
|
59605
|
-
"../../node_modules/
|
|
59605
|
+
"../../node_modules/fast-glob/out/readers/async.js"(exports2) {
|
|
59606
59606
|
"use strict";
|
|
59607
59607
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59608
59608
|
var fsWalk = require_out3();
|
|
@@ -59639,9 +59639,9 @@ var require_async6 = __commonJS({
|
|
|
59639
59639
|
}
|
|
59640
59640
|
});
|
|
59641
59641
|
|
|
59642
|
-
// ../../node_modules/
|
|
59642
|
+
// ../../node_modules/fast-glob/out/providers/matchers/matcher.js
|
|
59643
59643
|
var require_matcher = __commonJS({
|
|
59644
|
-
"../../node_modules/
|
|
59644
|
+
"../../node_modules/fast-glob/out/providers/matchers/matcher.js"(exports2) {
|
|
59645
59645
|
"use strict";
|
|
59646
59646
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59647
59647
|
var utils = require_utils8();
|
|
@@ -59690,9 +59690,9 @@ var require_matcher = __commonJS({
|
|
|
59690
59690
|
}
|
|
59691
59691
|
});
|
|
59692
59692
|
|
|
59693
|
-
// ../../node_modules/
|
|
59693
|
+
// ../../node_modules/fast-glob/out/providers/matchers/partial.js
|
|
59694
59694
|
var require_partial = __commonJS({
|
|
59695
|
-
"../../node_modules/
|
|
59695
|
+
"../../node_modules/fast-glob/out/providers/matchers/partial.js"(exports2) {
|
|
59696
59696
|
"use strict";
|
|
59697
59697
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59698
59698
|
var matcher_1 = require_matcher();
|
|
@@ -59727,9 +59727,9 @@ var require_partial = __commonJS({
|
|
|
59727
59727
|
}
|
|
59728
59728
|
});
|
|
59729
59729
|
|
|
59730
|
-
// ../../node_modules/
|
|
59730
|
+
// ../../node_modules/fast-glob/out/providers/filters/deep.js
|
|
59731
59731
|
var require_deep = __commonJS({
|
|
59732
|
-
"../../node_modules/
|
|
59732
|
+
"../../node_modules/fast-glob/out/providers/filters/deep.js"(exports2) {
|
|
59733
59733
|
"use strict";
|
|
59734
59734
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59735
59735
|
var utils = require_utils8();
|
|
@@ -59792,9 +59792,9 @@ var require_deep = __commonJS({
|
|
|
59792
59792
|
}
|
|
59793
59793
|
});
|
|
59794
59794
|
|
|
59795
|
-
// ../../node_modules/
|
|
59795
|
+
// ../../node_modules/fast-glob/out/providers/filters/entry.js
|
|
59796
59796
|
var require_entry = __commonJS({
|
|
59797
|
-
"../../node_modules/
|
|
59797
|
+
"../../node_modules/fast-glob/out/providers/filters/entry.js"(exports2) {
|
|
59798
59798
|
"use strict";
|
|
59799
59799
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59800
59800
|
var utils = require_utils8();
|
|
@@ -59880,9 +59880,9 @@ var require_entry = __commonJS({
|
|
|
59880
59880
|
}
|
|
59881
59881
|
});
|
|
59882
59882
|
|
|
59883
|
-
// ../../node_modules/
|
|
59883
|
+
// ../../node_modules/fast-glob/out/providers/filters/error.js
|
|
59884
59884
|
var require_error = __commonJS({
|
|
59885
|
-
"../../node_modules/
|
|
59885
|
+
"../../node_modules/fast-glob/out/providers/filters/error.js"(exports2) {
|
|
59886
59886
|
"use strict";
|
|
59887
59887
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59888
59888
|
var utils = require_utils8();
|
|
@@ -59901,9 +59901,9 @@ var require_error = __commonJS({
|
|
|
59901
59901
|
}
|
|
59902
59902
|
});
|
|
59903
59903
|
|
|
59904
|
-
// ../../node_modules/
|
|
59904
|
+
// ../../node_modules/fast-glob/out/providers/transformers/entry.js
|
|
59905
59905
|
var require_entry2 = __commonJS({
|
|
59906
|
-
"../../node_modules/
|
|
59906
|
+
"../../node_modules/fast-glob/out/providers/transformers/entry.js"(exports2) {
|
|
59907
59907
|
"use strict";
|
|
59908
59908
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59909
59909
|
var utils = require_utils8();
|
|
@@ -59933,9 +59933,9 @@ var require_entry2 = __commonJS({
|
|
|
59933
59933
|
}
|
|
59934
59934
|
});
|
|
59935
59935
|
|
|
59936
|
-
// ../../node_modules/
|
|
59936
|
+
// ../../node_modules/fast-glob/out/providers/provider.js
|
|
59937
59937
|
var require_provider = __commonJS({
|
|
59938
|
-
"../../node_modules/
|
|
59938
|
+
"../../node_modules/fast-glob/out/providers/provider.js"(exports2) {
|
|
59939
59939
|
"use strict";
|
|
59940
59940
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59941
59941
|
var path6 = require("path");
|
|
@@ -59987,9 +59987,9 @@ var require_provider = __commonJS({
|
|
|
59987
59987
|
}
|
|
59988
59988
|
});
|
|
59989
59989
|
|
|
59990
|
-
// ../../node_modules/
|
|
59990
|
+
// ../../node_modules/fast-glob/out/providers/async.js
|
|
59991
59991
|
var require_async7 = __commonJS({
|
|
59992
|
-
"../../node_modules/
|
|
59992
|
+
"../../node_modules/fast-glob/out/providers/async.js"(exports2) {
|
|
59993
59993
|
"use strict";
|
|
59994
59994
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59995
59995
|
var async_1 = require_async6();
|
|
@@ -60016,9 +60016,9 @@ var require_async7 = __commonJS({
|
|
|
60016
60016
|
}
|
|
60017
60017
|
});
|
|
60018
60018
|
|
|
60019
|
-
// ../../node_modules/
|
|
60019
|
+
// ../../node_modules/fast-glob/out/providers/stream.js
|
|
60020
60020
|
var require_stream5 = __commonJS({
|
|
60021
|
-
"../../node_modules/
|
|
60021
|
+
"../../node_modules/fast-glob/out/providers/stream.js"(exports2) {
|
|
60022
60022
|
"use strict";
|
|
60023
60023
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
60024
60024
|
var stream_1 = require("stream");
|
|
@@ -60050,9 +60050,9 @@ var require_stream5 = __commonJS({
|
|
|
60050
60050
|
}
|
|
60051
60051
|
});
|
|
60052
60052
|
|
|
60053
|
-
// ../../node_modules/
|
|
60053
|
+
// ../../node_modules/fast-glob/out/readers/sync.js
|
|
60054
60054
|
var require_sync5 = __commonJS({
|
|
60055
|
-
"../../node_modules/
|
|
60055
|
+
"../../node_modules/fast-glob/out/readers/sync.js"(exports2) {
|
|
60056
60056
|
"use strict";
|
|
60057
60057
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
60058
60058
|
var fsStat = require_out();
|
|
@@ -60098,9 +60098,9 @@ var require_sync5 = __commonJS({
|
|
|
60098
60098
|
}
|
|
60099
60099
|
});
|
|
60100
60100
|
|
|
60101
|
-
// ../../node_modules/
|
|
60101
|
+
// ../../node_modules/fast-glob/out/providers/sync.js
|
|
60102
60102
|
var require_sync6 = __commonJS({
|
|
60103
|
-
"../../node_modules/
|
|
60103
|
+
"../../node_modules/fast-glob/out/providers/sync.js"(exports2) {
|
|
60104
60104
|
"use strict";
|
|
60105
60105
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
60106
60106
|
var sync_1 = require_sync5();
|
|
@@ -60127,9 +60127,9 @@ var require_sync6 = __commonJS({
|
|
|
60127
60127
|
}
|
|
60128
60128
|
});
|
|
60129
60129
|
|
|
60130
|
-
// ../../node_modules/
|
|
60130
|
+
// ../../node_modules/fast-glob/out/settings.js
|
|
60131
60131
|
var require_settings4 = __commonJS({
|
|
60132
|
-
"../../node_modules/
|
|
60132
|
+
"../../node_modules/fast-glob/out/settings.js"(exports2) {
|
|
60133
60133
|
"use strict";
|
|
60134
60134
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
60135
60135
|
exports2.DEFAULT_FILE_SYSTEM_ADAPTER = void 0;
|
|
@@ -60187,9 +60187,9 @@ var require_settings4 = __commonJS({
|
|
|
60187
60187
|
}
|
|
60188
60188
|
});
|
|
60189
60189
|
|
|
60190
|
-
// ../../node_modules/
|
|
60190
|
+
// ../../node_modules/fast-glob/out/index.js
|
|
60191
60191
|
var require_out4 = __commonJS({
|
|
60192
|
-
"../../node_modules/
|
|
60192
|
+
"../../node_modules/fast-glob/out/index.js"(exports2, module2) {
|
|
60193
60193
|
"use strict";
|
|
60194
60194
|
var taskManager = require_tasks();
|
|
60195
60195
|
var async_1 = require_async7();
|
|
@@ -68661,9 +68661,9 @@ var require_read3 = __commonJS({
|
|
|
68661
68661
|
}
|
|
68662
68662
|
});
|
|
68663
68663
|
|
|
68664
|
-
// ../../node_modules
|
|
68664
|
+
// ../../node_modules/vscode-languageserver-textdocument/lib/umd/main.js
|
|
68665
68665
|
var require_main = __commonJS({
|
|
68666
|
-
"../../node_modules
|
|
68666
|
+
"../../node_modules/vscode-languageserver-textdocument/lib/umd/main.js"(exports2, module2) {
|
|
68667
68667
|
var __spreadArray9 = exports2 && exports2.__spreadArray || function(to, from, pack) {
|
|
68668
68668
|
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
68669
68669
|
if (ar || !(i in from)) {
|
|
@@ -69968,7 +69968,8 @@ var require_access = __commonJS({
|
|
|
69968
69968
|
* @param memFs - optional mem-fs-editor instance
|
|
69969
69969
|
*/
|
|
69970
69970
|
async updatePackageJSON(packageJson, memFs) {
|
|
69971
|
-
|
|
69971
|
+
var _a3;
|
|
69972
|
+
await (0, file_1.updatePackageJSON)((0, path_1.join)(this.app.appRoot, constants_1.FileName.Package), packageJson, memFs ?? ((_a3 = this.options) == null ? void 0 : _a3.fs));
|
|
69972
69973
|
}
|
|
69973
69974
|
/**
|
|
69974
69975
|
* Updates manifest.json file asynchronously by keeping the previous indentation.
|
|
@@ -69977,7 +69978,8 @@ var require_access = __commonJS({
|
|
|
69977
69978
|
* @param memFs - optional mem-fs-editor instance
|
|
69978
69979
|
*/
|
|
69979
69980
|
async updateManifestJSON(manifest, memFs) {
|
|
69980
|
-
|
|
69981
|
+
var _a3;
|
|
69982
|
+
await (0, file_1.updateManifestJSON)(this.app.manifest, manifest, memFs ?? ((_a3 = this.options) == null ? void 0 : _a3.fs));
|
|
69981
69983
|
}
|
|
69982
69984
|
/**
|
|
69983
69985
|
* Project structure.
|
|
@@ -91148,20 +91150,31 @@ var require_adapter = __commonJS({
|
|
|
91148
91150
|
} : function(o, v) {
|
|
91149
91151
|
o["default"] = v;
|
|
91150
91152
|
});
|
|
91151
|
-
var __importStar = exports2 && exports2.__importStar || function(
|
|
91152
|
-
|
|
91153
|
-
|
|
91154
|
-
|
|
91155
|
-
|
|
91156
|
-
|
|
91157
|
-
|
|
91158
|
-
|
|
91159
|
-
|
|
91153
|
+
var __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
91154
|
+
var ownKeys = function(o) {
|
|
91155
|
+
ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
91156
|
+
var ar = [];
|
|
91157
|
+
for (var k in o2) if (Object.prototype.hasOwnProperty.call(o2, k)) ar[ar.length] = k;
|
|
91158
|
+
return ar;
|
|
91159
|
+
};
|
|
91160
|
+
return ownKeys(o);
|
|
91161
|
+
};
|
|
91162
|
+
return function(mod) {
|
|
91163
|
+
if (mod && mod.__esModule) return mod;
|
|
91164
|
+
var result2 = {};
|
|
91165
|
+
if (mod != null) {
|
|
91166
|
+
for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result2, mod, k[i]);
|
|
91167
|
+
}
|
|
91168
|
+
__setModuleDefault(result2, mod);
|
|
91169
|
+
return result2;
|
|
91170
|
+
};
|
|
91171
|
+
}();
|
|
91160
91172
|
var __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
91161
91173
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
91162
91174
|
};
|
|
91163
91175
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
91164
|
-
exports2.
|
|
91176
|
+
exports2.toWinstonLogLevel = toWinstonLogLevel;
|
|
91177
|
+
exports2.toWinstonTransport = toWinstonTransport;
|
|
91165
91178
|
var types_1 = require_types6();
|
|
91166
91179
|
var winston_1 = __importStar(require_winston());
|
|
91167
91180
|
var transports_1 = require_transports();
|
|
@@ -91172,7 +91185,6 @@ var require_adapter = __commonJS({
|
|
|
91172
91185
|
function toWinstonLogLevel(logLevel) {
|
|
91173
91186
|
return logLevel === void 0 ? void 0 : types_1.LogLevel[logLevel].toLowerCase();
|
|
91174
91187
|
}
|
|
91175
|
-
exports2.toWinstonLogLevel = toWinstonLogLevel;
|
|
91176
91188
|
var toWinstonTransportOptions = (transportOptions) => {
|
|
91177
91189
|
const { logLevel, ...opts } = transportOptions;
|
|
91178
91190
|
return Object.assign({}, opts, { level: toWinstonLogLevel(logLevel) });
|
|
@@ -91247,7 +91259,6 @@ ${level} ${chalk_1.default.magenta(label)} `);
|
|
|
91247
91259
|
throw new Error("Unrecognized transport type");
|
|
91248
91260
|
}
|
|
91249
91261
|
}
|
|
91250
|
-
exports2.toWinstonTransport = toWinstonTransport;
|
|
91251
91262
|
}
|
|
91252
91263
|
});
|
|
91253
91264
|
|
|
@@ -91295,15 +91306,25 @@ var require_logger2 = __commonJS({
|
|
|
91295
91306
|
} : function(o, v) {
|
|
91296
91307
|
o["default"] = v;
|
|
91297
91308
|
});
|
|
91298
|
-
var __importStar = exports2 && exports2.__importStar || function(
|
|
91299
|
-
|
|
91300
|
-
|
|
91301
|
-
|
|
91302
|
-
|
|
91303
|
-
|
|
91304
|
-
|
|
91305
|
-
|
|
91306
|
-
|
|
91309
|
+
var __importStar = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
91310
|
+
var ownKeys = function(o) {
|
|
91311
|
+
ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
91312
|
+
var ar = [];
|
|
91313
|
+
for (var k in o2) if (Object.prototype.hasOwnProperty.call(o2, k)) ar[ar.length] = k;
|
|
91314
|
+
return ar;
|
|
91315
|
+
};
|
|
91316
|
+
return ownKeys(o);
|
|
91317
|
+
};
|
|
91318
|
+
return function(mod) {
|
|
91319
|
+
if (mod && mod.__esModule) return mod;
|
|
91320
|
+
var result2 = {};
|
|
91321
|
+
if (mod != null) {
|
|
91322
|
+
for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result2, mod, k[i]);
|
|
91323
|
+
}
|
|
91324
|
+
__setModuleDefault(result2, mod);
|
|
91325
|
+
return result2;
|
|
91326
|
+
};
|
|
91327
|
+
}();
|
|
91307
91328
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
91308
91329
|
exports2.WinstonLogger = void 0;
|
|
91309
91330
|
var transports_1 = require_transports();
|
|
@@ -127656,6 +127677,7 @@ var require_constants9 = __commonJS({
|
|
|
127656
127677
|
"sap.ux.help.testBetaFeatures.enableFioriAIJoule": "165a0e31-35ea-4bee-8d47-b8593435a82e",
|
|
127657
127678
|
"sap.ux.help.testBetaFeatures.enableFioriAIVsCode": "165a0e31-35ea-4bee-8d47-b8593435a82f",
|
|
127658
127679
|
"sap.ux.help.testBetaFeatures.enableFioriAIAppModeler": "165a0e31-35ea-4bee-8d47-b8593435a82g",
|
|
127680
|
+
"sap.ux.help.testBetaFeatures.enableFioriAIRapGeneration": "165a0e31-35ea-4bee-8d47-b8593435a82h",
|
|
127659
127681
|
"sap.ux.applicationModeler.testBetaFeatures.manifestEditor": true,
|
|
127660
127682
|
"sap.ux.appGenerator.testBetaFeatures.newAnnotationAPI": true
|
|
127661
127683
|
};
|
|
@@ -156753,7 +156775,7 @@ var require_package8 = __commonJS({
|
|
|
156753
156775
|
"../../node_modules/@sap-ux/telemetry/package.json"(exports2, module2) {
|
|
156754
156776
|
module2.exports = {
|
|
156755
156777
|
name: "@sap-ux/telemetry",
|
|
156756
|
-
version: "0.5.
|
|
156778
|
+
version: "0.5.78",
|
|
156757
156779
|
description: "Library for sending usage telemetry data",
|
|
156758
156780
|
repository: {
|
|
156759
156781
|
type: "git",
|
|
@@ -156772,7 +156794,7 @@ var require_package8 = __commonJS({
|
|
|
156772
156794
|
"performance-now": "2.1.0",
|
|
156773
156795
|
yaml: "2.3.3",
|
|
156774
156796
|
"@sap-ux/store": "1.0.0",
|
|
156775
|
-
"@sap-ux/project-access": "1.29.
|
|
156797
|
+
"@sap-ux/project-access": "1.29.22",
|
|
156776
156798
|
"@sap-ux/btp-utils": "1.0.3",
|
|
156777
156799
|
"@sap-ux/ui5-config": "0.27.2",
|
|
156778
156800
|
"@sap-ux/logger": "0.6.0"
|
|
@@ -190226,7 +190248,8 @@ var require_project_input_validator_i18n = __commonJS({
|
|
|
190226
190248
|
differentNamespaceThanProjectName: "The namespace must be the same as the project name.",
|
|
190227
190249
|
namespaceSameAsProjectNameError: "The namespace must be the same as the project name.",
|
|
190228
190250
|
namespaceLengthError: "The namespace cannot contain more than 61 characters or end with the word 'component'.",
|
|
190229
|
-
namespaceValidationError: "The namespace must contain only latin alphanumeric characters. Different parts can be separated by a period and every part must start with a letter."
|
|
190251
|
+
namespaceValidationError: "The namespace must contain only latin alphanumeric characters. Different parts can be separated by a period and every part must start with a letter.",
|
|
190252
|
+
achMandatoryError: "Application Component Hierarchy can contain only capital letters, digits, and dashes."
|
|
190230
190253
|
}
|
|
190231
190254
|
};
|
|
190232
190255
|
}
|
|
@@ -190765,6 +190788,7 @@ var require_validators4 = __commonJS({
|
|
|
190765
190788
|
exports2.validateProjectNameInternal = validateProjectNameInternal;
|
|
190766
190789
|
exports2.validateDuplicateProjectName = validateDuplicateProjectName;
|
|
190767
190790
|
exports2.validateNamespaceAdp = validateNamespaceAdp;
|
|
190791
|
+
exports2.validateAch = validateAch;
|
|
190768
190792
|
var path_1 = require("path");
|
|
190769
190793
|
var fs_1 = require("fs");
|
|
190770
190794
|
var i18n_1 = require_i18n5();
|
|
@@ -190842,6 +190866,17 @@ var require_validators4 = __commonJS({
|
|
|
190842
190866
|
}
|
|
190843
190867
|
return true;
|
|
190844
190868
|
}
|
|
190869
|
+
function validateAch(value, isCustomerBase) {
|
|
190870
|
+
const validationResult = (0, validators_1.validateEmptyString)(value);
|
|
190871
|
+
if (typeof validationResult === "string") {
|
|
190872
|
+
return validationResult;
|
|
190873
|
+
}
|
|
190874
|
+
const isValid = /^([A-Z0-9]{2,3})(-[A-Z0-9]{1,6})*$/.exec(value.toUpperCase());
|
|
190875
|
+
if (!isCustomerBase && !isValid) {
|
|
190876
|
+
return (0, i18n_1.t)("adp.achMandatoryError");
|
|
190877
|
+
}
|
|
190878
|
+
return true;
|
|
190879
|
+
}
|
|
190845
190880
|
}
|
|
190846
190881
|
});
|
|
190847
190882
|
|
|
@@ -194970,7 +195005,7 @@ var init_package = __esm({
|
|
|
194970
195005
|
package_default = {
|
|
194971
195006
|
name: "@sap/ux-ui5-tooling",
|
|
194972
195007
|
displayName: "SAP Fiori Tools \u2013 UI5 Tooling",
|
|
194973
|
-
version: "1.17.
|
|
195008
|
+
version: "1.17.6",
|
|
194974
195009
|
description: "SAP Fiori Tools \u2013 UI5 Tooling",
|
|
194975
195010
|
publisher: "SAPSE",
|
|
194976
195011
|
license: "SEE LICENSE IN LICENSE",
|
|
@@ -195005,13 +195040,12 @@ var init_package = __esm({
|
|
|
195005
195040
|
madge: "madge --warning --circular --extensions ts ./"
|
|
195006
195041
|
},
|
|
195007
195042
|
dependencies: {
|
|
195008
|
-
"@sap-ux/preview-middleware": "0.
|
|
195043
|
+
"@sap-ux/preview-middleware": "0.20.7",
|
|
195009
195044
|
"@ui5/fs": "3.0.4",
|
|
195010
195045
|
"connect-livereload": "0.6.1",
|
|
195011
195046
|
debug: "4.3.7",
|
|
195012
195047
|
express: "4.21.2",
|
|
195013
195048
|
livereload: "0.9.3",
|
|
195014
|
-
"patch-package": "8.0.0",
|
|
195015
195049
|
semver: "7.6.3",
|
|
195016
195050
|
"update-notifier-cjs": "5.1.6"
|
|
195017
195051
|
},
|
|
@@ -195020,23 +195054,23 @@ var init_package = __esm({
|
|
|
195020
195054
|
},
|
|
195021
195055
|
devDependencies: {
|
|
195022
195056
|
"@playwright/test": "1.51.1",
|
|
195023
|
-
"@sap-ux/adp-tooling": "0.13.
|
|
195024
|
-
"@sap-ux/axios-extension": "1.20.
|
|
195025
|
-
"@sap-ux/backend-proxy-middleware": "0.8.
|
|
195057
|
+
"@sap-ux/adp-tooling": "0.13.45",
|
|
195058
|
+
"@sap-ux/axios-extension": "1.20.3",
|
|
195059
|
+
"@sap-ux/backend-proxy-middleware": "0.8.44",
|
|
195026
195060
|
"@sap-ux/btp-utils": "1.0.3",
|
|
195027
|
-
"@sap-ux/deploy-tooling": "0.15.
|
|
195028
|
-
"@sap-ux/feature-toggle": "0.2.
|
|
195061
|
+
"@sap-ux/deploy-tooling": "0.15.62",
|
|
195062
|
+
"@sap-ux/feature-toggle": "0.2.4",
|
|
195029
195063
|
"@sap-ux/guided-answers-helper": "0.2.2",
|
|
195030
|
-
"@sap-ux/logger": "0.
|
|
195031
|
-
"@sap-ux/project-access": "1.29.
|
|
195064
|
+
"@sap-ux/logger": "0.7.0",
|
|
195065
|
+
"@sap-ux/project-access": "1.29.22",
|
|
195032
195066
|
"@sap-ux/reload-middleware": "0.2.21",
|
|
195033
195067
|
"@sap-ux/serve-static-middleware": "0.2.3",
|
|
195034
195068
|
"@sap-ux/store": "1.0.0",
|
|
195035
|
-
"@sap-ux/telemetry": "0.5.
|
|
195069
|
+
"@sap-ux/telemetry": "0.5.78",
|
|
195036
195070
|
"@sap-ux/ui5-config": "0.27.2",
|
|
195037
195071
|
"@sap-ux/ui5-info": "0.10.1",
|
|
195038
195072
|
"@sap-ux/ui5-proxy-middleware": "1.4.26",
|
|
195039
|
-
"@sap/ux-app-templates": "1.17.
|
|
195073
|
+
"@sap/ux-app-templates": "1.17.6",
|
|
195040
195074
|
"@types/fs-extra": "11.0.4",
|
|
195041
195075
|
"@types/jest-dev-server": "5.0.3",
|
|
195042
195076
|
"@types/marked": "4.0.1",
|