devtunnel-cli 3.0.7 → 3.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtunnel-cli",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
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 and more.",
6
6
  "main": "src/core/start.js",
package/src/core/start.js CHANGED
@@ -61,12 +61,12 @@ async function main() {
61
61
  // Show ASCII logo
62
62
  showLogo();
63
63
 
64
- console.log("DevTunnel v3.0.7");
64
+ console.log("DevTunnel v3.0.8");
65
65
  console.log("Share your local dev servers worldwide");
66
66
  console.log("");
67
67
  console.log("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━");
68
- console.log("Developer: maiz");
69
68
  console.log("Repository: https://github.com/maiz-an/DevTunnel");
69
+ console.log("npm Package: https://www.npmjs.com/package/devtunnel-cli");
70
70
  console.log("Website: https://devtunnel.vercel.app");
71
71
  console.log("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━");
72
72
  console.log("");