@azure/ai-projects 1.0.0-alpha.20250213.1 → 1.0.0-alpha.20250217.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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/ai-projects",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250217.1",
|
|
4
4
|
"description": "A generated SDK for ProjectsClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"vitest": "^3.0.3"
|
|
94
94
|
},
|
|
95
95
|
"scripts": {
|
|
96
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
97
96
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
98
97
|
"build:samples": "echo skipped",
|
|
99
98
|
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|