@legacycodehq/clarity 0.13.2 → 0.13.3

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 +13 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,19 @@ More install options: [Installation Guide](docs/usage/installation.md).
34
34
 
35
35
  ## Supported Languages
36
36
 
37
- C C++ • C# • Dart • Go • JavaScript • Java • Kotlin • Python • Ruby • Rust • Swift • TypeScript
37
+ - C
38
+ - C++
39
+ - C#
40
+ - Dart
41
+ - Go
42
+ - JavaScript
43
+ - Java
44
+ - Kotlin
45
+ - Python
46
+ - Ruby
47
+ - Rust
48
+ - Swift
49
+ - TypeScript
38
50
 
39
51
  ## Use Cases
40
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legacycodehq/clarity",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "Clarity CLI npm wrapper package",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/LegacyCodeHQ/clarity",