silvery 0.17.2 → 0.17.4
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/devtools-DS9NseGT.mjs +2 -0
- package/dist/{devtools-CscuKaDK.mjs → devtools-owvUPfBi.mjs} +2 -2
- package/dist/{devtools-CscuKaDK.mjs.map → devtools-owvUPfBi.mjs.map} +1 -1
- package/dist/index.mjs +9 -9
- package/dist/{pipeline-DDOPrjuY.mjs → pipeline-BmfaZb1O.mjs} +2 -2
- package/dist/{pipeline-DDOPrjuY.mjs.map → pipeline-BmfaZb1O.mjs.map} +1 -1
- package/dist/{reconciler-2lp5VXK7.mjs → reconciler-B-NaZvbO.mjs} +2 -2
- package/dist/{reconciler-2lp5VXK7.mjs.map → reconciler-B-NaZvbO.mjs.map} +1 -1
- package/dist/{render-string-BXvxTg5P.mjs → render-string-Bvh1XzBv.mjs} +3 -3
- package/dist/{render-string-BXvxTg5P.mjs.map → render-string-Bvh1XzBv.mjs.map} +1 -1
- package/dist/{render-string-hvfpVtoP.mjs → render-string-CZKpuKXo.mjs} +1 -1
- package/dist/{runtime-BjDHNTxJ.mjs → runtime-PH2xY1DM.mjs} +3 -3
- package/dist/{runtime-BjDHNTxJ.mjs.map → runtime-PH2xY1DM.mjs.map} +1 -1
- package/dist/runtime.mjs +2 -2
- package/package.json +4 -6
- package/dist/devtools-D4oGc6LY.mjs +0 -2
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-
|
|
2
|
-
import { C as createTermProvider, Kt as parseKey, Rt as emptyKey } from "./reconciler-
|
|
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.
|
|
3
|
+
"version": "0.17.4",
|
|
4
4
|
"description": "React for modern terminal apps — powerful apps, polished UIs, proudly terminal",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ansi",
|
|
@@ -59,9 +59,7 @@
|
|
|
59
59
|
"./ui/*": {
|
|
60
60
|
"types": "./dist/ui/*.d.mts",
|
|
61
61
|
"import": "./dist/ui/*.mjs"
|
|
62
|
-
}
|
|
63
|
-
"./ink": "@silvery/ink",
|
|
64
|
-
"./chalk": "@silvery/ink/chalk"
|
|
62
|
+
}
|
|
65
63
|
},
|
|
66
64
|
"publishConfig": {
|
|
67
65
|
"access": "public"
|
|
@@ -80,7 +78,7 @@
|
|
|
80
78
|
},
|
|
81
79
|
"dependencies": {
|
|
82
80
|
"@chenglou/pretext": "^0.0.3",
|
|
83
|
-
"@silvery/commander": "0.
|
|
81
|
+
"@silvery/commander": "0.17.3",
|
|
84
82
|
"css-select": "^7.0.0",
|
|
85
83
|
"css-what": "^8.0.0",
|
|
86
84
|
"loggily": "0.6.0",
|
|
@@ -122,7 +120,7 @@
|
|
|
122
120
|
},
|
|
123
121
|
"engines": {
|
|
124
122
|
"bun": ">=1.0",
|
|
125
|
-
"node": ">=
|
|
123
|
+
"node": ">=18.0.0"
|
|
126
124
|
},
|
|
127
125
|
"scripts": {
|
|
128
126
|
"build": "tsdown",
|