silvery 0.17.2 → 0.17.3

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/dist/runtime.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { A as fromArrayWithDelay, B as withFocusManagement, C as layoutSync, D as filter, E as debounce, F as throttle, I as zip, L as createStore, M as merge, N as take, O as filterMap, P as takeUntil, R as defaultInit, S as layout, T as concat, Yn as useInput, _ as createRuntime, a as run, b as render, c as createApp, d as CTRL_C, f as CTRL_Z, fn as useExit, g as resumeTerminalState, h as restoreTerminalState, i as createTick, j as map, k as fromArray, l as useApp, m as performSuspend, n as createFrameTick, o as usePasteCallback, p as captureTerminalState, r as createSecondTick, s as StoreContext, t as createAdaptiveTick, u as useAppShallow, v as createBuffer, w as batch, x as ensureLayoutEngine, y as diff, z as silveryUpdate } from "./runtime-BjDHNTxJ.mjs";
2
- import { C as createTermProvider, Kt as parseKey, Rt as emptyKey } from "./reconciler-2lp5VXK7.mjs";
1
+ import { A as fromArrayWithDelay, B as withFocusManagement, C as layoutSync, D as filter, E as debounce, F as throttle, I as zip, L as createStore, M as merge, N as take, O as filterMap, P as takeUntil, R as defaultInit, S as layout, T as concat, Yn as useInput, _ as createRuntime, a as run, b as render, c as createApp, d as CTRL_C, f as CTRL_Z, fn as useExit, g as resumeTerminalState, h as restoreTerminalState, i as createTick, j as map, k as fromArray, l as useApp, m as performSuspend, n as createFrameTick, o as usePasteCallback, p as captureTerminalState, r as createSecondTick, s as StoreContext, t as createAdaptiveTick, u as useAppShallow, v as createBuffer, w as batch, x as ensureLayoutEngine, y as diff, z as silveryUpdate } from "./runtime-PH2xY1DM.mjs";
2
+ import { C as createTermProvider, Kt as parseKey, Rt as emptyKey } from "./reconciler-B-NaZvbO.mjs";
3
3
  export { CTRL_C, CTRL_Z, StoreContext, batch, captureTerminalState, concat, createAdaptiveTick, createApp, createBuffer, createFrameTick, createRuntime, createSecondTick, createStore, createTermProvider, createTick, debounce, defaultInit, diff, emptyKey, ensureLayoutEngine, filter, filterMap, fromArray, fromArrayWithDelay, layout, layoutSync, map, merge, parseKey, performSuspend, render, restoreTerminalState, resumeTerminalState, run, silveryUpdate, take, takeUntil, throttle, useApp, useAppShallow, useExit, useInput, usePasteCallback as usePaste, withFocusManagement, zip };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silvery",
3
- "version": "0.17.2",
3
+ "version": "0.17.3",
4
4
  "description": "React for modern terminal apps — powerful apps, polished UIs, proudly terminal",
5
5
  "keywords": [
6
6
  "ansi",
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "dependencies": {
82
82
  "@chenglou/pretext": "^0.0.3",
83
- "@silvery/commander": "0.8.2",
83
+ "@silvery/commander": "0.17.3",
84
84
  "css-select": "^7.0.0",
85
85
  "css-what": "^8.0.0",
86
86
  "loggily": "0.6.0",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "engines": {
124
124
  "bun": ">=1.0",
125
- "node": ">=23.6.0"
125
+ "node": ">=18.0.0"
126
126
  },
127
127
  "scripts": {
128
128
  "build": "tsdown",
@@ -1,2 +0,0 @@
1
- import { t as autoConnectDevTools } from "./devtools-CscuKaDK.mjs";
2
- export { autoConnectDevTools };