@opentui/core 0.5.0 → 0.5.1
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/{chunk-bun-ctxxvhwz.js → chunk-bun-83ry0rzt.js} +33 -7
- package/{chunk-bun-ctxxvhwz.js.map → chunk-bun-83ry0rzt.js.map} +3 -3
- package/{chunk-bun-v3e63tzw.js → chunk-bun-8fkgaxc6.js} +2 -2
- package/{chunk-node-1j69hr31.js → chunk-node-0yw3x5m7.js} +2 -2
- package/{chunk-node-savhj5rp.js → chunk-node-m23dbcww.js} +33 -7
- package/{chunk-node-savhj5rp.js.map → chunk-node-m23dbcww.js.map} +3 -3
- package/index.bun.js +9 -3
- package/index.bun.js.map +3 -3
- package/index.node.js +9 -3
- package/index.node.js.map +3 -3
- package/package.json +9 -9
- package/testing.bun.js +2 -2
- package/testing.js +2 -2
- package/tests/image-icc-allocation-child.d.ts +1 -0
- package/yoga.bun.js +1 -1
- package/yoga.js +1 -1
- package/zig.d.ts +4 -0
- /package/{chunk-bun-v3e63tzw.js.map → chunk-bun-8fkgaxc6.js.map} +0 -0
- /package/{chunk-node-1j69hr31.js.map → chunk-node-0yw3x5m7.js.map} +0 -0
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "index.node.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.5.
|
|
7
|
+
"version": "0.5.1",
|
|
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": {
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"web-tree-sitter": "0.25.10"
|
|
76
76
|
},
|
|
77
77
|
"optionalDependencies": {
|
|
78
|
-
"@opentui/core-darwin-x64": "0.5.
|
|
79
|
-
"@opentui/core-darwin-arm64": "0.5.
|
|
80
|
-
"@opentui/core-linux-x64": "0.5.
|
|
81
|
-
"@opentui/core-linux-arm64": "0.5.
|
|
82
|
-
"@opentui/core-win32-x64": "0.5.
|
|
83
|
-
"@opentui/core-win32-arm64": "0.5.
|
|
84
|
-
"@opentui/core-linux-x64-musl": "0.5.
|
|
85
|
-
"@opentui/core-linux-arm64-musl": "0.5.
|
|
78
|
+
"@opentui/core-darwin-x64": "0.5.1",
|
|
79
|
+
"@opentui/core-darwin-arm64": "0.5.1",
|
|
80
|
+
"@opentui/core-linux-x64": "0.5.1",
|
|
81
|
+
"@opentui/core-linux-arm64": "0.5.1",
|
|
82
|
+
"@opentui/core-win32-x64": "0.5.1",
|
|
83
|
+
"@opentui/core-win32-arm64": "0.5.1",
|
|
84
|
+
"@opentui/core-linux-x64-musl": "0.5.1",
|
|
85
|
+
"@opentui/core-linux-arm64-musl": "0.5.1"
|
|
86
86
|
}
|
|
87
87
|
}
|
package/testing.bun.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ANSI,
|
|
4
4
|
CliRenderer
|
|
5
|
-
} from "./chunk-bun-
|
|
5
|
+
} from "./chunk-bun-8fkgaxc6.js";
|
|
6
6
|
import {
|
|
7
7
|
SystemClock,
|
|
8
8
|
TreeSitterClient
|
|
9
|
-
} from "./chunk-bun-
|
|
9
|
+
} from "./chunk-bun-83ry0rzt.js";
|
|
10
10
|
|
|
11
11
|
// src/testing/mock-keys.ts
|
|
12
12
|
import { Buffer as Buffer2 } from "buffer";
|
package/testing.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ANSI,
|
|
3
3
|
CliRenderer
|
|
4
|
-
} from "./chunk-node-
|
|
4
|
+
} from "./chunk-node-0yw3x5m7.js";
|
|
5
5
|
import {
|
|
6
6
|
SystemClock,
|
|
7
7
|
TreeSitterClient
|
|
8
|
-
} from "./chunk-node-
|
|
8
|
+
} from "./chunk-node-m23dbcww.js";
|
|
9
9
|
|
|
10
10
|
// src/testing/mock-keys.ts
|
|
11
11
|
import { Buffer as Buffer2 } from "node:buffer";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/yoga.bun.js
CHANGED
package/yoga.js
CHANGED
package/zig.d.ts
CHANGED
|
@@ -510,6 +510,9 @@ export interface RenderLib extends AudioEngineLib {
|
|
|
510
510
|
status: number;
|
|
511
511
|
info: NativeImageInfo;
|
|
512
512
|
};
|
|
513
|
+
imageRetainIccCache: () => void;
|
|
514
|
+
imageReleaseIccCache: () => void;
|
|
515
|
+
imageTestFailIccProfileCopyAllocationOnce: () => void;
|
|
513
516
|
imageDecode: (data: Uint8Array) => {
|
|
514
517
|
status: number;
|
|
515
518
|
handle: ImageHandle | null;
|
|
@@ -523,6 +526,7 @@ export interface RenderLib extends AudioEngineLib {
|
|
|
523
526
|
status: number;
|
|
524
527
|
info: NativeImageInfo;
|
|
525
528
|
};
|
|
529
|
+
imageMaterialize: (image: ImageHandle) => number;
|
|
526
530
|
imageGetPixelsPtr: (image: ImageHandle) => Pointer | null;
|
|
527
531
|
imageClone: (image: ImageHandle) => {
|
|
528
532
|
status: number;
|
|
File without changes
|
|
File without changes
|