@dpuse/dpuse-development 0.3.531 → 0.3.533

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.
@@ -9,8 +9,8 @@ export declare function clearDirectory(label: string | undefined, directoryPath:
9
9
  export declare function getDirectoryEntries(path: string): Promise<string[]>;
10
10
  export declare function getDirectoryEntries(path: string, options: ObjectEncodingOptions): Promise<Dirent[]>;
11
11
  export declare function execCommand(label: string | undefined, command_: string, arguments_?: string[], outputFilePath?: string): Promise<void>;
12
- export declare function spawnCommand(label: string, command: string, arguments_?: string[], ignoreErrors?: boolean, useShell?: boolean): Promise<void>;
13
- export declare function spawnCommandToFile(label: string, command: string, arguments_: string[] | undefined, outputPath: string, ignoreErrors?: boolean): Promise<void>;
12
+ export declare function spawnCommand(label: string, command: string, arguments_?: string[], isErrorIgnored?: boolean, isShellUsed?: boolean): Promise<void>;
13
+ export declare function spawnCommandToFile(label: string, command: string, arguments_: string[] | undefined, outputPath: string, isErrorIgnored?: boolean): Promise<void>;
14
14
  export declare function readJSONFile<T>(path: string): Promise<T>;
15
15
  export declare function readTextFile(path: string): Promise<string>;
16
16
  export declare function removeFile(path: string): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-development",
3
- "version": "0.3.531",
3
+ "version": "0.3.533",
4
4
  "description": "Actions for managing DPUse projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",
@@ -61,10 +61,7 @@
61
61
  "eslint-plugin-sonarjs": "^4.1.0",
62
62
  "eslint-plugin-unicorn": "^68.0.0",
63
63
  "jiti": "^2.7.0",
64
- "license-downloader": "^2.0.0",
65
- "license-report": "^6.8.5",
66
- "license-report-check": "^1.0.0",
67
- "license-report-recursive": "^6.8.5",
64
+ "license-checker-rseidelsohn": "^5.0.1",
68
65
  "npm-check-updates": "^22.2.7",
69
66
  "owasp-dependency-check": "^1.0.1",
70
67
  "prettier": "^3.8.4",