@tessl/cli 0.24.0 → 0.25.0
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/bundle.mjs +281 -281
- package/dist/cli.d.ts +1 -1
- package/package.json +2 -2
package/dist/cli.d.ts
CHANGED
|
@@ -3705,7 +3705,7 @@ interface Reporter {
|
|
|
3705
3705
|
declare function htmlDomToMarkdown(dom: HTMLElement): string;
|
|
3706
3706
|
|
|
3707
3707
|
type SpecDom = HTMLElement;
|
|
3708
|
-
type TestKind = 'locked' | '
|
|
3708
|
+
type TestKind = 'locked' | 'draft';
|
|
3709
3709
|
interface SpecTestDefinition {
|
|
3710
3710
|
path: string;
|
|
3711
3711
|
sourceLines?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tessl/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "Command line interface and MCP server for using Tessl",
|
|
5
5
|
"types": "dist/cli.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"url": "https://github.com/tesslio/cli/issues"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"pino": "9.
|
|
26
|
+
"pino": "9.13.1",
|
|
27
27
|
"pino-pretty": "13.0.0",
|
|
28
28
|
"pino-opentelemetry-transport": "1.0.1",
|
|
29
29
|
"@opentelemetry/otlp-transformer": "0.204.0",
|