@spiffcommerce/core 31.2.0-beta.db42d4ce-e654-556c-beb7-6a0b4defc362 → 31.2.0-beta.dd65281e-c94f-5366-965e-8ae4343ab58b

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
@@ -2750,9 +2750,9 @@ interface WorkflowManager {
2750
2750
  /**
2751
2751
  * Returns the context object used for text templating.
2752
2752
  */
2753
- getTemplatingContext(): Promise<{
2753
+ getTemplatingContext(): {
2754
2754
  [key: string]: any;
2755
- }>;
2755
+ };
2756
2756
  }
2757
2757
 
2758
2758
  declare enum AssetType {