@kiva/kv-shop 1.9.14 → 1.10.0

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.
@@ -47,7 +47,8 @@ async function creditAmountNeeded(apollo) {
47
47
  }
48
48
  }
49
49
  }
50
- `
50
+ `,
51
+ fetchPolicy: "network-only"
51
52
  }, 0);
52
53
  return data?.shop?.basket?.totals?.creditAmountNeeded;
53
54
  }
package/dist/index.cjs CHANGED
@@ -674,7 +674,8 @@ async function creditAmountNeeded(apollo) {
674
674
  }
675
675
  }
676
676
  }
677
- `
677
+ `,
678
+ fetchPolicy: "network-only"
678
679
  }, 0);
679
680
  return data?.shop?.basket?.totals?.creditAmountNeeded;
680
681
  }
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  } from "./chunk-FCAOCO7O.js";
25
25
  import {
26
26
  executeOneTimeCheckout
27
- } from "./chunk-6YHU7WKT.js";
27
+ } from "./chunk-25GYVNF4.js";
28
28
  import {
29
29
  getCheckoutTrackingData,
30
30
  getFTDStatus,
@@ -487,7 +487,8 @@ async function creditAmountNeeded(apollo) {
487
487
  }
488
488
  }
489
489
  }
490
- `
490
+ `,
491
+ fetchPolicy: "network-only"
491
492
  }, 0);
492
493
  return data?.shop?.basket?.totals?.creditAmountNeeded;
493
494
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  executeOneTimeCheckout
3
- } from "./chunk-6YHU7WKT.js";
3
+ } from "./chunk-25GYVNF4.js";
4
4
  import "./chunk-2NBRXSIM.js";
5
5
  import "./chunk-SYVMRWCO.js";
6
6
  import "./chunk-CBJJUUVR.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-shop",
3
- "version": "1.9.14",
3
+ "version": "1.10.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@apollo/client": "^3.7.14",
41
41
  "@kiva/kv-analytics": "^1.3.0",
42
- "@kiva/kv-components": "^3.61.0",
42
+ "@kiva/kv-components": "^3.62.0",
43
43
  "@types/braintree-web-drop-in": "^1.34.2",
44
44
  "braintree-web-drop-in": "^1.37.0",
45
45
  "numeral": "^2.0.6",
@@ -54,5 +54,5 @@
54
54
  "optional": true
55
55
  }
56
56
  },
57
- "gitHead": "5a1b6f22bba95529946eaf398992273b8e117d6b"
57
+ "gitHead": "e651310681dc99a5703bf4b59580601be4987b34"
58
58
  }