@spiffcommerce/core 0.10.40 → 0.10.41

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
@@ -1290,7 +1290,7 @@ export class Client {
1290
1290
  /**
1291
1291
  * @returns The product associated with this client.
1292
1292
  */
1293
- getProduct(): Product;
1293
+ getProduct(): import("types").Product;
1294
1294
  /**
1295
1295
  * @returns The transaction associated with this client.
1296
1296
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.40",
3
+ "version": "0.10.41",
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",