@salesforce/sf-plugins-core 1.15.0 → 1.15.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.
Files changed (2) hide show
  1. package/lib/util.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/util.d.ts CHANGED
@@ -16,5 +16,5 @@ export declare type HelpSection = {
16
16
  * @param vars
17
17
  */
18
18
  export declare function toHelpSection(header: string, ...vars: Array<OrgConfigProperties | SfdxPropertyKeys | EnvironmentVariable | string | Record<string, string>>): HelpSection;
19
- export declare function parseVarArgs(args: Record<string, unknown>, argv: string[]): Record<string, unknown>;
19
+ export declare function parseVarArgs(args: Record<string, unknown>, argv: string[]): Record<string, string | undefined>;
20
20
  //# sourceMappingURL=util.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sf-plugins-core",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Utils for writing deploy and retrieve plugins",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",