This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ npm install -g @tunl/cli
1919$ tunneler COMMAND
2020running command...
2121$ tunneler (-v| --version| version)
22- @tunl/cli/0.0.0-build1 darwin-x64 node-v16.4.2
22+ @tunl/cli/0.1.0 darwin-x64 node-v16.4.2
2323$ tunneler --help [COMMAND]
2424USAGE
2525 $ tunneler COMMAND
@@ -44,7 +44,7 @@ EXAMPLE
4444 $ tunneler consume 8080 8081 base64_connection_param==
4545```
4646
47- _ See code: [ src/commands/consume.ts] ( https://github.com/0x77dev/tunneler/blob/v0.0.0-build1 /src/commands/consume.ts ) _
47+ _ See code: [ src/commands/consume.ts] ( https://github.com/0x77dev/tunneler/blob/v0.1.0 /src/commands/consume.ts ) _
4848
4949## ` tunneler handle [PORT] `
5050
@@ -58,7 +58,7 @@ EXAMPLE
5858 $ tunneler handle 8080
5959```
6060
61- _ See code: [ src/commands/handle.ts] ( https://github.com/0x77dev/tunneler/blob/v0.0.0-build1 /src/commands/handle.ts ) _
61+ _ See code: [ src/commands/handle.ts] ( https://github.com/0x77dev/tunneler/blob/v0.1.0 /src/commands/handle.ts ) _
6262
6363## ` tunneler help [COMMAND] `
6464
Original file line number Diff line number Diff line change 99 "@oclif/command" : " ^1" ,
1010 "@oclif/config" : " ^1" ,
1111 "@oclif/plugin-help" : " ^3" ,
12- "@tunl/lib" : " ^0.0.0-build1 " ,
12+ "@tunl/lib" : " ^0.1.0 " ,
1313 "tslib" : " ^1"
1414 },
1515 "description" : " Tunneler CLI" ,
5151 "version" : " oclif-dev readme && git add README.md"
5252 },
5353 "types" : " lib/index.d.ts" ,
54- "version" : " 0.0.0-build1 "
54+ "version" : " 0.1.0 "
5555}
Original file line number Diff line number Diff line change 33 "packages" : [
44 " ./*"
55 ],
6- "version" : " 0.0 .0"
6+ "version" : " 0.1 .0"
77}
Original file line number Diff line number Diff line change 4040 "test" : " jest"
4141 },
4242 "types" : " dist/index.d.ts" ,
43- "version" : " 0.0.0-build1 "
43+ "version" : " 0.1.0 "
4444}
Original file line number Diff line number Diff line change 11{
22 "name" : " @tunl/relay" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " Tunneler relay server for libp2p" ,
55 "main" : " run.bash" ,
66 "repository" : " https://github.com/0x77dev/tunneler.git" ,
You can’t perform that action at this time.
0 commit comments