@opentui/core 0.1.93 → 0.1.94

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/index.js CHANGED
@@ -81,7 +81,7 @@ import {
81
81
  registerCorePlugin,
82
82
  resolveCoreSlot,
83
83
  vstyles
84
- } from "./index-adp83v70.js";
84
+ } from "./index-t2rqapaa.js";
85
85
  import {
86
86
  ASCIIFontSelectionHelper,
87
87
  ATTRIBUTE_BASE_BITS,
@@ -233,7 +233,7 @@ import {
233
233
  white,
234
234
  wrapWithDelegates,
235
235
  yellow
236
- } from "./index-4kfx7p6q.js";
236
+ } from "./index-wv534m5j.js";
237
237
  export {
238
238
  yellow,
239
239
  wrapWithDelegates,
@@ -64,6 +64,7 @@ export declare class StdinParser {
64
64
  read(): StdinEvent | null;
65
65
  drain(onEvent: (event: StdinEvent) => void): void;
66
66
  flushTimeout(nowMsValue?: number): void;
67
+ private tryForceFlush;
67
68
  reset(): void;
68
69
  resetMouseState(): void;
69
70
  destroy(): void;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "type": "module",
7
- "version": "0.1.93",
7
+ "version": "0.1.94",
8
8
  "description": "OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -67,11 +67,11 @@
67
67
  "bun-webgpu": "0.1.5",
68
68
  "planck": "^1.4.2",
69
69
  "three": "0.177.0",
70
- "@opentui/core-darwin-x64": "0.1.93",
71
- "@opentui/core-darwin-arm64": "0.1.93",
72
- "@opentui/core-linux-x64": "0.1.93",
73
- "@opentui/core-linux-arm64": "0.1.93",
74
- "@opentui/core-win32-x64": "0.1.93",
75
- "@opentui/core-win32-arm64": "0.1.93"
70
+ "@opentui/core-darwin-x64": "0.1.94",
71
+ "@opentui/core-darwin-arm64": "0.1.94",
72
+ "@opentui/core-linux-x64": "0.1.94",
73
+ "@opentui/core-linux-arm64": "0.1.94",
74
+ "@opentui/core-win32-x64": "0.1.94",
75
+ "@opentui/core-win32-arm64": "0.1.94"
76
76
  }
77
77
  }
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  createRuntimePlugin,
4
4
  runtimeModuleIdForSpecifier
5
- } from "./index-bhw3bbqb.js";
6
- import"./index-adp83v70.js";
7
- import"./index-4kfx7p6q.js";
5
+ } from "./index-t7fkn9sh.js";
6
+ import"./index-t2rqapaa.js";
7
+ import"./index-wv534m5j.js";
8
8
 
9
9
  // src/runtime-plugin-support.ts
10
10
  var {plugin: registerBunPlugin } = globalThis.Bun;
package/runtime-plugin.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  createRuntimePlugin,
4
4
  isCoreRuntimeModuleSpecifier,
5
5
  runtimeModuleIdForSpecifier
6
- } from "./index-bhw3bbqb.js";
7
- import"./index-adp83v70.js";
8
- import"./index-4kfx7p6q.js";
6
+ } from "./index-t7fkn9sh.js";
7
+ import"./index-t2rqapaa.js";
8
+ import"./index-wv534m5j.js";
9
9
  export {
10
10
  runtimeModuleIdForSpecifier,
11
11
  isCoreRuntimeModuleSpecifier,
package/testing.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  CliRenderer,
5
5
  TreeSitterClient,
6
6
  resolveRenderLib
7
- } from "./index-4kfx7p6q.js";
7
+ } from "./index-wv534m5j.js";
8
8
 
9
9
  // src/testing/test-renderer.ts
10
10
  import { Readable, Writable } from "stream";