chiltepin 0.47.9 → 0.47.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chiltepin",
3
- "version": "0.47.9",
3
+ "version": "0.47.10",
4
4
  "description": "Documentation-as-code CLI: write Markdown with typed YAML blocks for API docs, architecture & system design (C4, ERDs, sequence diagrams), frontend & design systems, ADRs and decision records, planning, and slide presentations. Validate like code with `chiltepin check`, export to HTML, slides, or PDF. AI-native — one-command agent skill (npx skills add jdiejim/chiltepin -y) and a visual Studio.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,9 +25,9 @@
25
25
  "picocolors": "^1.1.1",
26
26
  "react": "^18.3.1",
27
27
  "yaml": "^2.6.1",
28
- "chiltepin-render": "0.34.1",
29
- "chiltepin-studio": "0.16.5",
30
- "chiltepin-core": "0.25.0"
28
+ "chiltepin-render": "0.34.2",
29
+ "chiltepin-core": "0.25.0",
30
+ "chiltepin-studio": "0.16.6"
31
31
  },
32
32
  "optionalDependencies": {
33
33
  "playwright": "^1.49.0"
@@ -57,4 +57,6 @@ table; when the change is the point, `kind: compare` or `kind: diff`.
57
57
  `highlight: "3-5, 8"` bands the lines that matter; `lines: true` numbers
58
58
  them; `cols: 2` sets snippets side by side (request / response); `kind:
59
59
  compare` is before / after under eyebrows; `kind: terminal` is a `session`.
60
+ `lang: text` for prompts and plain notes (no highlighting); `lang: markdown`
61
+ for Markdown source.
60
62
  `steps` for a runbook with prose between commands; `gallery` for a card grid.