@microsoft/agents-a365-observability-extensions-openai 0.1.0-preview.85.g8414f98e34 → 0.1.0-preview.87
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/agents-a365-observability-extensions-openai",
|
|
3
|
-
"version": "0.1.0-preview.
|
|
3
|
+
"version": "0.1.0-preview.87",
|
|
4
4
|
"description": "Microsoft Agent 365 SDK OpenAI Agents instrumentation extensions for telemetry and observability",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent365",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"LICENSE.md"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@microsoft/agents-a365-observability": "0.1.0-preview.
|
|
35
|
+
"@microsoft/agents-a365-observability": "0.1.0-preview.87",
|
|
36
36
|
"@openai/agents": "^0.1.5",
|
|
37
37
|
"@opentelemetry/api": "^1.9.0",
|
|
38
38
|
"@opentelemetry/instrumentation": "^0.204.0",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"build:esm": "npx tsc --project tsconfig.esm.json",
|
|
64
64
|
"build:watch": "npx tsc --watch",
|
|
65
65
|
"clean": "npx rimraf dist",
|
|
66
|
-
"lint": "eslint src
|
|
67
|
-
"lint:fix": "eslint src
|
|
66
|
+
"lint": "eslint src",
|
|
67
|
+
"lint:fix": "eslint src --fix",
|
|
68
68
|
"test": "jest",
|
|
69
69
|
"test:watch": "jest --watch",
|
|
70
70
|
"test:coverage": "jest --coverage",
|