@azure-rest/ai-vision-face 1.0.0-alpha.20250805.1 → 1.0.0-alpha.20250826.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
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.20250826.1",
|
|
4
4
|
"description": "Face API REST Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -66,39 +66,21 @@
|
|
|
66
66
|
"tslib": "^2.8.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@azure
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
74
|
-
"@azure/identity": "^4.6.0",
|
|
75
|
-
"@types/node": "^20.0.0",
|
|
76
|
-
"@vitest/browser": "^3.0.9",
|
|
77
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
69
|
+
"@azure/identity": "4.11.1",
|
|
70
|
+
"@types/node": "^20.19.0",
|
|
71
|
+
"@vitest/browser": "^3.2.3",
|
|
72
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
78
73
|
"dotenv": "^16.0.0",
|
|
79
|
-
"eslint": "^9.
|
|
74
|
+
"eslint": "^9.33.0",
|
|
80
75
|
"playwright": "^1.50.1",
|
|
81
76
|
"prettier": "^3.2.5",
|
|
82
|
-
"typescript": "~5.8.
|
|
83
|
-
"vitest": "^3.
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
90
|
-
"execute:samples": "echo skipped",
|
|
91
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
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}\" ",
|
|
93
|
-
"generate:client": "echo skipped",
|
|
94
|
-
"lint": "eslint package.json src test",
|
|
95
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
96
|
-
"pack": "npm pack 2>&1",
|
|
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",
|
|
101
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
77
|
+
"typescript": "~5.8.3",
|
|
78
|
+
"vitest": "^3.2.3",
|
|
79
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
80
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
81
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
82
|
+
"@azure/dev-tool": "^1.0.0",
|
|
83
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
102
84
|
},
|
|
103
85
|
"//sampleConfiguration": {
|
|
104
86
|
"productName": "Face API",
|
|
@@ -147,5 +129,22 @@
|
|
|
147
129
|
"types": "./dist/commonjs/index.d.ts",
|
|
148
130
|
"module": "./dist/esm/index.js",
|
|
149
131
|
"browser": "./dist/browser/index.js",
|
|
150
|
-
"react-native": "./dist/react-native/index.js"
|
|
151
|
-
|
|
132
|
+
"react-native": "./dist/react-native/index.js",
|
|
133
|
+
"scripts": {
|
|
134
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
135
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
136
|
+
"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}\" ",
|
|
137
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
138
|
+
"execute:samples": "echo skipped",
|
|
139
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
140
|
+
"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}\" ",
|
|
141
|
+
"generate:client": "echo skipped",
|
|
142
|
+
"lint": "eslint package.json src test",
|
|
143
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
144
|
+
"pack": "pnpm pack 2>&1",
|
|
145
|
+
"test": "npm run test:node && npm run test:browser",
|
|
146
|
+
"test:browser": "echo skipped",
|
|
147
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
148
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
149
|
+
}
|
|
150
|
+
}
|