@opentui/react 0.1.64 → 0.1.66
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 +1 -1
- package/package.json +2 -2
- package/src/reconciler/renderer.js +1 -1
- package/src/test-utils/test-utils.js +1 -1
package/index.js
CHANGED
|
@@ -248,7 +248,7 @@ import { TextNodeRenderable as TextNodeRenderable2 } from "@opentui/core";
|
|
|
248
248
|
// package.json
|
|
249
249
|
var package_default = {
|
|
250
250
|
name: "@opentui/react",
|
|
251
|
-
version: "0.1.
|
|
251
|
+
version: "0.1.66",
|
|
252
252
|
description: "React renderer for building terminal user interfaces using OpenTUI core",
|
|
253
253
|
license: "MIT",
|
|
254
254
|
repository: {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.1.
|
|
7
|
+
"version": "0.1.66",
|
|
8
8
|
"description": "React renderer for building terminal user interfaces using OpenTUI core",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@opentui/core": "0.1.
|
|
43
|
+
"@opentui/core": "0.1.66",
|
|
44
44
|
"react-reconciler": "^0.32.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
@@ -53,7 +53,7 @@ import { TextNodeRenderable as TextNodeRenderable2 } from "@opentui/core";
|
|
|
53
53
|
// package.json
|
|
54
54
|
var package_default = {
|
|
55
55
|
name: "@opentui/react",
|
|
56
|
-
version: "0.1.
|
|
56
|
+
version: "0.1.66",
|
|
57
57
|
description: "React renderer for building terminal user interfaces using OpenTUI core",
|
|
58
58
|
license: "MIT",
|
|
59
59
|
repository: {
|
|
@@ -57,7 +57,7 @@ import { TextNodeRenderable as TextNodeRenderable2 } from "@opentui/core";
|
|
|
57
57
|
// package.json
|
|
58
58
|
var package_default = {
|
|
59
59
|
name: "@opentui/react",
|
|
60
|
-
version: "0.1.
|
|
60
|
+
version: "0.1.66",
|
|
61
61
|
description: "React renderer for building terminal user interfaces using OpenTUI core",
|
|
62
62
|
license: "MIT",
|
|
63
63
|
repository: {
|