@anker-in/shopify-react 0.1.1-beta.40 → 0.1.1-beta.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.
@@ -98,6 +98,10 @@ type AddToCartLineItem = {
98
98
  key: string;
99
99
  value: string;
100
100
  }>;
101
+ coupon?: {
102
+ code: string;
103
+ amount: number;
104
+ };
101
105
  };
102
106
  interface AddToCartInput {
103
107
  /** Lines to add */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anker-in/shopify-react",
3
- "version": "0.1.1-beta.40",
3
+ "version": "0.1.1-beta.41",
4
4
  "description": "React hooks and components for Shopify SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",