@spiffcommerce/core 0.10.1 → 0.10.2

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/types.d.ts CHANGED
@@ -1103,6 +1103,10 @@ declare abstract class StepHandle<T extends _AnyStepData1> {
1103
1103
  * that would be triggered will also be executed.
1104
1104
  */
1105
1105
  abstract selectVariant(variant: _VariantResource1): Promise<void>;
1106
+ /**
1107
+ * @returns The type of the step handle.
1108
+ */
1109
+ getType(): _StepType1;
1106
1110
  }
1107
1111
  /**
1108
1112
  * A Workflow experience encapsulates the workflow manager and command context. It
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",