@azure-rest/ai-vision-face 1.0.0-alpha.20250506.1 → 1.0.0-alpha.20250508.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 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-rest/ai-vision-face",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250508.1",
|
|
4
4
|
"description": "Face API REST Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -85,26 +85,19 @@
|
|
|
85
85
|
"scripts": {
|
|
86
86
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
87
87
|
"build:samples": "echo skipped",
|
|
88
|
-
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
89
88
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
90
89
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
91
90
|
"execute:samples": "echo skipped",
|
|
92
91
|
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
93
92
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
94
93
|
"generate:client": "echo skipped",
|
|
95
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
96
|
-
"integration-test:browser": "echo skipped",
|
|
97
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
98
94
|
"lint": "eslint package.json api-extractor.json src test",
|
|
99
95
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
100
|
-
"minify": "echo skipped",
|
|
101
96
|
"pack": "npm pack 2>&1",
|
|
102
|
-
"test": "npm run
|
|
103
|
-
"test:browser": "
|
|
104
|
-
"test:node": "
|
|
105
|
-
"
|
|
106
|
-
"unit-test:browser": "echo skipped",
|
|
107
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
97
|
+
"test": "npm run test:node && npm run test:browser",
|
|
98
|
+
"test:browser": "echo skipped",
|
|
99
|
+
"test:node": "dev-tool run test:vitest",
|
|
100
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
108
101
|
"update-snippets": "dev-tool run update-snippets"
|
|
109
102
|
},
|
|
110
103
|
"//sampleConfiguration": {
|