@corva/ui 3.63.0-13 → 3.63.0-14
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/mcp-server/server.mjs +1 -1
- package/package.json +3 -2
package/mcp-server/server.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corva/ui",
|
|
3
|
-
"version": "3.63.0-
|
|
3
|
+
"version": "3.63.0-14",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "Shared components/utils for Corva ui projects",
|
|
6
6
|
"keywords": [
|
|
@@ -301,7 +301,8 @@
|
|
|
301
301
|
"storybook": "10.4.2",
|
|
302
302
|
"tsx": "^4.19.0",
|
|
303
303
|
"typescript": "5.9.3",
|
|
304
|
-
"vite": "^7.0.0"
|
|
304
|
+
"vite": "^7.0.0",
|
|
305
|
+
"vite-plugin-checker": "^0.14.1"
|
|
305
306
|
},
|
|
306
307
|
"engines": {
|
|
307
308
|
"node": ">=22.17.0"
|