@sap/adp-common
Advanced tools
Comparing version 1.1.43 to 1.1.44
@@ -46,2 +46,4 @@ export declare const Messages: { | ||
UI5_VERSION_NOT_REACHABLE: string; | ||
CREATE_EXTENSION_PROJECT_LABEL: (projectName: string) => string; | ||
CREATE_EXTENSION_PROJECT_FROM_BASE_APP_WITH_SYNC_VIEWS_LABEL: (projectName: string) => string; | ||
PROJECT_NAME_EXTERNAL_LENGTH_ERROR: (isCfMode: boolean) => string; | ||
@@ -48,0 +50,0 @@ PROJECT_NAME_INTERNAL_LENGTH_ERROR: (isCfMode: boolean) => string; |
@@ -50,2 +50,4 @@ "use strict"; | ||
UI5_VERSION_NOT_REACHABLE: "The url of the UI5 version you have selected is not reachable. <URL> should be made accessible through cloud connector and destination configuration in order to be consumed within SAPUI5 Adaptation project and its SAPUI5 Visual Editor.", | ||
CREATE_EXTENSION_PROJECT_LABEL: (projectName) => `Do you want to create an Extension Project with name "${projectName}" instead?`, | ||
CREATE_EXTENSION_PROJECT_FROM_BASE_APP_WITH_SYNC_VIEWS_LABEL: (projectName) => `Do you want to create an Extension Project with name "${projectName}" instead? It will give you the ability to create controller extensions for the synchronous views as well as the asynchronous.`, | ||
PROJECT_NAME_EXTERNAL_LENGTH_ERROR: (isCfMode) => `${isCfMode ? exports.Messages.MODULE : exports.Messages.PROJECT} name cannot contain more than 61 characters or end with "component".`, | ||
@@ -52,0 +54,0 @@ PROJECT_NAME_INTERNAL_LENGTH_ERROR: (isCfMode) => `${isCfMode ? exports.Messages.MODULE : exports.Messages.PROJECT} name cannot start with "customer" or contain more than 61 characters or end with "component".`, |
{ | ||
"name": "@sap/adp-common", | ||
"version": "1.1.43", | ||
"version": "1.1.44", | ||
"description": "common logic for all yeoman generators", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
142514
2191