@azure/ai-agents 1.2.0-alpha.20251013.1 → 1.2.0-alpha.20251015.3

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.
Files changed (1) hide show
  1. package/package.json +22 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/ai-agents",
3
- "version": "1.2.0-alpha.20251013.1",
3
+ "version": "1.2.0-alpha.20251015.3",
4
4
  "description": "Azure AI Agents client library.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -61,37 +61,41 @@
61
61
  "@azure-rest/core-client": "^2.1.0",
62
62
  "@azure/abort-controller": "^2.1.2",
63
63
  "@azure/core-auth": "^1.6.0",
64
- "@azure/core-rest-pipeline": "^1.5.0",
65
- "@azure/core-util": "^1.9.0",
66
- "@azure/logger": "^1.1.4",
67
64
  "@azure/core-lro": "^3.0.0",
68
- "tslib": "^2.6.2",
69
65
  "@azure/core-paging": "^1.5.0",
66
+ "@azure/core-rest-pipeline": "^1.5.0",
70
67
  "@azure/core-sse": "^2.1.3",
71
- "@azure/core-tracing": "^1.2.0"
68
+ "@azure/core-tracing": "^1.2.0",
69
+ "@azure/core-util": "^1.9.0",
70
+ "@azure/logger": "^1.1.4",
71
+ "tslib": "^2.6.2"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@azure/identity": "4.11.1",
75
- "@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
76
75
  "@azure/monitor-opentelemetry": "^1.11.1",
77
76
  "@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.31",
77
+ "@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
78
78
  "@opentelemetry/api": "^1.9.0",
79
79
  "@opentelemetry/instrumentation": "0.57.0",
80
80
  "@opentelemetry/sdk-trace-node": "^1.30.0",
81
+ "@types/node": "^20.19.0",
81
82
  "@vitest/browser": "^3.2.3",
82
83
  "@vitest/coverage-istanbul": "^3.2.3",
83
- "@types/node": "^20.19.0",
84
+ "cross-env": "^7.0.3",
84
85
  "dotenv": "^16.0.0",
85
86
  "eslint": "^9.33.0",
86
- "prettier": "^3.2.5",
87
+ "mkdirp": "^3.0.1",
87
88
  "playwright": "^1.50.1",
89
+ "prettier": "^3.2.5",
90
+ "rimraf": "^6.0.1",
91
+ "tshy": "^3.0.0",
88
92
  "typescript": "~5.9.3",
89
93
  "vitest": "^3.2.3",
90
- "@azure/dev-tool": "^1.0.0",
91
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
92
- "@azure-tools/test-credential": "^2.1.2",
93
94
  "@azure-tools/test-recorder": "^4.1.1",
94
- "@azure-tools/test-utils-vitest": "^2.0.1"
95
+ "@azure-tools/test-credential": "^2.1.2",
96
+ "@azure-tools/test-utils-vitest": "^2.0.1",
97
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
98
+ "@azure/dev-tool": "^1.0.0"
95
99
  },
96
100
  "exports": {
97
101
  "./package.json": "./package.json",
@@ -133,13 +137,13 @@
133
137
  "scripts": {
134
138
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
135
139
  "build:samples": "tsc -p tsconfig.samples.json",
136
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
137
- "clean": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
140
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
141
+ "clean": "rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
138
142
  "copy:yaml": "copy tsp-location.yaml .\\src\\generated\\tsp-location.yaml",
139
143
  "execute:samples": "dev-tool samples run samples-dev",
140
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
141
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
142
- "generate": "dev-tool run vendored rimraf ./src/generated && dev-tool run vendored mkdirp ./src/generated && npm run copy:yaml && npm run tsp:update && dev-tool run vendored rimraf ./src/generated/test && dev-tool run vendored rimraf ./src/generated/tsp-location.yaml",
144
+ "extract-api": "rimraf review && dev-tool run extract-api",
145
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
146
+ "generate": "rimraf ./src/generated && mkdirp ./src/generated && npm run copy:yaml && npm run tsp:update && rimraf ./src/generated/test && rimraf ./src/generated/tsp-location.yaml",
143
147
  "generate-samples": "dev-tool samples publish -f",
144
148
  "lint": "eslint package.json src test",
145
149
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",