ttyd-mux 0.4.3 → 0.5.0

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/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export declare const NAME: "ttyd-mux";
2
- export declare const VERSION: "0.4.3";
2
+ export declare const VERSION: "0.5.0";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  export const NAME = 'ttyd-mux';
3
- export const VERSION = '0.4.3';
3
+ export const VERSION = '0.5.0';
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttyd-mux",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "description": "ttyd session multiplexer - manage multiple ttyd+tmux web terminal sessions / 複数の ttyd+tmux Web ターミナルセッションを管理する CLI ツール",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",