@opentui/core 0.1.48 → 0.1.49

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
@@ -136,7 +136,7 @@ import {
136
136
  white,
137
137
  wrapWithDelegates,
138
138
  yellow
139
- } from "./index-rkpj2eng.js";
139
+ } from "./index-ztfy2qy3.js";
140
140
  // src/text-buffer-view.ts
141
141
  class TextBufferView {
142
142
  lib;
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.48",
7
+ "version": "0.1.49",
8
8
  "description": "OpenTUI is a TypeScript library for building terminal user interfaces (TUIs)",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -55,11 +55,11 @@
55
55
  "bun-webgpu": "0.1.4",
56
56
  "planck": "^1.4.2",
57
57
  "three": "0.177.0",
58
- "@opentui/core-darwin-x64": "0.1.48",
59
- "@opentui/core-darwin-arm64": "0.1.48",
60
- "@opentui/core-linux-x64": "0.1.48",
61
- "@opentui/core-linux-arm64": "0.1.48",
62
- "@opentui/core-win32-x64": "0.1.48",
63
- "@opentui/core-win32-arm64": "0.1.48"
58
+ "@opentui/core-darwin-x64": "0.1.49",
59
+ "@opentui/core-darwin-arm64": "0.1.49",
60
+ "@opentui/core-linux-x64": "0.1.49",
61
+ "@opentui/core-linux-arm64": "0.1.49",
62
+ "@opentui/core-win32-x64": "0.1.49",
63
+ "@opentui/core-win32-arm64": "0.1.49"
64
64
  }
65
65
  }
package/testing.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  CliRenderer,
5
5
  TreeSitterClient,
6
6
  resolveRenderLib
7
- } from "./index-rkpj2eng.js";
7
+ } from "./index-ztfy2qy3.js";
8
8
 
9
9
  // src/testing/test-renderer.ts
10
10
  import { Readable } from "stream";