@vertana/cli 0.2.0-dev.15 → 0.2.0-dev.26

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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,10 +12,10 @@
12
12
  Command-line interface for [Vertana] translation. Translate documents from
13
13
  the terminal with support for multiple providers (OpenAI, Anthropic, Google).
14
14
 
15
- [JSR]: https://jsr.io/@vertana/cli
16
15
  [JSR badge]: https://jsr.io/badges/@vertana/cli
17
- [npm]: https://www.npmjs.com/package/@vertana/cli
16
+ [JSR]: https://jsr.io/@vertana/cli
18
17
  [npm badge]: https://img.shields.io/npm/v/@vertana/cli?logo=npm
18
+ [npm]: https://www.npmjs.com/package/@vertana/cli
19
19
  [Vertana]: https://vertana.org/
20
20
 
21
21
 
@@ -75,7 +75,6 @@ Options:
75
75
  - `--glossary-file FILE`: Load glossary from file
76
76
  - `-o, --output FILE`: Output file (defaults to stdout)
77
77
 
78
-
79
78
  ### config
80
79
 
81
80
  Manage configuration settings.
@@ -87,7 +86,6 @@ vertana config api-key PROVIDER [KEY] # Manage API keys
87
86
 
88
87
  Supported providers: `openai`, `anthropic`, `google`
89
88
 
90
-
91
89
  For more resources, see the [docs].
92
90
 
93
91
  [docs]: https://vertana.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertana/cli",
3
- "version": "0.2.0-dev.15+f34ed253",
3
+ "version": "0.2.0-dev.26+0ddb13af",
4
4
  "description": "Command-line interface for Vertana translation",
5
5
  "keywords": [
6
6
  "LLM",