@spiffcommerce/core 0.10.232 → 0.10.234

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -660,9 +660,9 @@ export interface Transaction {
660
660
  */
661
661
  externalCartProductId?: string;
662
662
  /**
663
- * The external product variant id representing the product related to the transaction.
664
- * This value can hold any type of transaction such as design and standard products.
665
- */
663
+ * The external product variant id representing the product related to the transaction.
664
+ * This value can hold any type of transaction such as design and standard products.
665
+ */
666
666
  externalCartProductVariantId?: string;
667
667
  priceModifierTotal?: number;
668
668
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.232",
3
+ "version": "0.10.234",
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",