gptrans 2.0.4 → 2.0.6

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,10 +22,12 @@ Whether you're building a multilingual website, a mobile app, or a localization
22
22
  ```bash
23
23
  npm install gptrans
24
24
  ```
25
+
25
26
  > **AI Skill**: You can also add GPTrans as a skill for AI agentic development:
26
27
  > ```bash
27
28
  > npx skills add https://github.com/clasen/GPTrans --skill gptrans
28
29
  > ```
30
+
29
31
  ### 🌐 Environment Setup
30
32
 
31
33
  GPTrans uses dotenv for environment configuration. Create a `.env` file in your project root and add your API keys:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gptrans",
3
3
  "type": "module",
4
- "version": "2.0.4",
4
+ "version": "2.0.6",
5
5
  "description": "🚆 GPTrans - The smarter AI-powered way to translate.",
6
6
  "keywords": [
7
7
  "translate",