@springmicro/cart 0.6.3 → 0.6.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@springmicro/cart",
3
3
  "private": false,
4
- "version": "0.6.3",
4
+ "version": "0.6.4",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "@nanostores/persistent": "^0.10.1",
25
25
  "@nanostores/query": "^0.3.3",
26
26
  "@nanostores/react": "^0.7.2",
27
- "@springmicro/utils": "0.6.3",
27
+ "@springmicro/utils": "0.6.4",
28
28
  "dotenv": "^16.4.5",
29
29
  "nanostores": "^0.10.3",
30
30
  "react": "^18.2.0",
@@ -49,5 +49,5 @@
49
49
  "vite-plugin-css-injected-by-js": "^3.5.1",
50
50
  "yup": "^1.4.0"
51
51
  },
52
- "gitHead": "019c24a20cf964d4987dd3bcc8672047a0001313"
52
+ "gitHead": "231b7271a35509c623b20df1ab7c9d386a9a0cf7"
53
53
  }
@@ -277,7 +277,7 @@ export const AddCard = ({
277
277
  disabled={formDisabled}
278
278
  color={formError ? "error" : undefined}
279
279
  >
280
- Calculate Tax
280
+ Review
281
281
  </Button>
282
282
  <Box sx={{ mt: 1 }}>
283
283
  <StripeLogoLink />