@brizz/sdk 0.1.18 → 0.1.20

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": "@brizz/sdk",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "type": "module",
5
5
  "description": "OpenTelemetry-based observability SDK for AI applications",
6
6
  "keywords": [
@@ -111,16 +111,21 @@
111
111
  "zod": "^4.3.6"
112
112
  },
113
113
  "peerDependencies": {
114
+ "@arizeai/openinference-instrumentation-langchain": "^4.0.6",
115
+ "@langchain/core": "^0.3.0 || ^1.0.0",
114
116
  "typescript": ">=5.0.0"
115
117
  },
116
118
  "peerDependenciesMeta": {
119
+ "@arizeai/openinference-instrumentation-langchain": {
120
+ "optional": true
121
+ },
122
+ "@langchain/core": {
123
+ "optional": true
124
+ },
117
125
  "typescript": {
118
126
  "optional": true
119
127
  }
120
128
  },
121
- "optionalDependencies": {
122
- "@arizeai/openinference-instrumentation-langchain": "^4.0.6"
123
- },
124
129
  "dependencies": {
125
130
  "@opentelemetry/api": "^1.9.0",
126
131
  "@opentelemetry/api-logs": "^0.213.0",