devtunnel-cli 3.0.33 โ†’ 3.0.35

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.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey)](https://github.com/maiz-an/DevTunnel-CLI)
7
7
  [![npm version](https://img.shields.io/npm/v/devtunnel-cli)](https://www.npmjs.com/package/devtunnel-cli)
8
8
 
9
- ๐ŸŒ **Website:** [devtunnel-cli.mzieos.com](https://devtunnel-cli.mzieos.com) | ๐Ÿ“ฆ **npm:** [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli) | ๐Ÿ’ป **GitHub:** [maiz-an/DevTunnel-CLI](https://github.com/maiz-an/DevTunnel-CLI)
9
+ ๐ŸŒ **Website:** [maizan.me/devtunnel-cli](https://maizan.me/devtunnel-cli) | ๐Ÿ“ฆ **npm:** [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli) | ๐Ÿ’ป **GitHub:** [maiz-an/DevTunnel-CLI](https://github.com/maiz-an/DevTunnel-CLI)
10
10
 
11
11
  ---
12
12
 
@@ -108,19 +108,19 @@ MIT License - see [LICENSE](docs/LICENSE)
108
108
 
109
109
  ---
110
110
 
111
- **Latest on [npm](https://www.npmjs.com/package/devtunnel-cli)** | Made with โค๏ธ for developers worldwide
111
+ **Latest on [npm](https://www.npmjs.com/package/devtunnel-cli)** | Made with โค๏ธŽ for developers worldwide
112
112
 
113
113
  ---
114
114
 
115
115
  ## ๐Ÿ” Search keywords
116
116
 
117
- Find this project as: **DevTunnel**, **devtunnel**, **dev-tunnel**, **Dev-Tunnel**, **DevTunnel-CLI**, **devtunnel-cli**, **dev-tunnel-cli**, **Dev-Tunnel-CLI**. Official site: [devtunnel-cli.mzieos.com](https://devtunnel-cli.mzieos.com) ยท GitHub: [maiz-an/DevTunnel-CLI](https://github.com/maiz-an/DevTunnel-CLI) ยท npm: [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli).
117
+ Find this project as: **DevTunnel**, **devtunnel**, **dev-tunnel**, **Dev-Tunnel**, **DevTunnel-CLI**, **devtunnel-cli**, **dev-tunnel-cli**, **Dev-Tunnel-CLI**. npm (install here): [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli) ยท Docs: [maizan.me/devtunnel-cli](https://maizan.me/devtunnel-cli) ยท GitHub: [maiz-an/DevTunnel-CLI](https://github.com/maiz-an/DevTunnel-CLI).
118
118
 
119
119
  ---
120
120
 
121
121
  ## ๐Ÿ“ฆ Links
122
122
 
123
- - **Website**: [devtunnel-cli.mzieos.com](https://devtunnel-cli.mzieos.com)
123
+ - **Website**: [maizan.me/devtunnel-cli](https://maizan.me/devtunnel-cli)
124
124
  - **npm**: [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli)
125
125
  - **GitHub**: [maiz-an/DevTunnel-CLI](https://github.com/maiz-an/DevTunnel-CLI)
126
126
  - **Issues**: [GitHub Issues](https://github.com/maiz-an/DevTunnel-CLI/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtunnel-cli",
3
- "version": "3.0.33",
3
+ "version": "3.0.35",
4
4
  "type": "module",
5
5
  "description": "DevTunnel-CLI (DevTunnel, devtunnel, dev-tunnel) - Share local dev servers worldwide. Zero config, supports multiple ports. npm install -g devtunnel-cli. Works with Vite, React, Laravel, HTML, PHP/XAMPP.",
6
6
  "main": "src/core/start.js",
@@ -69,7 +69,7 @@
69
69
  "bugs": {
70
70
  "url": "https://github.com/maiz-an/DevTunnel-CLI/issues"
71
71
  },
72
- "homepage": "https://devtunnel-cli.mzieos.com",
72
+ "homepage": "https://maizan.me/devtunnel-cli",
73
73
  "engines": {
74
74
  "node": ">=16.0.0"
75
75
  },
package/src/core/start.js CHANGED
@@ -17,10 +17,10 @@ function getPackageVersion() {
17
17
  const pkgPath = join(PROJECT_ROOT, "package.json");
18
18
  if (existsSync(pkgPath)) {
19
19
  const pkg = JSON.parse(readFileSync(pkgPath, "utf8"));
20
- return pkg.version || "3.0.33";
20
+ return pkg.version || "3.0.35";
21
21
  }
22
22
  } catch (err) {}
23
- return "3.0.33";
23
+ return "3.0.35";
24
24
  }
25
25
 
26
26
  // Helper to run command
@@ -272,7 +272,7 @@ async function main() {
272
272
  console.log("โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”");
273
273
  console.log("Repository: https://github.com/maiz-an/DevTunnel-CLI");
274
274
  console.log("npm Package: https://www.npmjs.com/package/devtunnel-cli");
275
- console.log("Website: https://devtunnel-cli.mzieos.com");
275
+ console.log("Website: https://maizan.me/devtunnel-cli");
276
276
  console.log("โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”");
277
277
  console.log("");
278
278
 
@@ -1,40 +1,83 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
+
3
4
  <head>
4
5
  <meta charset="UTF-8">
5
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <meta name="description" content="DevTunnel - Share local dev servers worldwide. Zero configuration tunnel for any framework. Install via npm: npm install -g devtunnel-cli">
7
- <meta name="keywords" content="dev tunnel, localhost tunnel, cloudflare, ngrok, port forwarding, local development, vite, react, nextjs, laravel, php, html, npm install, devtunnel">
7
+ <meta name="description"
8
+ content="DevTunnel - Share local dev servers worldwide. Zero configuration tunnel for any framework. Install via npm: npm install -g devtunnel-cli">
9
+ <meta name="keywords"
10
+ content="dev tunnel, localhost tunnel, cloudflare, ngrok, port forwarding, local development, vite, react, nextjs, laravel, php, html, npm install, devtunnel">
8
11
  <meta name="author" content="maiz">
9
12
  <meta name="robots" content="index, follow">
10
- <link rel="canonical" href="https://devtunnel-cli.mzieos.com/">
13
+ <link rel="canonical" href="https://maizan.me/devtunnel-cli/">
11
14
  <meta property="og:title" content="DevTunnel - Share Local Servers Worldwide">
12
- <meta property="og:description" content="Zero configuration tunnel for any framework. Install via npm: npm install -g devtunnel-cli">
13
- <meta property="og:url" content="https://devtunnel-cli.mzieos.com/">
15
+ <meta property="og:description"
16
+ content="Zero configuration tunnel for any framework. Install via npm: npm install -g devtunnel-cli">
17
+ <meta property="og:url" content="https://maizan.me/devtunnel-cli/">
14
18
  <meta property="og:type" content="website">
15
- <meta property="og:image" content="https://devtunnel-cli.mzieos.com/og-image.png">
19
+ <meta property="og:image" content="https://maizan.me/devtunnel-cli/og-image.png">
16
20
  <meta name="twitter:card" content="summary_large_image">
17
21
  <meta name="twitter:title" content="DevTunnel - Share Local Servers Worldwide">
18
22
  <meta name="twitter:description" content="Zero configuration tunnel for any framework">
19
- <meta name="twitter:image" content="https://devtunnel-cli.mzieos.com/og-image.png">
23
+ <meta name="twitter:image" content="https://maizan.me/devtunnel-cli/og-image.png">
20
24
  <title>DevTunnel - Share Local Servers Worldwide</title>
21
25
  <style>
22
- body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; line-height: 1.6; }
23
- h1 { color: #3b82f6; }
24
- .badge { display: inline-block; padding: 4px 8px; background: #3b82f6; color: white; border-radius: 4px; margin: 5px; text-decoration: none; }
25
- .links { margin: 20px 0; }
26
- .links a { margin-right: 15px; color: #3b82f6; text-decoration: none; }
27
- code { background: #f4f4f4; padding: 2px 6px; border-radius: 3px; }
28
- pre { background: #1e293b; color: #f1f5f9; padding: 15px; border-radius: 5px; overflow-x: auto; }
26
+ body {
27
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
28
+ max-width: 800px;
29
+ margin: 0 auto;
30
+ padding: 20px;
31
+ line-height: 1.6;
32
+ }
33
+
34
+ h1 {
35
+ color: #3b82f6;
36
+ }
37
+
38
+ .badge {
39
+ display: inline-block;
40
+ padding: 4px 8px;
41
+ background: #3b82f6;
42
+ color: white;
43
+ border-radius: 4px;
44
+ margin: 5px;
45
+ text-decoration: none;
46
+ }
47
+
48
+ .links {
49
+ margin: 20px 0;
50
+ }
51
+
52
+ .links a {
53
+ margin-right: 15px;
54
+ color: #3b82f6;
55
+ text-decoration: none;
56
+ }
57
+
58
+ code {
59
+ background: #f4f4f4;
60
+ padding: 2px 6px;
61
+ border-radius: 3px;
62
+ }
63
+
64
+ pre {
65
+ background: #1e293b;
66
+ color: #f1f5f9;
67
+ padding: 15px;
68
+ border-radius: 5px;
69
+ overflow-x: auto;
70
+ }
29
71
  </style>
30
72
  </head>
73
+
31
74
  <body>
32
75
  <h1>๐Ÿš€ DevTunnel</h1>
33
76
  <p><strong>Share your local dev servers worldwide - Zero config tunnel for any framework</strong></p>
34
-
77
+
35
78
  <div class="links">
36
79
  <a href="https://www.npmjs.com/package/devtunnel-cli" class="badge">๐Ÿ“ฆ npm Package</a>
37
- <a href="https://devtunnel-cli.mzieos.com" class="badge">๐ŸŒ Website</a>
80
+ <a href="https://maizan.me/devtunnel-cli" class="badge">๐ŸŒ Website</a>
38
81
  <a href="https://github.com/maiz-an/DevTunnel-CLI" class="badge">๐Ÿ’ป GitHub</a>
39
82
  </div>
40
83
 
@@ -57,17 +100,19 @@ devtunnel-cli</code></pre>
57
100
  </ul>
58
101
 
59
102
  <h2>๐Ÿ“– Documentation</h2>
60
- <p>Complete documentation in the <a href="https://github.com/maiz-an/DevTunnel-CLI/tree/main/docs">docs/</a> folder.</p>
103
+ <p>Complete documentation in the <a href="https://github.com/maiz-an/DevTunnel-CLI/tree/main/docs">docs/</a> folder.
104
+ </p>
61
105
 
62
106
  <h2>๐Ÿ”— Links</h2>
63
107
  <ul>
64
108
  <li><a href="https://www.npmjs.com/package/devtunnel-cli">npm Package (devtunnel-cli)</a></li>
65
- <li><a href="https://devtunnel-cli.mzieos.com">Official Website</a></li>
109
+ <li><a href="https://maizan.me/devtunnel-cli">Official Website</a></li>
66
110
  <li><a href="https://github.com/maiz-an/DevTunnel-CLI">GitHub Repository</a></li>
67
111
  <li><a href="https://github.com/maiz-an/DevTunnel-CLI/issues">Report Issues</a></li>
68
112
  </ul>
69
113
 
70
114
  <hr>
71
- <p><small>Version 3.0.33 | Made with โค๏ธ for developers worldwide</small></p>
115
+ <p><small>Version 3.0.35 | Made with โค๏ธŽ for developers worldwide</small></p>
72
116
  </body>
73
- </html>
117
+
118
+ </html>