@azure/ai-agents 1.2.0-alpha.20251002.1 → 1.2.0-alpha.20251003.1
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/ai-agents",
|
|
3
|
-
"version": "1.2.0-alpha.
|
|
3
|
+
"version": "1.2.0-alpha.20251003.1",
|
|
4
4
|
"description": "Azure AI Agents client library.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"playwright": "^1.50.1",
|
|
88
88
|
"typescript": "~5.8.3",
|
|
89
89
|
"vitest": "^3.2.3",
|
|
90
|
+
"@azure/dev-tool": "^1.0.0",
|
|
90
91
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
91
92
|
"@azure-tools/test-credential": "^2.1.2",
|
|
92
93
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
93
|
-
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
94
|
-
"@azure/dev-tool": "^1.0.0"
|
|
94
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
95
95
|
},
|
|
96
96
|
"exports": {
|
|
97
97
|
"./package.json": "./package.json",
|
|
@@ -131,13 +131,13 @@
|
|
|
131
131
|
"types": "./dist/commonjs/index.d.ts",
|
|
132
132
|
"module": "./dist/esm/index.js",
|
|
133
133
|
"scripts": {
|
|
134
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run
|
|
134
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
135
135
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
136
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
137
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
|
|
138
138
|
"copy:yaml": "copy tsp-location.yaml .\\src\\generated\\tsp-location.yaml",
|
|
139
139
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
140
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
140
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
141
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
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",
|
|
143
143
|
"generate-samples": "dev-tool samples publish -f",
|