@luxfi/core 5.2.0 → 5.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -4
- package/types/site-def.ts +0 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luxfi/core",
|
3
|
-
"version": "5.2.
|
3
|
+
"version": "5.2.1",
|
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,15 +27,13 @@
|
|
27
27
|
},
|
28
28
|
"exports": {
|
29
29
|
".": "./components/index.ts",
|
30
|
-
"./commerce-data": "./commerce/data/index.ts",
|
31
30
|
"./commerce": "./commerce/ui/context.tsx",
|
32
31
|
"./root-layout": "./root-layout/index.tsx",
|
33
32
|
"./server-actions": "./server-actions/index.ts",
|
34
33
|
"./next": "./next/index.ts",
|
35
34
|
"./style/": "./style/",
|
36
35
|
"./site-def": "./site-def/index.ts",
|
37
|
-
"./tailwind": "./tailwind/index.ts"
|
38
|
-
"./conf": "./conf/index.ts"
|
36
|
+
"./tailwind": "./tailwind/index.ts"
|
39
37
|
},
|
40
38
|
"dependencies": {
|
41
39
|
"@next/third-parties": "^14.1.0",
|