@monotykamary/localterm-server 2.77.1 → 2.77.3

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.
@@ -1,2 +1,2 @@
1
- export declare const resolveTermBackspaceSequence: (platform?: NodeJS.Platform) => string;
1
+ export declare const resolveTermBackspaceSequence: () => string;
2
2
  //# sourceMappingURL=resolve-term-backspace-sequence.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resolve-term-backspace-sequence.d.ts","sourceRoot":"","sources":["../../src/utils/resolve-term-backspace-sequence.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,cAC7B,MAAM,CAAC,QAAQ,KACxB,MAAqF,CAAC"}
1
+ {"version":3,"file":"resolve-term-backspace-sequence.d.ts","sourceRoot":"","sources":["../../src/utils/resolve-term-backspace-sequence.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,QAAO,MAAkC,CAAC"}
@@ -1,2 +1,2 @@
1
- export const resolveTermBackspaceSequence = (platform = process.platform) => (platform === "darwin" ? String.fromCharCode(8) : String.fromCharCode(127));
1
+ export const resolveTermBackspaceSequence = () => String.fromCharCode(127);
2
2
  //# sourceMappingURL=resolve-term-backspace-sequence.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resolve-term-backspace-sequence.js","sourceRoot":"","sources":["../../src/utils/resolve-term-backspace-sequence.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAC1C,QAAQ,GAAoB,OAAO,CAAC,QAAQ,EACpC,EAAE,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"resolve-term-backspace-sequence.js","sourceRoot":"","sources":["../../src/utils/resolve-term-backspace-sequence.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAW,EAAE,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monotykamary/localterm-server",
3
- "version": "2.77.1",
3
+ "version": "2.77.3",
4
4
  "description": "PTY-backed HTTP/WebSocket server that powers localterm, built on Hono + node-pty.",
5
5
  "keywords": [
6
6
  "hono",