@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latitude-data/telemetry",
3
- "version": "1.0.3",
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/resources": "1.30.1",
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.13.0",
48
- "@traceloop/instrumentation-azure": "0.13.0",
49
- "@traceloop/instrumentation-bedrock": "0.13.0",
50
- "@traceloop/instrumentation-cohere": "0.13.0",
51
- "@traceloop/instrumentation-langchain": "0.13.0",
52
- "@traceloop/instrumentation-llamaindex": "0.13.0",
53
- "@traceloop/instrumentation-openai": "0.13.0",
54
- "@traceloop/instrumentation-together": "0.13.0",
55
- "@traceloop/instrumentation-vertexai": "0.13.0",
56
- "zod": "3.24.2",
57
- "uuid": "11.1.0"
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": "^5.1.1",
61
- "@rollup/plugin-replace": "^6.0.2",
62
- "@rollup/plugin-typescript": "^11.1.6",
63
- "@types/node": "^22.15.21",
64
- "rollup": "^4.41.0",
65
- "rollup-plugin-dts": "^6.2.1",
66
- "vitest": "^3.1.4",
67
- "@anthropic-ai/sdk": "^0.32.1",
68
- "@aws-sdk/client-bedrock-runtime": "^3.830.0",
69
- "@azure/openai": "^2.0.0",
70
- "@google-cloud/aiplatform": "^3.35.0",
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/sdk": "4.1.12"
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"