@opentui/core 0.2.12 → 0.2.14

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,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  createRuntimePlugin
4
- } from "./index-wp87xqrj.js";
4
+ } from "./index-5v692kqx.js";
5
5
 
6
6
  // src/runtime-plugin-support-configure.ts
7
7
  var {plugin: registerBunPlugin } = globalThis.Bun;
@@ -41,4 +41,4 @@ function ensureRuntimePluginSupport(options = {}) {
41
41
  export { ensureRuntimePluginSupport };
42
42
 
43
43
  //# debugId=09C0597CB92E654F64756E2164756E21
44
- //# sourceMappingURL=index-6hvs3wp6.js.map
44
+ //# sourceMappingURL=index-wdak3pbx.js.map
package/index.js CHANGED
@@ -72,7 +72,7 @@ import {
72
72
  resolveCoreSlot,
73
73
  setupAudio,
74
74
  vstyles
75
- } from "./index-abtpr3qx.js";
75
+ } from "./index-nhyfhtvf.js";
76
76
  import {
77
77
  ASCIIFontSelectionHelper,
78
78
  ATTRIBUTE_BASE_BITS,
@@ -246,7 +246,7 @@ import {
246
246
  white,
247
247
  wrapWithDelegates,
248
248
  yellow
249
- } from "./index-ysvpktsp.js";
249
+ } from "./index-3fq5hq97.js";
250
250
  export {
251
251
  yellow,
252
252
  wrapWithDelegates,
@@ -0,0 +1 @@
1
+ export {};
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.2.12",
7
+ "version": "0.2.14",
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": {
@@ -69,11 +69,11 @@
69
69
  "web-tree-sitter": "0.25.10"
70
70
  },
71
71
  "optionalDependencies": {
72
- "@opentui/core-darwin-x64": "0.2.12",
73
- "@opentui/core-darwin-arm64": "0.2.12",
74
- "@opentui/core-linux-x64": "0.2.12",
75
- "@opentui/core-linux-arm64": "0.2.12",
76
- "@opentui/core-win32-x64": "0.2.12",
77
- "@opentui/core-win32-arm64": "0.2.12"
72
+ "@opentui/core-darwin-x64": "0.2.14",
73
+ "@opentui/core-darwin-arm64": "0.2.14",
74
+ "@opentui/core-linux-x64": "0.2.14",
75
+ "@opentui/core-linux-arm64": "0.2.14",
76
+ "@opentui/core-win32-x64": "0.2.14",
77
+ "@opentui/core-win32-arm64": "0.2.14"
78
78
  }
79
79
  }
@@ -1,13 +1,13 @@
1
1
  // @bun
2
2
  import {
3
3
  ensureRuntimePluginSupport
4
- } from "./index-6hvs3wp6.js";
4
+ } from "./index-wdak3pbx.js";
5
5
  import {
6
6
  createRuntimePlugin,
7
7
  runtimeModuleIdForSpecifier
8
- } from "./index-wp87xqrj.js";
9
- import"./index-abtpr3qx.js";
10
- import"./index-ysvpktsp.js";
8
+ } from "./index-5v692kqx.js";
9
+ import"./index-nhyfhtvf.js";
10
+ import"./index-3fq5hq97.js";
11
11
  export {
12
12
  runtimeModuleIdForSpecifier,
13
13
  ensureRuntimePluginSupport,
@@ -1,13 +1,13 @@
1
1
  // @bun
2
2
  import {
3
3
  ensureRuntimePluginSupport
4
- } from "./index-6hvs3wp6.js";
4
+ } from "./index-wdak3pbx.js";
5
5
  import {
6
6
  createRuntimePlugin,
7
7
  runtimeModuleIdForSpecifier
8
- } from "./index-wp87xqrj.js";
9
- import"./index-abtpr3qx.js";
10
- import"./index-ysvpktsp.js";
8
+ } from "./index-5v692kqx.js";
9
+ import"./index-nhyfhtvf.js";
10
+ import"./index-3fq5hq97.js";
11
11
  // src/runtime-plugin-support.ts
12
12
  ensureRuntimePluginSupport();
13
13
  export {
package/runtime-plugin.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  createRuntimePlugin,
4
4
  isCoreRuntimeModuleSpecifier,
5
5
  runtimeModuleIdForSpecifier
6
- } from "./index-wp87xqrj.js";
7
- import"./index-abtpr3qx.js";
8
- import"./index-ysvpktsp.js";
6
+ } from "./index-5v692kqx.js";
7
+ import"./index-nhyfhtvf.js";
8
+ import"./index-3fq5hq97.js";
9
9
  export {
10
10
  runtimeModuleIdForSpecifier,
11
11
  isCoreRuntimeModuleSpecifier,
package/testing.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  TreeSitterClient,
6
6
  calculateRenderGeometry,
7
7
  resolveRenderLib
8
- } from "./index-ysvpktsp.js";
8
+ } from "./index-3fq5hq97.js";
9
9
 
10
10
  // src/testing/test-renderer.ts
11
11
  import { Readable, Writable } from "stream";