fix(core): update

This commit is contained in:
2024-04-14 03:38:00 +02:00
parent eecc510a49
commit 6d14056cfd
16 changed files with 267 additions and 196 deletions
+17 -3
View File
@@ -2,7 +2,7 @@
"name": "@serve.zone/remoteingress",
"version": "1.0.2",
"private": false,
"description": "a remoteingress service for serve.zone",
"description": "Provides a service for creating private tunnels and reaching private clusters from the outside as part of the @serve.zone stack.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -21,7 +21,9 @@
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.7"
},
"dependencies": {},
"dependencies": {
"@push.rocks/qenv": "^6.0.5"
},
"repository": {
"type": "git",
"url": "git+https://code.foss.global/serve.zone/remoteingress.git"
@@ -44,5 +46,17 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"remote access",
"private tunnels",
"network security",
"TLS",
"connector",
"serve.zone",
"private clusters",
"public access",
"TypeScript",
"node.js"
]
}
}