@visulima/tui 1.0.0-alpha.15 → 1.0.0-alpha.16

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 (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/index.js +26 -26
  3. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @visulima/tui [1.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/tui@1.0.0-alpha.15...@visulima/tui@1.0.0-alpha.16) (2026-05-16)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **lint:** clear eslint findings in bench + animation test ([16bba0b](https://github.com/visulima/visulima/commit/16bba0b6a35885904b719a3f4a560da436a997c4))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/error:** upgraded to 6.0.0-alpha.25
11
+
1
12
  ## @visulima/tui [1.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/tui@1.0.0-alpha.14...@visulima/tui@1.0.0-alpha.15) (2026-05-14)
2
13
 
3
14
  ### Bug Fixes
package/index.js CHANGED
@@ -87,7 +87,7 @@ function requireNative() {
87
87
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
88
88
  ) {
89
89
  throw new Error(
90
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
90
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
91
91
  );
92
92
  }
93
93
  return binding;
@@ -109,7 +109,7 @@ function requireNative() {
109
109
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
110
110
  ) {
111
111
  throw new Error(
112
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
112
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
113
113
  );
114
114
  }
115
115
  return binding;
@@ -136,7 +136,7 @@ function requireNative() {
136
136
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
137
137
  ) {
138
138
  throw new Error(
139
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
139
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
140
140
  );
141
141
  }
142
142
  return binding;
@@ -158,7 +158,7 @@ function requireNative() {
158
158
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
159
159
  ) {
160
160
  throw new Error(
161
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
161
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
162
162
  );
163
163
  }
164
164
  return binding;
@@ -181,7 +181,7 @@ function requireNative() {
181
181
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
182
182
  ) {
183
183
  throw new Error(
184
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
184
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
185
185
  );
186
186
  }
187
187
  return binding;
@@ -203,7 +203,7 @@ function requireNative() {
203
203
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
204
204
  ) {
205
205
  throw new Error(
206
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
206
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
207
207
  );
208
208
  }
209
209
  return binding;
@@ -224,7 +224,7 @@ function requireNative() {
224
224
  const bindingPackageVersion = require("@visulima/tui-binding-darwin-universal/package.json").version;
225
225
  if (bindingPackageVersion !== "1.0.0-alpha.14" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") {
226
226
  throw new Error(
227
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
227
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
228
228
  );
229
229
  }
230
230
  return binding;
@@ -246,7 +246,7 @@ function requireNative() {
246
246
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
247
247
  ) {
248
248
  throw new Error(
249
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
249
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
250
250
  );
251
251
  }
252
252
  return binding;
@@ -268,7 +268,7 @@ function requireNative() {
268
268
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
269
269
  ) {
270
270
  throw new Error(
271
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
271
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
272
272
  );
273
273
  }
274
274
  return binding;
@@ -294,7 +294,7 @@ function requireNative() {
294
294
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
295
295
  ) {
296
296
  throw new Error(
297
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
297
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
298
298
  );
299
299
  }
300
300
  return binding;
@@ -316,7 +316,7 @@ function requireNative() {
316
316
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
317
317
  ) {
318
318
  throw new Error(
319
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
319
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
320
320
  );
321
321
  }
322
322
  return binding;
@@ -343,7 +343,7 @@ function requireNative() {
343
343
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
344
344
  ) {
345
345
  throw new Error(
346
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
346
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
347
347
  );
348
348
  }
349
349
  return binding;
@@ -365,7 +365,7 @@ function requireNative() {
365
365
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
366
366
  ) {
367
367
  throw new Error(
368
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
368
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
369
369
  );
370
370
  }
371
371
  return binding;
@@ -389,7 +389,7 @@ function requireNative() {
389
389
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
390
390
  ) {
391
391
  throw new Error(
392
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
392
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
393
393
  );
394
394
  }
395
395
  return binding;
@@ -411,7 +411,7 @@ function requireNative() {
411
411
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
412
412
  ) {
413
413
  throw new Error(
414
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
414
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
415
415
  );
416
416
  }
417
417
  return binding;
@@ -435,7 +435,7 @@ function requireNative() {
435
435
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
436
436
  ) {
437
437
  throw new Error(
438
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
438
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
439
439
  );
440
440
  }
441
441
  return binding;
@@ -457,7 +457,7 @@ function requireNative() {
457
457
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
458
458
  ) {
459
459
  throw new Error(
460
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
460
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
461
461
  );
462
462
  }
463
463
  return binding;
@@ -481,7 +481,7 @@ function requireNative() {
481
481
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
482
482
  ) {
483
483
  throw new Error(
484
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
484
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
485
485
  );
486
486
  }
487
487
  return binding;
@@ -503,7 +503,7 @@ function requireNative() {
503
503
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
504
504
  ) {
505
505
  throw new Error(
506
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
506
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
507
507
  );
508
508
  }
509
509
  return binding;
@@ -527,7 +527,7 @@ function requireNative() {
527
527
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
528
528
  ) {
529
529
  throw new Error(
530
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
530
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
531
531
  );
532
532
  }
533
533
  return binding;
@@ -549,7 +549,7 @@ function requireNative() {
549
549
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
550
550
  ) {
551
551
  throw new Error(
552
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
552
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
553
553
  );
554
554
  }
555
555
  return binding;
@@ -572,7 +572,7 @@ function requireNative() {
572
572
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
573
573
  ) {
574
574
  throw new Error(
575
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
575
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
576
576
  );
577
577
  }
578
578
  return binding;
@@ -594,7 +594,7 @@ function requireNative() {
594
594
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
595
595
  ) {
596
596
  throw new Error(
597
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
597
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
598
598
  );
599
599
  }
600
600
  return binding;
@@ -620,7 +620,7 @@ function requireNative() {
620
620
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
621
621
  ) {
622
622
  throw new Error(
623
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
623
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
624
624
  );
625
625
  }
626
626
  return binding;
@@ -642,7 +642,7 @@ function requireNative() {
642
642
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
643
643
  ) {
644
644
  throw new Error(
645
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
645
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
646
646
  );
647
647
  }
648
648
  return binding;
@@ -664,7 +664,7 @@ function requireNative() {
664
664
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
665
665
  ) {
666
666
  throw new Error(
667
- `Native binding package version mismatch, expected 1.0.0-alpha.15 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
667
+ `Native binding package version mismatch, expected 1.0.0-alpha.16 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
668
668
  );
669
669
  }
670
670
  return binding;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tui",
3
- "version": "1.0.0-alpha.15",
3
+ "version": "1.0.0-alpha.16",
4
4
  "description": "React-based TUI library powered by a native Rust diff engine, drop-in Ink-compatible API",
5
5
  "keywords": [
6
6
  "cli",
@@ -617,14 +617,14 @@
617
617
  }
618
618
  },
619
619
  "optionalDependencies": {
620
- "@visulima/tui-binding-linux-arm64-gnu": "1.0.0-alpha.15",
621
- "@visulima/tui-binding-darwin-arm64": "1.0.0-alpha.15",
622
- "@visulima/tui-binding-darwin-x64": "1.0.0-alpha.15",
623
- "@visulima/tui-binding-linux-arm64-musl": "1.0.0-alpha.15",
624
- "@visulima/tui-binding-linux-x64-gnu": "1.0.0-alpha.15",
625
- "@visulima/tui-binding-linux-x64-musl": "1.0.0-alpha.15",
626
- "@visulima/tui-binding-win32-arm64-msvc": "1.0.0-alpha.15",
627
- "@visulima/tui-binding-win32-x64-msvc": "1.0.0-alpha.15"
620
+ "@visulima/tui-binding-darwin-arm64": "1.0.0-alpha.16",
621
+ "@visulima/tui-binding-darwin-x64": "1.0.0-alpha.16",
622
+ "@visulima/tui-binding-linux-arm64-musl": "1.0.0-alpha.16",
623
+ "@visulima/tui-binding-linux-x64-gnu": "1.0.0-alpha.16",
624
+ "@visulima/tui-binding-linux-arm64-gnu": "1.0.0-alpha.16",
625
+ "@visulima/tui-binding-win32-arm64-msvc": "1.0.0-alpha.16",
626
+ "@visulima/tui-binding-win32-x64-msvc": "1.0.0-alpha.16",
627
+ "@visulima/tui-binding-linux-x64-musl": "1.0.0-alpha.16"
628
628
  },
629
629
  "engines": {
630
630
  "node": "^22.14.0 || >=24.10.0"