We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf29a7 commit f70f613Copy full SHA for f70f613
3 files changed
index.test-d.ts
@@ -17,7 +17,7 @@ ora({color: false});
17
ora({hideCursor: true});
18
ora({indent: 1});
19
ora({interval: 80});
20
-ora({stream: new PassThroughStream()});
+/// ora({stream: new PassThroughStream()});
21
ora({isEnabled: true});
22
ora({isSilent: false});
23
ora({discardStdin: true});
package.json
@@ -49,14 +49,13 @@
49
"is-interactive": "^2.0.0",
50
"is-unicode-supported": "^2.1.0",
51
"log-symbols": "^7.0.1",
52
- "stdin-discarder": "^0.3.1",
+ "stdin-discarder": "^0.3.2",
53
"string-width": "^8.1.0"
54
},
55
"devDependencies": {
56
"@types/node": "^24.5.0",
57
"ava": "^6.4.1",
58
"get-stream": "^9.0.1",
59
- "transform-tty": "^1.0.11",
60
"tsd": "^0.33.0",
61
"xo": "^1.2.2"
62
}
0 commit comments