@sap-ux/create 0.8.33 → 0.8.34

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addAnnotationsToOdataCommand = void 0;
3
+ exports.addAnnotationsToOdataCommand = addAnnotationsToOdataCommand;
4
4
  const adp_tooling_1 = require("@sap-ux/adp-tooling");
5
5
  const tracing_1 = require("../../tracing");
6
6
  const common_1 = require("../../common");
@@ -19,7 +19,6 @@ function addAnnotationsToOdataCommand(cmd) {
19
19
  await addAnnotationsToOdata(path, !!options.simulate, options.config);
20
20
  });
21
21
  }
22
- exports.addAnnotationsToOdataCommand = addAnnotationsToOdataCommand;
23
22
  /**
24
23
  * Changes the data source of an adaptation project.
25
24
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addCardsEditorConfigCommand = void 0;
3
+ exports.addCardsEditorConfigCommand = addCardsEditorConfigCommand;
4
4
  const cards_editor_config_writer_1 = require("@sap-ux/cards-editor-config-writer");
5
5
  const tracing_1 = require("../../tracing");
6
6
  const validation_1 = require("../../validation");
@@ -22,7 +22,6 @@ function addCardsEditorConfigCommand(cmd) {
22
22
  await addCardsEditorConfig(path || process.cwd(), !!options.simulate, !!options.skipInstall);
23
23
  });
24
24
  }
25
- exports.addCardsEditorConfigCommand = addCardsEditorConfigCommand;
26
25
  /**
27
26
  * Adds an cards editor config to an app. To prevent overwriting existing inbounds will be checked.
28
27
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addAddCdsPluginUi5Command = void 0;
3
+ exports.addAddCdsPluginUi5Command = addAddCdsPluginUi5Command;
4
4
  const path_1 = require("path");
5
5
  const cap_config_writer_1 = require("@sap-ux/cap-config-writer");
6
6
  const tracing_1 = require("../../tracing");
@@ -22,7 +22,6 @@ function addAddCdsPluginUi5Command(cmd) {
22
22
  await addCdsPluginUi5(path || process.cwd(), !!options.simulate, !!options.skipInstall);
23
23
  });
24
24
  }
25
- exports.addAddCdsPluginUi5Command = addAddCdsPluginUi5Command;
26
25
  /**
27
26
  * Add cds-plugin-ui5 and all prerequisites to a CAP project.
28
27
  *
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addComponentUsages = exports.addComponentUsagesCommand = void 0;
3
+ exports.addComponentUsagesCommand = addComponentUsagesCommand;
4
+ exports.addComponentUsages = addComponentUsages;
4
5
  const adp_tooling_1 = require("@sap-ux/adp-tooling");
5
6
  const tracing_1 = require("../../tracing");
6
7
  const validation_1 = require("../../validation/validation");
@@ -17,7 +18,6 @@ function addComponentUsagesCommand(cmd) {
17
18
  await addComponentUsages(path, !!options.simulate);
18
19
  });
19
20
  }
20
- exports.addComponentUsagesCommand = addComponentUsagesCommand;
21
21
  /**
22
22
  * Adds component usages to the adaptation project.
23
23
  *
@@ -46,7 +46,6 @@ async function addComponentUsages(basePath, simulate) {
46
46
  logger.debug(error);
47
47
  }
48
48
  }
49
- exports.addComponentUsages = addComponentUsages;
50
49
  /**
51
50
  * Returns the writer data for the component usages change.
52
51
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addDeployConfigCommand = void 0;
3
+ exports.addDeployConfigCommand = addDeployConfigCommand;
4
4
  const project_access_1 = require("@sap-ux/project-access");
5
5
  const abap_deploy_config_writer_1 = require("@sap-ux/abap-deploy-config-writer");
6
6
  const tracing_1 = require("../../tracing");
@@ -27,7 +27,6 @@ function addDeployConfigCommand(cmd) {
27
27
  await addDeployConfig(path || process.cwd(), options.target, options.simulate, options.baseFile ?? project_access_1.FileName.Ui5Yaml, options.deployFile ?? project_access_1.FileName.UI5DeployYaml);
28
28
  });
29
29
  }
30
- exports.addDeployConfigCommand = addDeployConfigCommand;
31
30
  /**
32
31
  * Prompts the user to select the target for deployment.
33
32
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addAddHtmlFilesCmd = void 0;
3
+ exports.addAddHtmlFilesCmd = addAddHtmlFilesCmd;
4
4
  const tracing_1 = require("../../tracing");
5
5
  const validation_1 = require("../../validation");
6
6
  const preview_middleware_1 = require("@sap-ux/preview-middleware");
@@ -25,7 +25,6 @@ function addAddHtmlFilesCmd(cmd) {
25
25
  await addHtmlFiles(path || process.cwd(), !!options.simulate, options.config);
26
26
  });
27
27
  }
28
- exports.addAddHtmlFilesCmd = addAddHtmlFilesCmd;
29
28
  /**
30
29
  * Adds the virtual html files hosted by the preview middleware to the file system.
31
30
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getAddCommands = void 0;
3
+ exports.getAddCommands = getAddCommands;
4
4
  const commander_1 = require("commander");
5
5
  const mockserver_config_1 = require("./mockserver-config");
6
6
  const smartlinks_config_1 = require("./smartlinks-config");
@@ -41,5 +41,4 @@ function getAddCommands() {
41
41
  (0, deploy_config_1.addDeployConfigCommand)(addCommands);
42
42
  return addCommands;
43
43
  }
44
- exports.getAddCommands = getAddCommands;
45
44
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addAddMockserverConfigCommand = void 0;
3
+ exports.addAddMockserverConfigCommand = addAddMockserverConfigCommand;
4
4
  const path_1 = require("path");
5
5
  const prompts_1 = require("prompts");
6
6
  const project_access_1 = require("@sap-ux/project-access");
@@ -26,7 +26,6 @@ function addAddMockserverConfigCommand(cmd) {
26
26
  await addMockserverConfig(path || process.cwd(), !!options.simulate, !!options.skipInstall, !!options.interactive);
27
27
  });
28
28
  }
29
- exports.addAddMockserverConfigCommand = addAddMockserverConfigCommand;
30
29
  /**
31
30
  * Adds a mockserver config to an app or project.
32
31
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addInboundNavigationConfigCommand = void 0;
3
+ exports.addInboundNavigationConfigCommand = addInboundNavigationConfigCommand;
4
4
  const app_config_writer_1 = require("@sap-ux/app-config-writer");
5
5
  const tracing_1 = require("../../tracing");
6
6
  const validation_1 = require("../../validation");
@@ -20,7 +20,6 @@ function addInboundNavigationConfigCommand(cmd) {
20
20
  await addInboundNavigationConfig(path || process.cwd(), !!options.simulate);
21
21
  });
22
22
  }
23
- exports.addInboundNavigationConfigCommand = addInboundNavigationConfigCommand;
24
23
  /**
25
24
  * Adds an inbound navigation config to an app. To prevent overwriting existing inbounds will be checked.
26
25
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addNewModelCommand = void 0;
3
+ exports.addNewModelCommand = addNewModelCommand;
4
4
  const adp_tooling_1 = require("@sap-ux/adp-tooling");
5
5
  const common_1 = require("../../common");
6
6
  const tracing_1 = require("../../tracing");
@@ -17,7 +17,6 @@ function addNewModelCommand(cmd) {
17
17
  await addNewModel(path, !!options.simulate);
18
18
  });
19
19
  }
20
- exports.addNewModelCommand = addNewModelCommand;
21
20
  /**
22
21
  * Changes the odata service and new sapui5 model of an adaptation project.
23
22
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addAddSmartLinksConfigCommand = void 0;
3
+ exports.addAddSmartLinksConfigCommand = addAddSmartLinksConfigCommand;
4
4
  const app_config_writer_1 = require("@sap-ux/app-config-writer");
5
5
  const tracing_1 = require("../../tracing");
6
6
  const validation_1 = require("../../validation");
@@ -20,7 +20,6 @@ function addAddSmartLinksConfigCommand(cmd) {
20
20
  await addSmartLinksConfig(path || process.cwd(), !!options.simulate);
21
21
  });
22
22
  }
23
- exports.addAddSmartLinksConfigCommand = addAddSmartLinksConfigCommand;
24
23
  /**
25
24
  * Adds a smartLinks config to an app or project.
26
25
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addChangeDataSourceCommand = void 0;
3
+ exports.addChangeDataSourceCommand = addChangeDataSourceCommand;
4
4
  const adp_tooling_1 = require("@sap-ux/adp-tooling");
5
5
  const tracing_1 = require("../../tracing");
6
6
  const common_1 = require("../../common");
@@ -19,7 +19,6 @@ function addChangeDataSourceCommand(cmd) {
19
19
  await changeDataSource(path, !!options.simulate, options.config);
20
20
  });
21
21
  }
22
- exports.addChangeDataSourceCommand = addChangeDataSourceCommand;
23
22
  /**
24
23
  * Changes the data source of an adaptation project.
25
24
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addChangeInboundCommand = void 0;
3
+ exports.addChangeInboundCommand = addChangeInboundCommand;
4
4
  const tracing_1 = require("../../tracing");
5
5
  const adp_tooling_1 = require("@sap-ux/adp-tooling");
6
6
  const common_1 = require("../../common");
@@ -17,7 +17,6 @@ function addChangeInboundCommand(cmd) {
17
17
  await changeInbound(path, !!options.simulate);
18
18
  });
19
19
  }
20
- exports.addChangeInboundCommand = addChangeInboundCommand;
21
20
  /**
22
21
  * Changes the data source of an adaptation project.
23
22
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getChangeCommands = void 0;
3
+ exports.getChangeCommands = getChangeCommands;
4
4
  const commander_1 = require("commander");
5
5
  const change_data_source_1 = require("./change-data-source");
6
6
  const change_inbound_1 = require("./change-inbound");
@@ -16,5 +16,4 @@ function getChangeCommands() {
16
16
  (0, change_inbound_1.addChangeInboundCommand)(addCommands);
17
17
  return addCommands;
18
18
  }
19
- exports.getChangeCommands = getChangeCommands;
20
19
  //# sourceMappingURL=index.js.map
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.addGenerateAdaptationProjectCommand = void 0;
6
+ exports.addGenerateAdaptationProjectCommand = addGenerateAdaptationProjectCommand;
7
7
  const chalk_1 = __importDefault(require("chalk"));
8
8
  const tracing_1 = require("../../tracing");
9
9
  const adp_tooling_1 = require("@sap-ux/adp-tooling");
@@ -32,7 +32,6 @@ function addGenerateAdaptationProjectCommand(cmd) {
32
32
  await generateAdaptationProject(path, { ...options }, !!options.yes, !!options.simulate, !!options.skipInstall);
33
33
  });
34
34
  }
35
- exports.addGenerateAdaptationProjectCommand = addGenerateAdaptationProjectCommand;
36
35
  /**
37
36
  * Generate an SAP UI5 adaptation project based on the given parameters.
38
37
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getGenerateCommands = void 0;
3
+ exports.getGenerateCommands = getGenerateCommands;
4
4
  const commander_1 = require("commander");
5
5
  const adaptation_project_1 = require("./adaptation-project");
6
6
  /**
@@ -12,5 +12,4 @@ function getGenerateCommands() {
12
12
  (0, adaptation_project_1.addGenerateAdaptationProjectCommand)(genCommands);
13
13
  return genCommands;
14
14
  }
15
- exports.getGenerateCommands = getGenerateCommands;
16
15
  //# sourceMappingURL=index.js.map
package/dist/cli/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.handleCreateFioriCommand = void 0;
3
+ exports.handleCreateFioriCommand = handleCreateFioriCommand;
4
4
  const fs_1 = require("fs");
5
5
  const path_1 = require("path");
6
6
  const commander_1 = require("commander");
@@ -35,7 +35,6 @@ function handleCreateFioriCommand(argv) {
35
35
  logger.debug(error);
36
36
  }
37
37
  }
38
- exports.handleCreateFioriCommand = handleCreateFioriCommand;
39
38
  /**
40
39
  * Returns an instance of the command line program (commander command) ready to be executed (parsed), like 'program.parse(argv)'.
41
40
  *
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRemoveCommands = void 0;
3
+ exports.getRemoveCommands = getRemoveCommands;
4
4
  const commander_1 = require("commander");
5
5
  const mockserver_config_1 = require("./mockserver-config");
6
6
  /**
@@ -14,5 +14,4 @@ function getRemoveCommands() {
14
14
  (0, mockserver_config_1.addRemoveMockserverConfigCommand)(removeCommands);
15
15
  return removeCommands;
16
16
  }
17
- exports.getRemoveCommands = getRemoveCommands;
18
17
  //# sourceMappingURL=index.js.map
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.addRemoveMockserverConfigCommand = void 0;
6
+ exports.addRemoveMockserverConfigCommand = addRemoveMockserverConfigCommand;
7
7
  const prompts_1 = __importDefault(require("prompts"));
8
8
  const mockserver_config_writer_1 = require("@sap-ux/mockserver-config-writer");
9
9
  const tracing_1 = require("../../tracing");
@@ -24,7 +24,6 @@ function addRemoveMockserverConfigCommand(cmd) {
24
24
  await removeMockserverConfiguration(path || process.cwd(), !!options.force);
25
25
  });
26
26
  }
27
- exports.addRemoveMockserverConfigCommand = addRemoveMockserverConfigCommand;
28
27
  /**
29
28
  * Removes a mockserver config from an app or project.
30
29
  *
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.runNpmInstallCommand = exports.promptYUIQuestions = void 0;
3
+ exports.promptYUIQuestions = void 0;
4
+ exports.runNpmInstallCommand = runNpmInstallCommand;
4
5
  const child_process_1 = require("child_process");
5
6
  var prompts_1 = require("./prompts");
6
7
  Object.defineProperty(exports, "promptYUIQuestions", { enumerable: true, get: function () { return prompts_1.promptYUIQuestions; } });
@@ -18,5 +19,4 @@ function runNpmInstallCommand(basePath, installArgs = []) {
18
19
  stdio: [0, 1, 2]
19
20
  });
20
21
  }
21
- exports.runNpmInstallCommand = runNpmInstallCommand;
22
22
  //# sourceMappingURL=index.js.map
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.promptYUIQuestions = exports.convertQuestion = void 0;
6
+ exports.convertQuestion = convertQuestion;
7
+ exports.promptYUIQuestions = promptYUIQuestions;
7
8
  const prompts_1 = __importDefault(require("prompts"));
8
9
  const tracing_1 = require("../tracing");
9
10
  /**
@@ -95,7 +96,6 @@ async function convertQuestion(question, answers) {
95
96
  }
96
97
  return prompt;
97
98
  }
98
- exports.convertQuestion = convertQuestion;
99
99
  /**
100
100
  * Prompt a list of YeomanUI questions with the simple prompts module.
101
101
  *
@@ -118,7 +118,6 @@ async function promptYUIQuestions(questions, useDefaults, answers) {
118
118
  }
119
119
  return answers;
120
120
  }
121
- exports.promptYUIQuestions = promptYUIQuestions;
122
121
  /**
123
122
  * Prompt a single YeomanUI question with the simple prompts module.
124
123
  *
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.compareStrings = exports.compareJson = void 0;
3
+ exports.compareJson = compareJson;
4
+ exports.compareStrings = compareStrings;
4
5
  const diff_1 = require("diff");
5
6
  const chalk_1 = require("chalk");
6
7
  const logger_1 = require("./logger");
@@ -16,7 +17,6 @@ function compareJson(a, b) {
16
17
  const diffResultString = getDiffResultString(diffChanges);
17
18
  logger.debug(`File changes:\n${diffResultString}`);
18
19
  }
19
- exports.compareJson = compareJson;
20
20
  /**
21
21
  * Compare two strings.
22
22
  *
@@ -29,7 +29,6 @@ function compareStrings(a, b) {
29
29
  const diffResultString = getDiffResultString(diffChanges);
30
30
  logger.debug(`File changes:\n${diffResultString}`);
31
31
  }
32
- exports.compareStrings = compareStrings;
33
32
  /**
34
33
  * Get the diff results as colored string.
35
34
  *
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.setLogLevelVerbose = exports.getLogger = void 0;
6
+ exports.getLogger = getLogger;
7
+ exports.setLogLevelVerbose = setLogLevelVerbose;
7
8
  const chalk_1 = __importDefault(require("chalk"));
8
9
  const logger_1 = require("@sap-ux/logger");
9
10
  const levelColor = {
@@ -25,7 +26,6 @@ function getLogger() {
25
26
  }
26
27
  return logger;
27
28
  }
28
- exports.getLogger = getLogger;
29
29
  /**
30
30
  * Set custom formatting to the logger. Needs better solution, perhaps proxy transport in @sap-ux/logger.
31
31
  *
@@ -63,5 +63,4 @@ function updateLogLevel(logLevel) {
63
63
  function setLogLevelVerbose() {
64
64
  updateLogLevel(logger_1.LogLevel.Debug);
65
65
  }
66
- exports.setLogLevelVerbose = setLogLevelVerbose;
67
66
  //# sourceMappingURL=logger.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.traceChanges = void 0;
3
+ exports.traceChanges = traceChanges;
4
4
  const fs_1 = require("fs");
5
5
  const path_1 = require("path");
6
6
  const compare_1 = require("./compare");
@@ -47,5 +47,4 @@ async function traceChanges(fs) {
47
47
  }
48
48
  }
49
49
  }
50
- exports.traceChanges = traceChanges;
51
50
  //# sourceMappingURL=trace.js.map
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.validateCloudAdpProject = exports.validateAdpProject = exports.hasFileDeletes = exports.validateBasePath = void 0;
3
+ exports.validateBasePath = validateBasePath;
4
+ exports.hasFileDeletes = hasFileDeletes;
5
+ exports.validateAdpProject = validateAdpProject;
6
+ exports.validateCloudAdpProject = validateCloudAdpProject;
4
7
  const path_1 = require("path");
5
8
  const fs_1 = require("fs");
6
9
  const project_access_1 = require("@sap-ux/project-access");
@@ -22,7 +25,6 @@ async function validateBasePath(basePath, ui5YamlPath) {
22
25
  throw Error(`There must be either a folder '${webappPath}' or a config file '${ui5YamlPath}'`);
23
26
  }
24
27
  }
25
- exports.validateBasePath = validateBasePath;
26
28
  /**
27
29
  * Return if an instance of mem-fs editor recorded any deletion.
28
30
  *
@@ -33,7 +35,6 @@ function hasFileDeletes(fs) {
33
35
  const changedFiles = fs.dump() || {};
34
36
  return !!Object.keys(changedFiles).find((fileName) => changedFiles[fileName].state === 'deleted');
35
37
  }
36
- exports.hasFileDeletes = hasFileDeletes;
37
38
  /**
38
39
  * Validate if adaptation project is supported for command, throws an error if not supported.
39
40
  *
@@ -47,7 +48,6 @@ async function validateAdpProject(basePath) {
47
48
  throw new Error('This command is not supported for CF projects.');
48
49
  }
49
50
  }
50
- exports.validateAdpProject = validateAdpProject;
51
51
  /**
52
52
  * Validate if adaptation project is cloud, throws an error if not.
53
53
  *
@@ -59,5 +59,4 @@ function validateCloudAdpProject(basePath) {
59
59
  throw new Error('This command can only be used for Cloud Adaptation Project.');
60
60
  }
61
61
  }
62
- exports.validateCloudAdpProject = validateCloudAdpProject;
63
62
  //# sourceMappingURL=validation.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/create",
3
3
  "description": "SAP Fiori tools module to add or remove features",
4
- "version": "0.8.33",
4
+ "version": "0.8.34",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,19 +30,19 @@
30
30
  "mem-fs": "2.1.0",
31
31
  "mem-fs-editor": "9.4.0",
32
32
  "prompts": "2.4.2",
33
- "@sap-ux/abap-deploy-config-inquirer": "0.0.22",
34
- "@sap-ux/abap-deploy-config-writer": "0.0.45",
35
- "@sap-ux/adp-tooling": "0.12.54",
36
- "@sap-ux/app-config-writer": "0.4.37",
33
+ "@sap-ux/abap-deploy-config-inquirer": "0.0.23",
34
+ "@sap-ux/abap-deploy-config-writer": "0.0.46",
35
+ "@sap-ux/adp-tooling": "0.12.55",
36
+ "@sap-ux/app-config-writer": "0.4.38",
37
37
  "@sap-ux/cap-config-writer": "0.7.44",
38
38
  "@sap-ux/cards-editor-config-writer": "0.4.5",
39
39
  "@sap-ux/inquirer-common": "0.4.6",
40
40
  "@sap-ux/logger": "0.6.0",
41
41
  "@sap-ux/mockserver-config-writer": "0.6.5",
42
- "@sap-ux/preview-middleware": "0.16.79",
42
+ "@sap-ux/preview-middleware": "0.16.80",
43
43
  "@sap-ux/project-access": "1.27.5",
44
- "@sap-ux/ui5-config": "0.25.0",
45
- "@sap-ux/system-access": "0.5.11"
44
+ "@sap-ux/system-access": "0.5.12",
45
+ "@sap-ux/ui5-config": "0.25.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/diff": "5.0.9",
@@ -51,7 +51,7 @@
51
51
  "@types/mem-fs-editor": "7.0.1",
52
52
  "@types/prompts": "2.4.4",
53
53
  "@sap-ux/inquirer-common": "0.4.6",
54
- "@sap-ux/store": "0.9.1"
54
+ "@sap-ux/store": "0.9.2"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsc --build",