@latitude-data/telemetry 1.0.3 → 1.1.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/index.cjs +791 -665
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +221 -209
- package/dist/index.js +793 -667
- package/dist/index.js.map +1 -1
- package/package.json +29 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latitude-data/telemetry",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Latitude Telemetry for Typescript",
|
|
5
5
|
"author": "Latitude Data SL <hello@latitude.so>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,53 +36,42 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@opentelemetry/api": "1.9.0",
|
|
39
|
+
"@opentelemetry/baggage-span-processor": "0.3.1",
|
|
40
|
+
"@opentelemetry/context-async-hooks": "1.30.1",
|
|
39
41
|
"@opentelemetry/core": "1.30.1",
|
|
40
|
-
"@opentelemetry/
|
|
42
|
+
"@opentelemetry/exporter-trace-otlp-http": "0.57.2",
|
|
41
43
|
"@opentelemetry/instrumentation": "0.57.2",
|
|
44
|
+
"@opentelemetry/resources": "1.30.1",
|
|
42
45
|
"@opentelemetry/sdk-trace-node": "1.30.1",
|
|
43
|
-
"@opentelemetry/context-async-hooks": "1.30.1",
|
|
44
|
-
"@opentelemetry/exporter-trace-otlp-http": "0.57.2",
|
|
45
|
-
"@opentelemetry/baggage-span-processor": "0.3.1",
|
|
46
46
|
"@opentelemetry/semantic-conventions": "1.34.0",
|
|
47
|
-
"@traceloop/instrumentation-anthropic": "0.
|
|
48
|
-
"@traceloop/instrumentation-
|
|
49
|
-
"@traceloop/instrumentation-
|
|
50
|
-
"@traceloop/instrumentation-
|
|
51
|
-
"@traceloop/instrumentation-
|
|
52
|
-
"@traceloop/instrumentation-
|
|
53
|
-
"@traceloop/instrumentation-
|
|
54
|
-
"@traceloop/instrumentation-
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
47
|
+
"@traceloop/instrumentation-anthropic": "0.22.2",
|
|
48
|
+
"@traceloop/instrumentation-bedrock": "0.22.2",
|
|
49
|
+
"@traceloop/instrumentation-cohere": "0.22.2",
|
|
50
|
+
"@traceloop/instrumentation-langchain": "0.22.2",
|
|
51
|
+
"@traceloop/instrumentation-llamaindex": "0.22.2",
|
|
52
|
+
"@traceloop/instrumentation-openai": "0.22.2",
|
|
53
|
+
"@traceloop/instrumentation-together": "0.22.2",
|
|
54
|
+
"@traceloop/instrumentation-vertexai": "0.22.2",
|
|
55
|
+
"date-fns": "^4.1.0",
|
|
56
|
+
"uuid": "13.0.0",
|
|
57
|
+
"zod": "4.1.8"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@rollup/plugin-alias": "^
|
|
61
|
-
"@rollup/plugin-replace": "^6.0.
|
|
62
|
-
"@rollup/plugin-typescript": "^
|
|
63
|
-
"@types/node": "^
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"@google-cloud/vertexai": "^1.10.0",
|
|
72
|
-
"@langchain/core": "^0.3.57",
|
|
73
|
-
"ai": "^4.3.16",
|
|
74
|
-
"cohere-ai": "^7.17.1",
|
|
75
|
-
"langchain": "^0.3.27",
|
|
76
|
-
"llamaindex": "^0.8.37",
|
|
77
|
-
"openai": "^4.102.0",
|
|
78
|
-
"together-ai": "^0.16.0",
|
|
79
|
-
"promptl-ai": "0.7.5",
|
|
80
|
-
"@types/uuid": "^10.0.0",
|
|
81
|
-
"msw": "^2.3.5",
|
|
82
|
-
"@latitude-data/typescript-config": "0.0.0",
|
|
60
|
+
"@rollup/plugin-alias": "^6.0.0",
|
|
61
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
62
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
63
|
+
"@types/node": "^24.10.1",
|
|
64
|
+
"@types/uuid": "^11.0.0",
|
|
65
|
+
"ai": "5.0.44",
|
|
66
|
+
"msw": "^2.12.3",
|
|
67
|
+
"promptl-ai": "^0.9.4",
|
|
68
|
+
"rollup": "^4.53.3",
|
|
69
|
+
"rollup-plugin-dts": "^6.3.0",
|
|
70
|
+
"vitest": "^4.0.15",
|
|
83
71
|
"@latitude-data/constants": "0.0.1",
|
|
84
72
|
"@latitude-data/eslint-config": "0.0.0",
|
|
85
|
-
"@latitude-data/
|
|
73
|
+
"@latitude-data/typescript-config": "0.0.0",
|
|
74
|
+
"@latitude-data/sdk": "5.2.2"
|
|
86
75
|
},
|
|
87
76
|
"peerDependencies": {
|
|
88
77
|
"typescript": "^5.5.4"
|