@sap-ux/adp-tooling 1.0.12 → 1.0.13
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.
|
@@ -125,6 +125,7 @@ export async function writeUI5Yaml(projectPath, data, fs) {
|
|
|
125
125
|
enhanceUI5YamlWithTranspileMiddleware(ui5Config, data);
|
|
126
126
|
enhanceUI5Yaml(ui5Config, data);
|
|
127
127
|
enhanceUI5YamlWithCustomTask(ui5Config, data);
|
|
128
|
+
ui5Config.addBuilderResourceExcludes();
|
|
128
129
|
fs.write(ui5ConfigPath, ui5Config.toString());
|
|
129
130
|
}
|
|
130
131
|
catch (e) {
|
|
@@ -150,6 +151,7 @@ export async function writeCfUI5Yaml(projectPath, data, fs) {
|
|
|
150
151
|
enhanceUI5YamlWithCfCustomTask(ui5Config, data);
|
|
151
152
|
/** Middlewares */
|
|
152
153
|
enhanceUI5YamlWithFioriToolsMiddleware(ui5Config);
|
|
154
|
+
ui5Config.addBuilderResourceExcludes();
|
|
153
155
|
fs.write(ui5ConfigPath, ui5Config.toString());
|
|
154
156
|
}
|
|
155
157
|
catch (e) {
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bugs": {
|
|
11
11
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
|
|
12
12
|
},
|
|
13
|
-
"version": "1.0.
|
|
13
|
+
"version": "1.0.13",
|
|
14
14
|
"license": "Apache-2.0",
|
|
15
15
|
"author": "@SAP/ux-tools-team",
|
|
16
16
|
"main": "dist/index.js",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"@sap-ux/inquirer-common": "1.0.10",
|
|
44
44
|
"@sap-ux/logger": "1.0.1",
|
|
45
45
|
"@sap-ux/nodejs-utils": "1.0.3",
|
|
46
|
+
"@sap-ux/odata-service-writer": "1.0.6",
|
|
46
47
|
"@sap-ux/project-access": "2.1.2",
|
|
47
48
|
"@sap-ux/project-input-validator": "1.0.6",
|
|
48
49
|
"@sap-ux/store": "2.0.1",
|
|
49
50
|
"@sap-ux/system-access": "1.0.2",
|
|
50
51
|
"@sap-ux/ui5-config": "1.0.3",
|
|
51
|
-
"@sap-ux/ui5-info": "1.0.1"
|
|
52
|
-
"@sap-ux/odata-service-writer": "1.0.6"
|
|
52
|
+
"@sap-ux/ui5-info": "1.0.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@jest/globals": "30.3.0",
|