@spiffcommerce/core 32.4.0-beta.a1f69100-8b64-5ab1-b13d-d042fc2f8765 → 32.4.0-beta.b62ed93b-f241-5f20-b4ff-1ffbdfdab196

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.
package/dist/index.d.ts CHANGED
@@ -1555,6 +1555,7 @@ interface GlobalPropertyStateManager {
1555
1555
  setBundleOptions(bundleOptions?: BundleOptions): void;
1556
1556
  getBundleOptions(): BundleOptions | undefined;
1557
1557
  setConfiguration(configuration: GlobalPropertyConfiguration | undefined): void;
1558
+ clearAspects(names: string[]): Promise<void>;
1558
1559
  }
1559
1560
  interface BundleOptions {
1560
1561
  additionalHeaders?: {