@dreamtree-org/twreact-ui 1.1.65 → 1.1.66

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 (2) hide show
  1. package/dist/ai-schema.json +2270 -0
  2. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamtree-org/twreact-ui",
3
- "version": "1.1.65",
3
+ "version": "1.1.66",
4
4
  "description": "A comprehensive React + Tailwind components library for building modern web apps",
5
5
  "author": {
6
6
  "name": "Partha Preetham Krishna",
@@ -27,9 +27,10 @@
27
27
  "README.md"
28
28
  ],
29
29
  "scripts": {
30
- "build": "npm run build:types && npm run build:js",
30
+ "build": "npm run build:types && npm run build:js && npm run gen:ai-schema",
31
31
  "build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly --outDir dist",
32
32
  "build:js": "node scripts/version-bump.js && cross-env NODE_ENV=production rollup -c --no-sourcemap",
33
+ "gen:ai-schema": "node scripts/gen-ai-schema.mjs",
33
34
  "dev": "cross-env NODE_ENV=development rollup -c -w",
34
35
  "type-check": "tsc --noEmit",
35
36
  "test:types": "npm run build:types && tsc -p test/types/tsconfig.json",
@@ -49,6 +50,7 @@
49
50
  "mcp:dist:smoke": "node scripts/mcp-dist-smoke.mjs",
50
51
  "prepublishOnly": "npm run mcp:snapshot && npm run mcp:snapshot:check",
51
52
  "skill:check": "node mcp/skill-check.mjs",
53
+ "ai-schema:check": "jest scripts/__tests__/ai-schema.test.mjs",
52
54
  "init:smoke": "node bin/smoke.mjs",
53
55
  "readme:check": "node scripts/readme-sync-check.mjs",
54
56
  "adoption:report": "node scripts/adoption-report.mjs",