@kiva/kv-shop 2.1.0 → 2.1.2

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.
@@ -192,7 +192,6 @@ async function setTipDonation({ amount, apollo, metadata }) {
192
192
  id
193
193
  price
194
194
  isTip
195
- metadata
196
195
  }
197
196
  }
198
197
  }`,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  setTipDonation
3
- } from "./chunk-2KZ4SI6Y.js";
3
+ } from "./chunk-Z7JRY3QE.js";
4
4
  import "./chunk-IOZ5ERDX.js";
5
5
  import "./chunk-FBF4WMN6.js";
6
6
  import "./chunk-4ODZGLWK.js";
@@ -21,7 +21,6 @@ async function setTipDonation({ amount, apollo, metadata }) {
21
21
  id
22
22
  price
23
23
  isTip
24
- metadata
25
24
  }
26
25
  }
27
26
  }`,
package/dist/index.cjs CHANGED
@@ -378,7 +378,6 @@ async function setTipDonation({ amount, apollo, metadata }) {
378
378
  id
379
379
  price
380
380
  isTip
381
- metadata
382
381
  }
383
382
  }
384
383
  }`,
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  } from "./chunk-UJXHTR43.js";
29
29
  import {
30
30
  setTipDonation
31
- } from "./chunk-2KZ4SI6Y.js";
31
+ } from "./chunk-Z7JRY3QE.js";
32
32
  import {
33
33
  basketTotalsQuery,
34
34
  watchBasketTotals
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-shop",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@apollo/client": "^3.7.14",
42
42
  "@kiva/kv-analytics": "^1.3.0",
43
- "@kiva/kv-components": "^5.3.6",
43
+ "@kiva/kv-components": "^5.3.7",
44
44
  "@types/braintree-web-drop-in": "^1.34.2",
45
45
  "braintree-web-drop-in": "^1.37.0",
46
46
  "numeral": "^2.0.6",
@@ -55,5 +55,5 @@
55
55
  "optional": true
56
56
  }
57
57
  },
58
- "gitHead": "b4e89f78f9fc6309e0cf5bf36dc8bbca16273358"
58
+ "gitHead": "f8e99cbfcfe195d35e6797f608a4b217fb794509"
59
59
  }