devtunnel-cli 3.0.28 → 3.0.30
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 +5 -5
- package/package.json +4 -4
- package/src/core/start.js +4 -4
- package/src/utils/pages/index.html +11 -11
package/README.md
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
**Share your local dev servers worldwide - Zero config tunnel for any framework**
|
|
4
4
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](https://github.com/maiz-an/DevTunnel)
|
|
6
|
+
[](https://github.com/maiz-an/DevTunnel-CLI)
|
|
7
7
|
[](https://www.npmjs.com/package/devtunnel-cli)
|
|
8
8
|
|
|
9
|
-
🌐 **Website:** [devtunnel.vercel.app](https://devtunnel.vercel.app) | 📦 **npm:** [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli) | 💻 **GitHub:** [maiz-an/DevTunnel](https://github.com/maiz-an/DevTunnel)
|
|
9
|
+
🌐 **Website:** [devtunnel-cli.vercel.app](https://devtunnel-cli.vercel.app) | 📦 **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
|
|
|
@@ -113,7 +113,7 @@ MIT License - see [LICENSE](docs/LICENSE)
|
|
|
113
113
|
|
|
114
114
|
## 📦 Links
|
|
115
115
|
|
|
116
|
-
- **Website**: [devtunnel.vercel.app](https://devtunnel.vercel.app)
|
|
116
|
+
- **Website**: [devtunnel-cli.vercel.app](https://devtunnel-cli.vercel.app)
|
|
117
117
|
- **npm**: [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli)
|
|
118
|
-
- **GitHub**: [maiz-an/DevTunnel](https://github.com/maiz-an/DevTunnel)
|
|
119
|
-
- **Issues**: [GitHub Issues](https://github.com/maiz-an/DevTunnel/issues)
|
|
118
|
+
- **GitHub**: [maiz-an/DevTunnel-CLI](https://github.com/maiz-an/DevTunnel-CLI)
|
|
119
|
+
- **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.
|
|
3
|
+
"version": "3.0.30",
|
|
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",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"license": "MIT",
|
|
57
57
|
"repository": {
|
|
58
58
|
"type": "git",
|
|
59
|
-
"url": "git+https://github.com/maiz-an/DevTunnel.git"
|
|
59
|
+
"url": "git+https://github.com/maiz-an/DevTunnel-CLI.git"
|
|
60
60
|
},
|
|
61
61
|
"bugs": {
|
|
62
|
-
"url": "https://github.com/maiz-an/DevTunnel/issues"
|
|
62
|
+
"url": "https://github.com/maiz-an/DevTunnel-CLI/issues"
|
|
63
63
|
},
|
|
64
|
-
"homepage": "https://devtunnel.vercel.app",
|
|
64
|
+
"homepage": "https://devtunnel-cli.vercel.app",
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=16.0.0"
|
|
67
67
|
},
|
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.
|
|
20
|
+
return pkg.version || "3.0.30";
|
|
21
21
|
}
|
|
22
22
|
} catch (err) {}
|
|
23
|
-
return "3.0.
|
|
23
|
+
return "3.0.30";
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
// Helper to run command
|
|
@@ -270,9 +270,9 @@ async function main() {
|
|
|
270
270
|
console.log("Share your local dev servers worldwide");
|
|
271
271
|
console.log("");
|
|
272
272
|
console.log("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━");
|
|
273
|
-
console.log("Repository: https://github.com/maiz-an/DevTunnel");
|
|
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.vercel.app");
|
|
275
|
+
console.log("Website: https://devtunnel-cli.vercel.app");
|
|
276
276
|
console.log("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━");
|
|
277
277
|
console.log("");
|
|
278
278
|
|
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
<meta name="keywords" content="dev tunnel, localhost tunnel, cloudflare, ngrok, port forwarding, local development, vite, react, nextjs, laravel, php, html, npm install, devtunnel">
|
|
8
8
|
<meta name="author" content="maiz">
|
|
9
9
|
<meta name="robots" content="index, follow">
|
|
10
|
-
<link rel="canonical" href="https://devtunnel.vercel.app/">
|
|
10
|
+
<link rel="canonical" href="https://devtunnel-cli.vercel.app/">
|
|
11
11
|
<meta property="og:title" content="DevTunnel - Share Local Servers Worldwide">
|
|
12
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.vercel.app/">
|
|
13
|
+
<meta property="og:url" content="https://devtunnel-cli.vercel.app/">
|
|
14
14
|
<meta property="og:type" content="website">
|
|
15
|
-
<meta property="og:image" content="https://devtunnel.vercel.app/og-image.png">
|
|
15
|
+
<meta property="og:image" content="https://devtunnel-cli.vercel.app/og-image.png">
|
|
16
16
|
<meta name="twitter:card" content="summary_large_image">
|
|
17
17
|
<meta name="twitter:title" content="DevTunnel - Share Local Servers Worldwide">
|
|
18
18
|
<meta name="twitter:description" content="Zero configuration tunnel for any framework">
|
|
19
|
-
<meta name="twitter:image" content="https://devtunnel.vercel.app/og-image.png">
|
|
19
|
+
<meta name="twitter:image" content="https://devtunnel-cli.vercel.app/og-image.png">
|
|
20
20
|
<title>DevTunnel - Share Local Servers Worldwide</title>
|
|
21
21
|
<style>
|
|
22
22
|
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; line-height: 1.6; }
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
|
|
35
35
|
<div class="links">
|
|
36
36
|
<a href="https://www.npmjs.com/package/devtunnel-cli" class="badge">📦 npm Package</a>
|
|
37
|
-
<a href="https://devtunnel.vercel.app" class="badge">🌐 Website</a>
|
|
38
|
-
<a href="https://github.com/maiz-an/DevTunnel" class="badge">💻 GitHub</a>
|
|
37
|
+
<a href="https://devtunnel-cli.vercel.app" class="badge">🌐 Website</a>
|
|
38
|
+
<a href="https://github.com/maiz-an/DevTunnel-CLI" class="badge">💻 GitHub</a>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
<h2>⚡ Quick Start</h2>
|
|
@@ -57,17 +57,17 @@ devtunnel-cli</code></pre>
|
|
|
57
57
|
</ul>
|
|
58
58
|
|
|
59
59
|
<h2>📖 Documentation</h2>
|
|
60
|
-
<p>Complete documentation in the <a href="https://github.com/maiz-an/DevTunnel/tree/main/docs">docs/</a> folder.</p>
|
|
60
|
+
<p>Complete documentation in the <a href="https://github.com/maiz-an/DevTunnel-CLI/tree/main/docs">docs/</a> folder.</p>
|
|
61
61
|
|
|
62
62
|
<h2>🔗 Links</h2>
|
|
63
63
|
<ul>
|
|
64
64
|
<li><a href="https://www.npmjs.com/package/devtunnel-cli">npm Package (devtunnel-cli)</a></li>
|
|
65
|
-
<li><a href="https://devtunnel.vercel.app">Official Website</a></li>
|
|
66
|
-
<li><a href="https://github.com/maiz-an/DevTunnel">GitHub Repository</a></li>
|
|
67
|
-
<li><a href="https://github.com/maiz-an/DevTunnel/issues">Report Issues</a></li>
|
|
65
|
+
<li><a href="https://devtunnel-cli.vercel.app">Official Website</a></li>
|
|
66
|
+
<li><a href="https://github.com/maiz-an/DevTunnel-CLI">GitHub Repository</a></li>
|
|
67
|
+
<li><a href="https://github.com/maiz-an/DevTunnel-CLI/issues">Report Issues</a></li>
|
|
68
68
|
</ul>
|
|
69
69
|
|
|
70
70
|
<hr>
|
|
71
|
-
<p><small>Version 3.0.
|
|
71
|
+
<p><small>Version 3.0.30 | Made with ❤️ for developers worldwide</small></p>
|
|
72
72
|
</body>
|
|
73
73
|
</html>
|