@corva/ui 3.49.0-1 → 3.49.0-2

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "3.49.0-1",
3
+ "version": "3.49.0-2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "Shared components/utils for Corva ui projects",
6
6
  "keywords": [
@@ -33,6 +33,7 @@
33
33
  "storybook-dev": "IS_STORYBOOK_BUILD=true storybook dev -p 6006 -c storybook",
34
34
  "check-duplications": "echo \"👀 Checking code duplications\" && jscpd src --silent",
35
35
  "tsc": "tsc",
36
+ "typecheck": "tsc --noEmit",
36
37
  "mcp:generate-data": "tsx mcp-server/src/data-generator/index.ts",
37
38
  "mcp:bundle": "rollup -c rollup.mcp.config.js && chmod 755 dist/mcp-server/server.mjs dist/mcp-server/setup.mjs",
38
39
  "mcp:build": "yarn mcp:generate-data && yarn mcp:bundle",