@opentui/solid 0.1.77 → 0.1.79

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -304,7 +304,7 @@ function createRenderer({
304
304
  while (removed = getFirstChild(parent))
305
305
  removeNode(parent, removed);
306
306
  replacement && insertNode(parent, replacement);
307
- return replacement;
307
+ return replacement ?? "";
308
308
  }
309
309
  const node = replacement || createSlotNode();
310
310
  if (current.length) {
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.77",
7
+ "version": "0.1.79",
8
8
  "description": "SolidJS renderer for OpenTUI",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@babel/core": "7.28.0",
33
33
  "@babel/preset-typescript": "7.27.1",
34
- "@opentui/core": "0.1.77",
34
+ "@opentui/core": "0.1.79",
35
35
  "babel-plugin-module-resolver": "5.0.2",
36
36
  "babel-preset-solid": "1.9.9",
37
37
  "s-js": "^0.4.9"