@legacycodehq/clarity 0.16.7 → 0.17.0

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/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  Clarity is a software design tool for AI-native developers and coding agents.
10
10
 
11
- **Note:** Clarity supports [**14 languages**](#supported-languages) (parsing quality may vary by language).
11
+ **Note:** Clarity supports [**15 languages**](#supported-languages) (parsing quality may vary by language).
12
12
 
13
13
  ## What You Get
14
14
 
@@ -135,6 +135,7 @@ In CLI workflows, agents are configured to open a generated visualization URL in
135
135
  - Python
136
136
  - Ruby
137
137
  - Rust
138
+ - Scala
138
139
  - Svelte
139
140
  - Swift
140
141
  - TypeScript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legacycodehq/clarity",
3
- "version": "0.16.7",
3
+ "version": "0.17.0",
4
4
  "description": "Clarity CLI npm wrapper package",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/LegacyCodeHQ/clarity-cli",