@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.
@@ -231,7 +231,7 @@ const validateDsn = (dsn) => {
231
231
 
232
232
  const MCP_SERVER_VERSION = '1.3.0';
233
233
 
234
- var version = "3.63.0-13";
234
+ var version = "3.63.0-14";
235
235
 
236
236
  const CORVA_UI_VERSION = version;
237
237
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "3.63.0-13",
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"