@termwright/conformance 0.3.0 → 0.3.2
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/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -54,7 +54,7 @@ var certified_instrumentation_default = {
|
|
|
54
54
|
var BUILTIN_PROFILES = certified_instrumentation_default.profiles;
|
|
55
55
|
var INK_VERSION = BUILTIN_PROFILES.at(-1)?.version ?? "unsupported";
|
|
56
56
|
|
|
57
|
-
// ../probe-ink/dist/chunk-
|
|
57
|
+
// ../probe-ink/dist/chunk-4GD6ZA7U.js
|
|
58
58
|
import { validateProbeAnnotations } from "@termwright/protocol";
|
|
59
59
|
|
|
60
60
|
// ../pty/dist/index.js
|
|
@@ -71,6 +71,8 @@ var WIN32_OFF = bytes(ESC, 91, 63, 57, 48, 48, 49, 108);
|
|
|
71
71
|
var RIS = bytes(ESC, 99);
|
|
72
72
|
var HOST_CURSOR_REQUEST_PREFIX = Buffer.from("\x1B]8488;twh-cpr-v1:q:", "ascii");
|
|
73
73
|
var HOST_CURSOR_REPLY_NAMESPACE = Buffer.from("\x1B]8488;twh-cpr-v1:r:", "ascii");
|
|
74
|
+
var APPLICATION_REPLY_PREFIX = Buffer.from("\x1B]8488;twh-app-reply-v1:", "ascii");
|
|
75
|
+
var OSC_TERMINATOR = Buffer.from("\x07", "ascii");
|
|
74
76
|
var STARTUP_REWRITES = [
|
|
75
77
|
{
|
|
76
78
|
// VtIo's ordinary startup handshake.
|