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.1.2 darwin-x64 node-v16.4.2
22+ @tunl/cli/0.1.3-security.0 darwin-x64 node-v16.4.2
2323$ tunneler --help [COMMAND]
2424USAGE
2525 $ tunneler COMMAND
@@ -69,7 +69,7 @@ EXAMPLE
6969 $ tunneler consume 8080 8081 base64_connection_param==
7070```
7171
72- _ See code: [ src/commands/consume.ts] ( https://github.com/0x77dev/tunneler/blob/v0.1.2 /src/commands/consume.ts ) _
72+ _ See code: [ src/commands/consume.ts] ( https://github.com/0x77dev/tunneler/blob/v0.1.3-security.0 /src/commands/consume.ts ) _
7373
7474## ` tunneler expose [PORT] `
7575
@@ -83,7 +83,7 @@ EXAMPLE
8383 $ tunneler expose 8080
8484```
8585
86- _ See code: [ src/commands/expose.ts] ( https://github.com/0x77dev/tunneler/blob/v0.1.2 /src/commands/expose.ts ) _
86+ _ See code: [ src/commands/expose.ts] ( https://github.com/0x77dev/tunneler/blob/v0.1.3-security.0 /src/commands/expose.ts ) _
8787
8888## ` tunneler help [COMMAND] `
8989
Original file line number Diff line number Diff line change 1313 "@oclif/plugin-not-found" : " ^1.2.4" ,
1414 "@oclif/plugin-update" : " ^1.3.10" ,
1515 "@oclif/plugin-warn-if-update-available" : " ^1.7.0" ,
16- "@tunl/lib" : " ^0.1.2 " ,
16+ "@tunl/lib" : " ^0.1.3-security.0 " ,
1717 "cli-ux" : " ^5.6.3" ,
1818 "tslib" : " ^1"
1919 },
6161 "version" : " oclif-dev readme && git add README.md"
6262 },
6363 "types" : " lib/index.d.ts" ,
64- "version" : " 0.1.2 "
64+ "version" : " 0.1.3-security.0 "
6565}
Original file line number Diff line number Diff line change 33 "packages" : [
44 " ./*"
55 ],
6- "version" : " 0.1.2 "
6+ "version" : " 0.1.3-security.0 "
77}
Original file line number Diff line number Diff line change 4545 "test" : " jest"
4646 },
4747 "types" : " dist/index.d.ts" ,
48- "version" : " 0.1.2 "
49- }
48+ "version" : " 0.1.3-security.0 "
49+ }
You can’t perform that action at this time.
0 commit comments