@mastra/observability 1.17.6 → 1.17.7
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/model-tracing.d.ts
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* MODEL_INFERENCE), so MODEL_INFERENCE measures pure model time.
|
|
13
13
|
*/
|
|
14
14
|
import { SpanType } from '@mastra/core/observability';
|
|
15
|
-
import type {
|
|
15
|
+
import type { EndGenerationOptions, ErrorSpanOptions, ModelInferenceContext, Span, TracingContext, UpdateSpanOptions } from '@mastra/core/observability';
|
|
16
16
|
import type { StepStartPayload, StepFinishPayload } from '@mastra/core/stream';
|
|
17
17
|
/**
|
|
18
18
|
* Manages MODEL_STEP and MODEL_CHUNK span tracking for streaming Model responses.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-tracing.d.ts","sourceRoot":"","sources":["../src/model-tracing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAIH,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,EACV,
|
|
1
|
+
{"version":3,"file":"model-tracing.d.ts","sourceRoot":"","sources":["../src/model-tracing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAIH,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,EACV,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EAErB,IAAI,EACJ,cAAc,EACd,iBAAiB,EAClB,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAa,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAwS1F;;;;;GAKG;AACH,qBAAa,gBAAgB;;IAkB3B,YAAY,SAAS,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,EAEtD;IAED;;;OAGG;IACH,mBAAmB,CAAC,OAAO,EAAE,qBAAqB,GAAG,IAAI,CAExD;IAYD;;;OAGG;IACH,iBAAiB,IAAI,cAAc,CAIlC;IAED;;;;OAIG;IACH,qBAAqB,CAAC,OAAO,EAAE,gBAAgB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAUhF;IAED;;;OAGG;IACH,aAAa,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAYlD;IAED;;OAEG;IACH,gBAAgB,CAAC,OAAO,EAAE,iBAAiB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAE5E;IAED;;;;OAIG;IACH,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAEtC;IAED;;;OAGG;IACH,iBAAiB,IAAI,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,YAAY,CAAC,CAAC,GAAG,SAAS,CAEnF;IAED;;;OAGG;IACH,2BAA2B,IAAI,iBAAiB,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,SAAS,CAErE;IAED;;;OAGG;IACH,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAEhC;IAED;;OAEG;IACH,YAAY,IAAI,MAAM,CAErB;IAED;;;;;;;;;OASG;IACH,SAAS,CAAC,OAAO,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAqB1C;IA8BD;;;;;;;;;;;;;;OAcG;IACH,cAAc,CAAC,OAAO,CAAC,EAAE,gBAAgB,GAAG,IAAI,CA4B/C;IAED;;;OAGG;IACH,UAAU,CAAC,OAAO,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAmB3C;IAmTD;;;;;OAKG;IACH,UAAU,CAAC,CAAC,SAAS;QAAE,WAAW,EAAE,QAAQ,CAAA;KAAE,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,CAqJ5D;CACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/observability",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.7",
|
|
4
4
|
"description": "Core observability package for Mastra - includes tracing and scoring features",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"typescript": "^7.0.2",
|
|
32
32
|
"vitest": "4.1.10",
|
|
33
33
|
"zod": "^4.4.3",
|
|
34
|
-
"@internal/
|
|
35
|
-
"@internal/
|
|
36
|
-
"@
|
|
37
|
-
"@internal/
|
|
38
|
-
"@
|
|
34
|
+
"@internal/ai-sdk-v5": "0.0.79",
|
|
35
|
+
"@internal/types-builder": "0.0.107",
|
|
36
|
+
"@mastra/core": "1.66.0",
|
|
37
|
+
"@internal/lint": "0.0.132",
|
|
38
|
+
"@internal/ai-sdk-v4": "0.0.79"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@mastra/core": ">=1.16.0-0 <2.0.0-0",
|