@opentui/core
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+9
-9
@@ -7,3 +7,3 @@ { | ||
| "type": "module", | ||
| "version": "0.5.3", | ||
| "version": "0.5.4", | ||
| "description": "OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)", | ||
@@ -79,11 +79,11 @@ "license": "MIT", | ||
| "optionalDependencies": { | ||
| "@opentui/core-darwin-x64": "0.5.3", | ||
| "@opentui/core-darwin-arm64": "0.5.3", | ||
| "@opentui/core-linux-x64": "0.5.3", | ||
| "@opentui/core-linux-arm64": "0.5.3", | ||
| "@opentui/core-win32-x64": "0.5.3", | ||
| "@opentui/core-win32-arm64": "0.5.3", | ||
| "@opentui/core-linux-x64-musl": "0.5.3", | ||
| "@opentui/core-linux-arm64-musl": "0.5.3" | ||
| "@opentui/core-darwin-x64": "0.5.4", | ||
| "@opentui/core-darwin-arm64": "0.5.4", | ||
| "@opentui/core-linux-x64": "0.5.4", | ||
| "@opentui/core-linux-arm64": "0.5.4", | ||
| "@opentui/core-win32-x64": "0.5.4", | ||
| "@opentui/core-win32-arm64": "0.5.4", | ||
| "@opentui/core-linux-x64-musl": "0.5.4", | ||
| "@opentui/core-linux-arm64-musl": "0.5.4" | ||
| } | ||
| } |
+1
-1
@@ -10,3 +10,3 @@ # OpenTUI Core | ||
| - [Tree-Sitter](https://opentui.com/docs/reference/tree-sitter) - Syntax highlighting integration | ||
| - [Renderables vs Constructs](https://opentui.com/docs/core-concepts/renderables-vs-constructs) - Understanding the component model | ||
| - [Renderables](https://opentui.com/docs/core-concepts/renderables) - Understanding the component model | ||
| - [Environment Variables](https://opentui.com/docs/reference/env-vars) - Configuration options | ||
@@ -13,0 +13,0 @@ |
+2
-2
@@ -5,7 +5,7 @@ // @bun | ||
| CliRenderer | ||
| } from "./chunk-bun-t68f2fmr.js"; | ||
| } from "./chunk-bun-gvv8cwwz.js"; | ||
| import { | ||
| SystemClock, | ||
| TreeSitterClient | ||
| } from "./chunk-bun-26r5c5w5.js"; | ||
| } from "./chunk-bun-1n307cze.js"; | ||
@@ -12,0 +12,0 @@ // src/testing/mock-keys.ts |
+2
-2
| import { | ||
| ANSI, | ||
| CliRenderer | ||
| } from "./chunk-node-kq7as74d.js"; | ||
| } from "./chunk-node-tq0x9mbj.js"; | ||
| import { | ||
| SystemClock, | ||
| TreeSitterClient | ||
| } from "./chunk-node-aj3n20gq.js"; | ||
| } from "./chunk-node-crchpns1.js"; | ||
@@ -10,0 +10,0 @@ // src/testing/mock-keys.ts |
+2
-1
| import { Renderable } from "./Renderable.js"; | ||
| export declare function createTextAttributes({ bold, italic, underline, dim, blink, inverse, hidden, strikethrough, }?: { | ||
| export declare function createTextAttributes({ bold, italic, underline, dim, blink, inverse, reverse, hidden, strikethrough, }?: { | ||
| bold?: boolean; | ||
@@ -9,2 +9,3 @@ italic?: boolean; | ||
| inverse?: boolean; | ||
| reverse?: boolean; | ||
| hidden?: boolean; | ||
@@ -11,0 +12,0 @@ strikethrough?: boolean; |
+1
-1
@@ -96,3 +96,3 @@ // @bun | ||
| yoga_default | ||
| } from "./chunk-bun-26r5c5w5.js"; | ||
| } from "./chunk-bun-1n307cze.js"; | ||
| export { | ||
@@ -99,0 +99,0 @@ yoga_default as default, |
+1
-1
@@ -95,3 +95,3 @@ import { | ||
| yoga_default | ||
| } from "./chunk-node-aj3n20gq.js"; | ||
| } from "./chunk-node-crchpns1.js"; | ||
| export { | ||
@@ -98,0 +98,0 @@ yoga_default as default, |
+1
-1
@@ -228,3 +228,3 @@ import { type FFICallbackInstance, type Pointer } from "./platform/ffi.js"; | ||
| setTerminalEnvVar: (renderer: RendererHandle, key: string, value: string) => boolean; | ||
| destroyRenderer: (renderer: RendererHandle) => void; | ||
| destroyRenderer: (renderer: RendererHandle, flushInput?: boolean) => void; | ||
| setUseThread: (renderer: RendererHandle, useThread: boolean) => void; | ||
@@ -231,0 +231,0 @@ setClearOnShutdown: (renderer: RendererHandle, clear: boolean) => void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
13311268
0.05%104906
0.07%35
2.94%