Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit d3065e3

Browse files
committed
v0.1.3-security.0
1 parent 64ec04c commit d3065e3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @tunl/cli
1919
$ tunneler COMMAND
2020
running 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]
2424
USAGE
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

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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
},
@@ -61,5 +61,5 @@
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
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"./*"
55
],
6-
"version": "0.1.2"
6+
"version": "0.1.3-security.0"
77
}

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"test": "jest"
4646
},
4747
"types": "dist/index.d.ts",
48-
"version": "0.1.2"
49-
}
48+
"version": "0.1.3-security.0"
49+
}

0 commit comments

Comments
 (0)