cloudflared
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -36,2 +36,2 @@ import { ChildProcess } from 'node:child_process'; | ||
export { bin, install, tunnel }; | ||
export { Connection, bin, install, tunnel }; |
{ | ||
"name": "cloudflared", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Cloudflared in Node.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -47,3 +47,3 @@ # cloudflared | ||
## Binary Path & Install | ||
### Binary Path & Install | ||
@@ -67,3 +67,3 @@ ```js | ||
## Tunnel | ||
### Tunnel | ||
@@ -70,0 +70,0 @@ Checkout [`examples/tunnel.js`](examples/tunnel.js). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29515