@spiffcommerce/core 0.10.56 → 0.10.57

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
@@ -1280,7 +1280,7 @@ interface ClientOptions {
1280
1280
  * The Spiff Commerce Javascript Client. Required for
1281
1281
  * creating workflow experiences.
1282
1282
  */
1283
- declare class SpiffCommerceClient {
1283
+ export class SpiffCommerceClient {
1284
1284
  constructor(options: ClientOptions);
1285
1285
  /**
1286
1286
  * Initialize the client from an integration product.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.56",
3
+ "version": "0.10.57",
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",