@salesforce/packaging 1.3.1 → 1.4.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.
@@ -225,7 +225,7 @@ export declare namespace PackagingSObjects {
225
225
  EnableRss: boolean;
226
226
  UpgradeType: Nullable<'delete-only' | 'deprecate-only' | 'mixed-mode'>;
227
227
  ApexCompileType: Nullable<'all' | 'package'>;
228
- SkipHandlers: boolean;
228
+ SkipHandlers: Nullable<string>;
229
229
  Status: 'ERROR' | 'IN_PROGRESS' | 'SUCCESS' | 'UNKNOWN';
230
230
  Errors: Nullable<SubscriberPackageInstallErrors>;
231
231
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/packaging",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "description": "Packaging library for the Salesforce packaging platform",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",