@azure/ai-projects 1.0.0-alpha.20250617.1 → 1.0.0-alpha.20250618.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-projects",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250618.1",
|
|
4
4
|
"description": "Azure AI Projects client library.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
"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}\" ",
|
|
114
114
|
"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",
|
|
115
115
|
"generate-samples": "dev-tool samples publish -f",
|
|
116
|
-
"lint": "eslint package.json
|
|
117
|
-
"lint:fix": "eslint package.json
|
|
116
|
+
"lint": "eslint package.json src test",
|
|
117
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
118
118
|
"pack": "npm pack 2>&1",
|
|
119
119
|
"test": "npm run test:node && npm run test:browser",
|
|
120
120
|
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|