@vertana/facade 0.2.0-dev.22 → 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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,10 +13,10 @@ High-level facade for [Vertana] providing a simple `translate()` function
13
13
  with sensible defaults. This is the recommended starting point for most
14
14
  applications.
15
15
 
16
- [JSR]: https://jsr.io/@vertana/facade
17
16
  [JSR badge]: https://jsr.io/badges/@vertana/facade
18
- [npm]: https://www.npmjs.com/package/@vertana/facade
17
+ [JSR]: https://jsr.io/@vertana/facade
19
18
  [npm badge]: https://img.shields.io/npm/v/@vertana/facade?logo=npm
19
+ [npm]: https://www.npmjs.com/package/@vertana/facade
20
20
  [Vertana]: https://vertana.org/
21
21
 
22
22
 
@@ -72,7 +72,6 @@ The `translate()` function accepts an optional `TranslateOptions` object:
72
72
  - `onProgress`: Callback for progress updates
73
73
  - `signal`: AbortSignal for cancellation
74
74
 
75
-
76
75
  For more resources, see the [docs].
77
76
 
78
77
  [docs]: https://vertana.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertana/facade",
3
- "version": "0.2.0-dev.22+b0f4c977",
3
+ "version": "0.2.0-dev.26+0ddb13af",
4
4
  "description": "An LLM-powered natural language translation facade library",
5
5
  "keywords": [
6
6
  "LLM",