@spiffcommerce/core 21.11.0-alpha.5 → 21.11.0-alpha.6

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
@@ -363,7 +363,11 @@ interface AssetManager {
363
363
  }
364
364
  declare class AssetService implements AssetManager {
365
365
  private cache;
366
- private bgrmCache;
366
+ /**
367
+ * Promise cache for BG removal processes. Values only present while process is active.
368
+ * Use BGRMStorage and the regular asset promise cache to cache the actual objects.
369
+ */
370
+ private bgrmProcessCache;
367
371
  private materialCache;
368
372
  /**
369
373
  * Allows for retrieving an asset, returns the option from a cache if possible.