schema-components 1.26.0 → 1.26.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "schema-components",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "React components that render UI from Zod schemas, JSON Schema, and OpenAPI documents",
5
5
  "type": "module",
6
6
  "exports": {
@@ -40,7 +40,7 @@
40
40
  "_test:e2e": "vitest run --project=e2e",
41
41
  "_test:coverage": "vitest run --project=unit --coverage",
42
42
  "_build": "tsdown && cp src/html/styles.css dist/html/styles.css",
43
- "_docs": "typedoc",
43
+ "_typedoc": "typedoc",
44
44
  "typecheck": "turbo run _typecheck",
45
45
  "lint": "turbo run _lint",
46
46
  "lint:fix": "turbo run _lint:fix",
@@ -49,7 +49,7 @@
49
49
  "check": "turbo run _check",
50
50
  "validate": "turbo run _validate",
51
51
  "build": "turbo run _build",
52
- "docs": "turbo run _docs"
52
+ "typedoc": "turbo run _typedoc"
53
53
  },
54
54
  "keywords": [
55
55
  "react",