devtunnel-cli 3.0.19 → 3.0.20

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  **1. Install DevTunnel (one-time setup):**
19
19
  ```bash
20
- npm install -g devtunnel
20
+ npm install -g devtunnel-cli
21
21
  ```
22
22
 
23
23
  **2. Navigate to your project directory:**
@@ -73,7 +73,7 @@ npm run dev
73
73
 
74
74
  # Terminal 2 - DevTunnel (same directory!)
75
75
  cd my-react-app
76
- devtunnel
76
+ devtunnel-cli
77
77
  ```
78
78
 
79
79
  **Works with any framework, API, or backend:** Vite, React, Next.js, Express, NestJS, FastAPI, Flask, Django, Spring Boot, Laravel, and any HTTP/HTTPS server!
@@ -106,7 +106,7 @@ MIT License - see [LICENSE](docs/LICENSE)
106
106
 
107
107
  ---
108
108
 
109
- **Version 3.0.15** | Made with ❤️ for developers worldwide
109
+ **Latest on [npm](https://www.npmjs.com/package/devtunnel-cli)** | Made with ❤️ for developers worldwide
110
110
 
111
111
  ---
112
112
 
@@ -118,7 +118,7 @@ MIT License - see [LICENSE](docs/LICENSE)
118
118
 
119
119
  ## 📦 Installation & Links
120
120
 
121
- - **npm Package**: [devtunnel](https://www.npmjs.com/package/devtunnel)
121
+ - **npm Package**: [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli)
122
122
  - **GitHub Repository**: [maiz-an/DevTunnel](https://github.com/maiz-an/DevTunnel)
123
123
  - **GitHub Pages**: [maiz-an.github.io/DevTunnel](https://maiz-an.github.io/DevTunnel/)
124
124
  - **Official Website**: [devtunnel.vercel.app](https://devtunnel.vercel.app)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtunnel-cli",
3
- "version": "3.0.19",
3
+ "version": "3.0.20",
4
4
  "type": "module",
5
5
  "description": "DevTunnel - Share local dev servers worldwide. Zero configuration tunnel for any framework. Install via npm: npm install -g devtunnel-cli. Works with Vite, React, Next.js, Express, NestJS, Laravel (PHP), HTML, and more.",
6
6
  "main": "src/core/start.js",