Porovnat revize

..

1 Commity

Autor SHA1 Zpráva Datum
63977d2935
ref!: update to node v18.20 2025-10-25 23:45:18 -06:00
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -1,6 +1,6 @@
{
"name": "telebit",
"version": "0.20.251025",
"version": "0.20.8",
"description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.",
"main": "lib/remote.js",
"files": [

Zobrazit soubor

@ -137,7 +137,7 @@ echo "Installing $my_name to '$TELEBIT_REAL_PATH'"
# v9.x has severe networking bugs.
# v8.x has working ursa, but requires tls workarounds"
# v10.13 seems to work for me locally (new greenlock)
NODEJS_VER="${NODEJS_VER:-v10.13}"
NODEJS_VER="${NODEJS_VER:-v18.20}"
export NODEJS_VER
export NODE_PATH="$TELEBIT_TMP/lib/node_modules"
export NPM_CONFIG_PREFIX="$TELEBIT_TMP"