@vlandoss/localproxy 0.2.2 → 0.2.3
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 +9 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# 🛠️ localproxy
|
|
2
2
|
|
|
3
|
+
> [!CAUTION]
|
|
4
|
+
> **Deprecated.** This package is no longer maintained. Use [Portless](https://port1355.dev) instead — it provides the same `*.localhost` mapping with automatic HTTPS and a smoother setup. This package will not receive further updates and will be removed from the registry shortly.
|
|
5
|
+
>
|
|
6
|
+
> ```sh
|
|
7
|
+
> # Migration: install Portless and remove localproxy
|
|
8
|
+
> # See https://port1355.dev for setup
|
|
9
|
+
> pnpm remove -g @vlandoss/localproxy
|
|
10
|
+
> ```
|
|
11
|
+
|
|
3
12
|
**Simple local development proxy automation with Caddy + hosts management**
|
|
4
13
|
|
|
5
14
|
Stop remembering ports! localproxy automatically maps your projects to clean `.localhost` domains with automatic HTTPS and hosts file management.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlandoss/localproxy",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Simple local development proxy automation",
|
|
5
|
-
"homepage": "https://github.com/variableland/dx/tree/
|
|
5
|
+
"homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Flocalproxy%400.2.3/packages/localproxy#readme",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/variableland/dx/issues"
|
|
8
8
|
},
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@inquirer/prompts": "8.3.0",
|
|
35
35
|
"commander": "14.0.3",
|
|
36
|
-
"@vlandoss/
|
|
37
|
-
"@vlandoss/
|
|
36
|
+
"@vlandoss/loggy": "0.2.0",
|
|
37
|
+
"@vlandoss/clibuddy": "0.5.0"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|