@opentuah/react 0.1.96 → 0.1.97

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.
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  __require
4
- } from "./chunk-eecw9x2f.js";
4
+ } from "./chunk-2mx7fq49.js";
5
5
 
6
6
  // src/reconciler/devtools-polyfill.ts
7
7
  var g = globalThis;
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  __require
4
- } from "./chunk-eecw9x2f.js";
4
+ } from "./chunk-2mx7fq49.js";
5
5
 
6
6
  // src/components/index.ts
7
7
  import {
@@ -165,7 +165,7 @@ import { TextNodeRenderable as TextNodeRenderable2 } from "@opentuah/core";
165
165
  // package.json
166
166
  var package_default = {
167
167
  name: "@opentuah/react",
168
- version: "0.1.96",
168
+ version: "0.1.97",
169
169
  description: "React renderer for building terminal user interfaces using OpenTUI core",
170
170
  license: "MIT",
171
171
  repository: {
@@ -540,7 +540,7 @@ var hostConfig = {
540
540
  var reconciler = ReactReconciler(hostConfig);
541
541
  if (process.env["DEV"] === "true") {
542
542
  try {
543
- await import("./chunk-pm1hna8x.js");
543
+ await import("./chunk-bdqvmfwv.js");
544
544
  } catch (error) {
545
545
  if (error.code === "ERR_MODULE_NOT_FOUND") {
546
546
  console.warn(`
package/index.js CHANGED
@@ -9,8 +9,8 @@ import {
9
9
  flushSync,
10
10
  getComponentCatalogue,
11
11
  useAppContext
12
- } from "./chunk-j83d1q4m.js";
13
- import"./chunk-eecw9x2f.js";
12
+ } from "./chunk-ypskphg3.js";
13
+ import"./chunk-2mx7fq49.js";
14
14
  // src/hooks/use-keyboard.ts
15
15
  import { useEffect } from "react";
16
16
 
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.96",
7
+ "version": "0.1.97",
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
- "@opentuah/core": "0.1.96",
43
+ "@opentuah/core": "0.1.97",
44
44
  "react-reconciler": "^0.32.0"
45
45
  },
46
46
  "devDependencies": {
package/test-utils.js CHANGED
@@ -1,8 +1,8 @@
1
1
  // @bun
2
2
  import {
3
3
  createRoot
4
- } from "./chunk-j83d1q4m.js";
5
- import"./chunk-eecw9x2f.js";
4
+ } from "./chunk-ypskphg3.js";
5
+ import"./chunk-2mx7fq49.js";
6
6
 
7
7
  // src/test-utils.ts
8
8
  import { createTestRenderer } from "@opentuah/core/testing";
File without changes