termcast 1.3.31 → 1.3.32
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "termcast",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.32",
|
|
4
4
|
"description": "Raycast for the terminal",
|
|
5
5
|
"repository": "https://github.com/remorses/termcast",
|
|
6
6
|
"scripts": {
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"@opentui/react": "0.1.68",
|
|
38
38
|
"@parcel/watcher": "^2.5.1",
|
|
39
39
|
"@swc/core": "^1.15.7",
|
|
40
|
+
"@swc/wasm": "^1.15.8",
|
|
40
41
|
"@tanstack/react-query": "^5.85.5",
|
|
41
42
|
"@tanstack/react-query-persist-client": "^5.85.5",
|
|
42
43
|
"cac": "^6.7.14",
|
|
@@ -54,6 +54,7 @@ test('file picker shows form fields', async () => {
|
|
|
54
54
|
└
|
|
55
55
|
|
|
56
56
|
|
|
57
|
+
ctrl ↵ submit tab navigate ^k actions
|
|
57
58
|
|
|
58
59
|
|
|
59
60
|
|
|
@@ -76,7 +77,6 @@ test('file picker shows form fields', async () => {
|
|
|
76
77
|
|
|
77
78
|
|
|
78
79
|
|
|
79
|
-
ctrl ↵ submit tab navigate ^k actions
|
|
80
80
|
|
|
81
81
|
"
|
|
82
82
|
`)
|
|
@@ -180,8 +180,8 @@ test('toast variations display correctly', async () => {
|
|
|
180
180
|
Simple Success
|
|
181
181
|
Simple Failure
|
|
182
182
|
With Short Message
|
|
183
|
-
|
|
184
|
-
|
|
183
|
+
›With Long Message
|
|
184
|
+
With Super Long Message
|
|
185
185
|
With Primary Action
|
|
186
186
|
With Both Actions
|
|
187
187
|
Long Title with Actions
|
|
@@ -189,7 +189,7 @@ test('toast variations display correctly', async () => {
|
|
|
189
189
|
Error with Retry
|
|
190
190
|
|
|
191
191
|
|
|
192
|
-
✗
|
|
192
|
+
✗ Error This is a very long error message that should wrap to multiple
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
|