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.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://github.com/maiz-an/DevTunnel-CLI)
|
|
7
7
|
[](https://www.npmjs.com/package/devtunnel-cli)
|
|
8
8
|
|
|
9
|
-
๐ **Website:** [
|
|
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: [
|
|
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**: [
|
|
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.
|
|
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://
|
|
72
|
+
"homepage": "https://devtunnel-cli.vercel.app",
|
|
73
73
|
"engines": {
|
|
74
74
|
"node": ">=16.0.0"
|
|
75
75
|
},
|