@azure-rest/ai-vision-face 1.0.0-alpha.20240925.1 → 1.0.0-alpha.20240930.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 +33 -33
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.20240930.1",
|
|
4
4
|
"description": "Face API REST Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -56,57 +56,57 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@azure-rest/core-client": "^2.0.0",
|
|
59
|
+
"@azure/abort-controller": "^2.0.0",
|
|
59
60
|
"@azure/core-auth": "^1.6.0",
|
|
61
|
+
"@azure/core-lro": "3.0.0-beta.1",
|
|
60
62
|
"@azure/core-rest-pipeline": "^1.5.0",
|
|
61
63
|
"@azure/logger": "^1.0.0",
|
|
62
|
-
"tslib": "^2.6.2"
|
|
63
|
-
"@azure/core-lro": "3.0.0-beta.1",
|
|
64
|
-
"@azure/abort-controller": "^2.0.0"
|
|
64
|
+
"tslib": "^2.6.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"dotenv": "^16.0.0",
|
|
68
|
-
"@microsoft/api-extractor": "^7.40.3",
|
|
69
|
-
"@types/node": "^18.0.0",
|
|
70
|
-
"eslint": "^9.9.0",
|
|
71
|
-
"rimraf": "^5.0.5",
|
|
72
|
-
"mkdirp": "^3.0.1",
|
|
73
|
-
"typescript": "~5.6.2",
|
|
74
|
-
"tshy": "^2.0.0",
|
|
75
|
-
"@azure/core-util": "^1.0.0",
|
|
76
67
|
"@azure-tools/test-credential": "^1.0.0",
|
|
77
|
-
"@azure/identity": "^4.0.1",
|
|
78
68
|
"@azure-tools/test-recorder": "^4.0.0",
|
|
69
|
+
"@azure/core-util": "^1.0.0",
|
|
70
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
71
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
72
|
+
"@azure/identity": "^4.0.1",
|
|
73
|
+
"@microsoft/api-extractor": "^7.40.3",
|
|
74
|
+
"@types/node": "^18.0.0",
|
|
79
75
|
"@vitest/browser": "^2.0.5",
|
|
80
76
|
"@vitest/coverage-istanbul": "^2.0.5",
|
|
77
|
+
"dotenv": "^16.0.0",
|
|
78
|
+
"eslint": "^9.9.0",
|
|
79
|
+
"mkdirp": "^3.0.1",
|
|
81
80
|
"playwright": "^1.41.2",
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
81
|
+
"rimraf": "^5.0.5",
|
|
82
|
+
"typescript": "~5.6.2",
|
|
83
|
+
"vitest": "^2.0.5"
|
|
85
84
|
},
|
|
86
85
|
"scripts": {
|
|
87
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
88
|
-
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
89
|
-
"pack": "npm pack 2>&1",
|
|
90
|
-
"lint": "eslint package.json api-extractor.json src test",
|
|
91
|
-
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
92
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
93
|
-
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
|
|
94
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
95
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
96
|
-
"integration-test:browser": "echo skipped",
|
|
97
|
-
"integration-test:node": "echo skipped",
|
|
98
86
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
87
|
+
"build": "npm run clean && dev-tool run build-package && mkdirp ./review && dev-tool run extract-api",
|
|
99
88
|
"build:samples": "dev-tool samples publish --force",
|
|
89
|
+
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
100
90
|
"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}\"",
|
|
91
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
101
92
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
93
|
+
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
102
94
|
"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}\"",
|
|
103
95
|
"generate:client": "echo skipped",
|
|
104
|
-
"test
|
|
96
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
97
|
+
"integration-test:browser": "echo skipped",
|
|
98
|
+
"integration-test:node": "echo skipped",
|
|
99
|
+
"lint": "eslint package.json api-extractor.json src test",
|
|
100
|
+
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
105
101
|
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"test:
|
|
109
|
-
"test": "npm run clean &&
|
|
102
|
+
"pack": "npm pack 2>&1",
|
|
103
|
+
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
|
|
104
|
+
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
105
|
+
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
106
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
107
|
+
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
|
|
108
|
+
"unit-test:node": "dev-tool run test:vitest",
|
|
109
|
+
"update-snippets": "echo skipped"
|
|
110
110
|
},
|
|
111
111
|
"//sampleConfiguration": {
|
|
112
112
|
"productName": "Face API",
|