@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/3d.js +1 -1
- package/{index-adp83v70.js → index-t2rqapaa.js} +2 -2
- package/{index-bhw3bbqb.js → index-t7fkn9sh.js} +3 -3
- package/{index-4kfx7p6q.js → index-wv534m5j.js} +38 -8
- package/{index-4kfx7p6q.js.map → index-wv534m5j.js.map} +4 -4
- package/index.js +2 -2
- package/lib/stdin-parser.d.ts +1 -0
- package/package.json +7 -7
- package/runtime-plugin-support.js +3 -3
- package/runtime-plugin.js +3 -3
- package/testing.js +1 -1
- /package/{index-adp83v70.js.map → index-t2rqapaa.js.map} +0 -0
- /package/{index-bhw3bbqb.js.map → index-t7fkn9sh.js.map} +0 -0
package/index.js
CHANGED
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
registerCorePlugin,
|
|
82
82
|
resolveCoreSlot,
|
|
83
83
|
vstyles
|
|
84
|
-
} from "./index-
|
|
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-
|
|
236
|
+
} from "./index-wv534m5j.js";
|
|
237
237
|
export {
|
|
238
238
|
yellow,
|
|
239
239
|
wrapWithDelegates,
|
package/lib/stdin-parser.d.ts
CHANGED
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.
|
|
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.
|
|
71
|
-
"@opentui/core-darwin-arm64": "0.1.
|
|
72
|
-
"@opentui/core-linux-x64": "0.1.
|
|
73
|
-
"@opentui/core-linux-arm64": "0.1.
|
|
74
|
-
"@opentui/core-win32-x64": "0.1.
|
|
75
|
-
"@opentui/core-win32-arm64": "0.1.
|
|
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-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
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-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
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
|
File without changes
|
|
File without changes
|