@ictechgy/lterm 1.0.6 → 1.0.7

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.ko.md CHANGED
@@ -71,7 +71,7 @@ Homebrew와 npm 모두 `PATH`에 `lterm` 명령을 설치합니다. `lterm --ver
71
71
  GitHub에서 Cargo로 설치 (Releases 페이지의 최신 태그를 사용하세요):
72
72
 
73
73
  ```bash
74
- cargo install --git https://github.com/ictechgy/light_terminal --tag v1.0.6
74
+ cargo install --git https://github.com/ictechgy/light_terminal --tag v1.0.7
75
75
  ```
76
76
 
77
77
  저장소를 클론한 뒤 직접 빌드하려면 Rust 1.85 이상이 필요합니다.
package/README.md CHANGED
@@ -77,7 +77,7 @@ For the 1.0 command/output stability boundary, see the
77
77
  With Cargo from GitHub (use the latest tag from the Releases page):
78
78
 
79
79
  ```bash
80
- cargo install --git https://github.com/ictechgy/light_terminal --tag v1.0.6
80
+ cargo install --git https://github.com/ictechgy/light_terminal --tag v1.0.7
81
81
  ```
82
82
 
83
83
  From this checkout, use Rust 1.85 or newer:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ictechgy/lterm",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Lightweight tmux-compatible terminal session daemon with cmux-friendly notifications.",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "homepage": "https://github.com/ictechgy/light_terminal#readme",
@@ -31,10 +31,10 @@
31
31
  "LICENSE-MIT"
32
32
  ],
33
33
  "optionalDependencies": {
34
- "lterm-darwin-arm64": "1.0.6",
35
- "lterm-darwin-x64": "1.0.6",
36
- "lterm-linux-arm64": "1.0.6",
37
- "lterm-linux-x64": "1.0.6"
34
+ "lterm-darwin-arm64": "1.0.7",
35
+ "lterm-darwin-x64": "1.0.7",
36
+ "lterm-linux-arm64": "1.0.7",
37
+ "lterm-linux-x64": "1.0.7"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16"