@luxfi/core 5.0.6 → 5.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,4 +15,3 @@ export const getBullionFamilies = (videoMap: Map<string, VideoDef>) => (
15
15
 
16
16
  export { default as serviceOptions } from '../../conf/lux-commerce-options'
17
17
  export { default as bullionPrice1oz } from './bullion-price-1oz'
18
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxfi/core",
3
- "version": "5.0.6",
3
+ "version": "5.0.9",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -27,6 +27,7 @@
27
27
  },
28
28
  "exports": {
29
29
  ".": "./components/index.ts",
30
+ "./commerce": "./commerce/index.ts",
30
31
  "./commerce-data": "./commerce/data/index.ts",
31
32
  "./root-layout": "./root-layout/index.tsx",
32
33
  "./server-actions": "./server-actions/index.ts",
@@ -38,8 +39,8 @@
38
39
  },
39
40
  "dependencies": {
40
41
  "@hanzo/auth": "2.4.6",
41
- "@hanzo/commerce": "7.0.3",
42
- "@hanzo/ui": "3.7.22",
42
+ "@hanzo/commerce": "7.0.4",
43
+ "@hanzo/ui": "3.7.23",
43
44
  "@next/third-parties": "^14.1.0",
44
45
  "cookies-next": "^4.1.1",
45
46
  "date-fns": "^3.6.0",