@azure/ai-agents 1.0.0-alpha.20250617.1 → 1.0.0-alpha.20250619.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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/ai-agents",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250619.1",
|
|
4
4
|
"description": "Azure AI Agents client library.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"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}\" ",
|
|
104
104
|
"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",
|
|
105
105
|
"generate-samples": "dev-tool samples publish -f",
|
|
106
|
-
"lint": "eslint package.json
|
|
107
|
-
"lint:fix": "eslint package.json
|
|
106
|
+
"lint": "eslint package.json src test",
|
|
107
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
108
108
|
"pack": "npm pack 2>&1",
|
|
109
109
|
"test": "npm run test:node && npm run test:browser",
|
|
110
110
|
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|