@sap-ux/deploy-tooling 0.13.0 → 0.13.1

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.
@@ -20,7 +20,7 @@ var SummaryStatus;
20
20
  SummaryStatus[SummaryStatus["Valid"] = 0] = "Valid";
21
21
  SummaryStatus[SummaryStatus["Invalid"] = 1] = "Invalid";
22
22
  SummaryStatus[SummaryStatus["Unknown"] = 2] = "Unknown";
23
- })(SummaryStatus = exports.SummaryStatus || (exports.SummaryStatus = {}));
23
+ })(SummaryStatus || (exports.SummaryStatus = SummaryStatus = {}));
24
24
  exports.summaryMessage = {
25
25
  allClientCheckPass: 'SAPUI5 ABAP Repository follows the rules of creating BSP application',
26
26
  adtServiceUndefined: 'AdtService cannot be instantiated',
@@ -1,3 +1,4 @@
1
+ /// <reference path="../../../../types/ui5.d.ts" />
1
2
  /// <reference types="node" />
2
3
  import type { ToolsLogger } from '@sap-ux/logger';
3
4
  import type { DuplexCollection } from '@ui5/fs';
@@ -1,3 +1,4 @@
1
+ /// <reference path="../../../../types/ui5.d.ts" />
1
2
  import type { TaskParameters } from '@ui5/builder';
2
3
  import type { AbapDeployConfig } from '../types';
3
4
  /**
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Adeploy-tooling"
11
11
  },
12
- "version": "0.13.0",
12
+ "version": "0.13.1",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -35,14 +35,14 @@
35
35
  "@sap-ux/axios-extension": "1.10.0",
36
36
  "@sap-ux/btp-utils": "0.13.0",
37
37
  "@sap-ux/logger": "0.4.0",
38
- "@sap-ux/system-access": "0.3.9",
38
+ "@sap-ux/system-access": "0.3.10",
39
39
  "@sap-ux/ui5-config": "0.21.0",
40
40
  "@sap-ux/project-input-validator": "0.2.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/prompts": "2.4.4",
44
44
  "@types/adm-zip": "0.5.3",
45
- "@sap-ux/store": "0.4.0"
45
+ "@sap-ux/store": "0.4.1"
46
46
  },
47
47
  "ui5": {
48
48
  "dependencies": []