@sap/cli-core 2023.13.0 → 2023.14.0

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,5 +1,5 @@
1
1
  export namespace getResults {
2
- const stdio: (string | number)[];
2
+ let stdio: (string | number)[];
3
3
  }
4
4
  export function exec(cmd: any, args: any, options: any): Promise<any>;
5
5
  export function kill(): Promise<any[]>;
package/constants.js CHANGED
@@ -12,7 +12,7 @@ var AuthenticationMethod;
12
12
  (function (AuthenticationMethod) {
13
13
  AuthenticationMethod["oauth"] = "oauth";
14
14
  AuthenticationMethod["passcode"] = "passcode";
15
- })(AuthenticationMethod = exports.AuthenticationMethod || (exports.AuthenticationMethod = {}));
15
+ })(AuthenticationMethod || (exports.AuthenticationMethod = AuthenticationMethod = {}));
16
16
  exports.CLI_NAME = "cli-name";
17
17
  exports.CLI_PACKAGE_NAME = "cli-package-name";
18
18
  exports.CLI_DESCRIPTION = "cli-description";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/cli-core",
3
- "version": "2023.13.0",
3
+ "version": "2023.14.0",
4
4
  "description": "Command-Line Interface (CLI) Core Module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "SAP SE",
@@ -20,7 +20,7 @@
20
20
  "axios": "1.4.0",
21
21
  "commander": "10.0.1",
22
22
  "config": "3.3.9",
23
- "dotenv": "16.0.3",
23
+ "dotenv": "16.1.3",
24
24
  "fs-extra": "11.1.1",
25
25
  "https": "1.0.0",
26
26
  "lodash": "4.17.21",
package/types.js CHANGED
@@ -9,7 +9,7 @@ var LogLevel;
9
9
  LogLevel[LogLevel["INFO"] = 4] = "INFO";
10
10
  LogLevel[LogLevel["DEBUG"] = 5] = "DEBUG";
11
11
  LogLevel[LogLevel["TRACE"] = 6] = "TRACE";
12
- })(LogLevel = exports.LogLevel || (exports.LogLevel = {}));
12
+ })(LogLevel || (exports.LogLevel = LogLevel = {}));
13
13
  /* jscpd:ignore-start */
14
14
  exports.CHARACTERS = [
15
15
  "a",