ccwebtty 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -430,7 +430,7 @@ while($true) {
|
|
|
430
430
|
|
|
431
431
|
// src/index.ts
|
|
432
432
|
var program = new import_commander.Command();
|
|
433
|
-
program.name("ccweb").description("A CLI tool that exposes an interactive web terminal in the browser").version("1.0.
|
|
433
|
+
program.name("ccweb").description("A CLI tool that exposes an interactive web terminal in the browser").version("1.0.1").option("-p, --port <number>", "port to listen on", "8080").option("-H, --host <address>", "host to bind to", "0.0.0.0").option(
|
|
434
434
|
"-s, --shell <path>",
|
|
435
435
|
"shell to spawn",
|
|
436
436
|
process.env.SHELL || "/bin/bash"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccwebtty",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A CLI tool that exposes an interactive web terminal, similar to ttyd",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "https://github.com/
|
|
37
|
+
"url": "https://github.com/jerboy/ccweb.git"
|
|
38
38
|
},
|
|
39
|
-
"homepage": "https://github.com/
|
|
39
|
+
"homepage": "https://github.com/jerboy/ccweb#readme",
|
|
40
40
|
"bugs": {
|
|
41
|
-
"url": "https://github.com/
|
|
41
|
+
"url": "https://github.com/jerboy/ccweb/issues"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"cloudflared": "^0.7.1",
|