This commit is contained in:
Philipp Kunz 2024-04-14 03:38:00 +02:00
parent 6d14056cfd
commit 0fb7788b97

View File

@ -1,6 +1,6 @@
{ {
"name": "@serve.zone/remoteingress", "name": "@serve.zone/remoteingress",
"version": "1.0.2", "version": "1.0.3",
"private": false, "private": false,
"description": "Provides a service for creating private tunnels and reaching private clusters from the outside as part of the @serve.zone stack.", "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", "main": "dist_ts/index.js",
@ -59,4 +59,4 @@
"TypeScript", "TypeScript",
"node.js" "node.js"
] ]
} }