devtunnel-cli 3.0.36 โ†’ 3.0.37

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 +3 -3
  2. package/package.json +2 -2
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:** [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)
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
 
@@ -213,13 +213,13 @@ MIT License - see [LICENSE](docs/LICENSE)
213
213
 
214
214
  ## ๐Ÿ” Search keywords
215
215
 
216
- 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).
216
+ 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: [devtunnel-cli.vercel.app](https://devtunnel-cli.vercel.app) ยท GitHub: [maiz-an/DevTunnel-CLI](https://github.com/maiz-an/DevTunnel-CLI).
217
217
 
218
218
  ---
219
219
 
220
220
  ## ๐Ÿ“ฆ Links
221
221
 
222
- - **Website**: [maizan.me/devtunnel-cli](https://maizan.me/devtunnel-cli)
222
+ - **Website**: [devtunnel-cli.vercel.app](https://devtunnel-cli.vercel.app)
223
223
  - **npm**: [devtunnel-cli](https://www.npmjs.com/package/devtunnel-cli)
224
224
  - **GitHub**: [maiz-an/DevTunnel-CLI](https://github.com/maiz-an/DevTunnel-CLI)
225
225
  - **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.36",
3
+ "version": "3.0.37",
4
4
  "type": "module",
5
5
  "description": "DevTunnel-CLI (DevTunnel, devtunnel, dev-tunnel) - Development tool for sharing local servers worldwide. Zero config, supports multiple ports. For dev, testing, demos, webhook debugging. Not for production. 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://maizan.me/devtunnel-cli",
72
+ "homepage": "https://devtunnel-cli.vercel.app",
73
73
  "engines": {
74
74
  "node": ">=16.0.0"
75
75
  },