@sap-ux/abap-deploy-config-sub-generator 0.0.26 → 0.0.27
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.
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"configNotFound": "No existing deployment configuration file found",
|
|
12
12
|
"indexExists": "'webapp/index.html' already exists and won't be overwritten",
|
|
13
13
|
"initFailed": "Initializing failed, unable to process project configuration. {{- error}}",
|
|
14
|
-
"initTelemetry": "Initializing telemetry",
|
|
14
|
+
"initTelemetry": "Initializing telemetry in ABAP deployment configuration generator",
|
|
15
15
|
"appRootPath": "App loaded from {{- appRootPath}}"
|
|
16
16
|
}
|
|
17
17
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
7
7
|
"directory": "packages/abap-deploy-config-sub-generator"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.27",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "generators/app/index.js",
|
|
12
12
|
"files": [
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@sap-ux/abap-deploy-config-inquirer": "1.2.9",
|
|
25
25
|
"@sap-ux/abap-deploy-config-writer": "0.0.83",
|
|
26
26
|
"@sap-ux/btp-utils": "1.0.0",
|
|
27
|
-
"@sap-ux/deploy-config-generator-shared": "0.0.
|
|
27
|
+
"@sap-ux/deploy-config-generator-shared": "0.0.18",
|
|
28
28
|
"@sap-ux/feature-toggle": "0.2.3",
|
|
29
29
|
"@sap-ux/fiori-generator-shared": "0.7.25",
|
|
30
30
|
"@sap-ux/logger": "0.6.0",
|