@drone1/alt 0.8.0 → 0.8.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,7 +83,7 @@ alt translate --reference-file ./reference.js --reference-language en --target-l
83
83
  ```
84
84
  This command would iterate across all key/value pairs defined in `./reference.js` and translate if needed.
85
85
 
86
- Here are all supported providers and their required environment variable
86
+ Here are all supported providers and their required environment variables:
87
87
 
88
88
  | `-p`, `--provider` | <span style="font-weight: normal;">environment variable</span> |
89
89
  |-------------------|----------------------------------------------------------------|
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@drone1/alt",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "description": "An AI-powered localization tool",
6
6
  "main": "src/index.mjs",
7
7
  "bin": {