syntaxshot-cli 1.0.0 → 1.0.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 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,10 +61,6 @@ This validates the key against the license API and caches the result in `~/.synt
61
61
  syntaxshot logout # removes the license from this machine
62
62
  ```
63
63
 
64
- By default the CLI validates against `https://api.syntaxshot.dev` — point it at your own deployment (or `http://localhost:3000` while developing) with:
65
- ```bash
66
- export SYNTAXSHOT_API_URL=https://your-deployment.vercel.app
67
- ```
68
64
 
69
65
  ## Configuration (`.syntaxshotrc.json`)
70
66
 
@@ -75,12 +71,8 @@ export SYNTAXSHOT_API_URL=https://your-deployment.vercel.app
75
71
  "output": "syntaxshots",
76
72
  "fontSize": 16,
77
73
  "lineNumbers": true,
78
- "quality": 0.95,
79
- "plan": "free"
74
+ "quality": 0.95
80
75
  }
81
- ```
82
-
83
- Set `"plan": "pro"` here only as a **local dev override** (e.g. while working on the CLI itself) — it skips license validation entirely. For real usage, activate a license with `syntaxshot login <key>` instead; see below.
84
76
 
85
77
  ## Available themes
86
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syntaxshot-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Genera capturas de codigo con resaltado de sintaxis desde la terminal",
5
5
  "type": "module",
6
6
  "bin": {