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