@spiffcommerce/core 0.10.3 → 0.10.5

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
@@ -1068,7 +1068,7 @@ export const AdvancedEditor: FunctionComponent<{
1068
1068
  * abstracts away the complexities of dealing with a step directly and allows for using high level
1069
1069
  * concepts instead of dealing with the underlying data structures.
1070
1070
  */
1071
- declare abstract class StepHandle<T extends _AnyStepData1> {
1071
+ export abstract class StepHandle<T extends _AnyStepData1> {
1072
1072
  /**
1073
1073
  * Access to the workflow manager this step is contained by.
1074
1074
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.3",
3
+ "version": "0.10.5",
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",