mtxuilib 0.1.176 → 0.1.179
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 +14 -34
package/package.json
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mtxuilib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.179",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
9
|
+
"files": ["dist"],
|
|
12
10
|
"typesVersions": {
|
|
13
11
|
"*": {
|
|
14
12
|
"*": [
|
|
@@ -24,20 +22,9 @@
|
|
|
24
22
|
"exports": {
|
|
25
23
|
"./package.json": "./package.json",
|
|
26
24
|
".": {
|
|
27
|
-
"types": [
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"./dist/index.jsx"
|
|
31
|
-
],
|
|
32
|
-
"import": [
|
|
33
|
-
"./src/index.ts",
|
|
34
|
-
"./dist/index.js",
|
|
35
|
-
"./dist/index.jsx"
|
|
36
|
-
],
|
|
37
|
-
"require": [
|
|
38
|
-
"./dist/index.js",
|
|
39
|
-
"./dist/index.jsx"
|
|
40
|
-
]
|
|
25
|
+
"types": ["./src/index.ts", "./dist/index.js", "./dist/index.jsx"],
|
|
26
|
+
"import": ["./src/index.ts", "./dist/index.js", "./dist/index.jsx"],
|
|
27
|
+
"require": ["./dist/index.js", "./dist/index.jsx"]
|
|
41
28
|
},
|
|
42
29
|
"./*": {
|
|
43
30
|
"types": [
|
|
@@ -68,23 +55,16 @@
|
|
|
68
55
|
]
|
|
69
56
|
},
|
|
70
57
|
"./styles/*": {
|
|
71
|
-
"import": [
|
|
72
|
-
|
|
73
|
-
"./src/styles/*"
|
|
74
|
-
],
|
|
75
|
-
"require": [
|
|
76
|
-
"./dist/styles/*",
|
|
77
|
-
"./src/styles/*"
|
|
78
|
-
]
|
|
58
|
+
"import": ["./dist/styles/*", "./src/styles/*"],
|
|
59
|
+
"require": ["./dist/styles/*", "./src/styles/*"]
|
|
79
60
|
}
|
|
80
61
|
},
|
|
81
62
|
"scripts": {
|
|
82
|
-
"prepare--": "panda codegen",
|
|
83
63
|
"dev": "npx next dev",
|
|
84
64
|
"build": "rimraf ./dist/ && bunx tsc -p tsconfig.json --outDir dist --jsx \"react-jsx\" --incremental false --noEmit false --removeComments true"
|
|
85
65
|
},
|
|
86
66
|
"dependencies": {
|
|
87
|
-
"@ai-sdk/openai": "^0.0.
|
|
67
|
+
"@ai-sdk/openai": "^0.0.45",
|
|
88
68
|
"@auth/core": "^0.34.2",
|
|
89
69
|
"@bufbuild/protobuf": "^1.8.0",
|
|
90
70
|
"@connectrpc/connect": "^1.4.0",
|
|
@@ -148,14 +128,14 @@
|
|
|
148
128
|
"@tiptap/react": "^2.4.0",
|
|
149
129
|
"@tiptap/starter-kit": "^2.4.0",
|
|
150
130
|
"@tiptap/suggestion": "^2.4.0",
|
|
151
|
-
"@trpc/client": "^11.0.0-rc.
|
|
152
|
-
"@trpc/react-query": "^11.0.0-rc.
|
|
153
|
-
"@trpc/server": "^11.0.0-rc.
|
|
131
|
+
"@trpc/client": "^11.0.0-rc.477",
|
|
132
|
+
"@trpc/react-query": "^11.0.0-rc.477",
|
|
133
|
+
"@trpc/server": "^11.0.0-rc.477",
|
|
154
134
|
"@upstash/ratelimit": "^1.1.3",
|
|
155
135
|
"@vercel/analytics": "^1.3.1",
|
|
156
136
|
"@vercel/kv": "^2.0.0",
|
|
157
137
|
"@vercel/og": "^0.6.2",
|
|
158
|
-
"ai": "^3.
|
|
138
|
+
"ai": "^3.3.6",
|
|
159
139
|
"class-variance-authority": "^0.7.0",
|
|
160
140
|
"clsx": "^2.1.0",
|
|
161
141
|
"cmdk": "0.2.1",
|
|
@@ -185,7 +165,7 @@
|
|
|
185
165
|
"next-themes": "^0.3.0",
|
|
186
166
|
"node-html-parser": "^6.1.13",
|
|
187
167
|
"octokit": "^4.0.2",
|
|
188
|
-
"openai": "^4.
|
|
168
|
+
"openai": "^4.55.5",
|
|
189
169
|
"path-to-regexp": "^6.2.2",
|
|
190
170
|
"react": "^19.0.0-rc-8971381549-20240625",
|
|
191
171
|
"react-day-picker": "^8.9.1",
|
|
@@ -316,4 +296,4 @@
|
|
|
316
296
|
"tsc-alias": "^1.8.8",
|
|
317
297
|
"typescript": "^5.4.5"
|
|
318
298
|
}
|
|
319
|
-
}
|
|
299
|
+
}
|