@swimmingliu/autovpn 1.4.0 → 1.4.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,8 +5,8 @@ Node-first npm CLI for AutoVPN headless and Agent workflows.
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
- npx -y @swimmingliu/autovpn@1.4.0 doctor --project-root . --output json
9
- npm install -g @swimmingliu/autovpn@1.4.0
8
+ npx -y @swimmingliu/autovpn doctor --project-root . --output json
9
+ npm install -g @swimmingliu/autovpn
10
10
  autovpn run --project-root . --skip-deploy --skip-verify --output jsonl
11
11
  ```
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swimmingliu/autovpn",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "npm wrapper for the AutoVPN headless CLI",
5
5
  "type": "module",
6
6
  "repository": {