@azure-rest/ai-vision-face 1.0.0-alpha.20240924.1 → 1.0.0-alpha.20240926.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.
Files changed (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/ai-vision-face",
3
- "version": "1.0.0-alpha.20240924.1",
3
+ "version": "1.0.0-alpha.20240926.1",
4
4
  "description": "Face API REST Client",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -71,7 +71,6 @@
71
71
  "rimraf": "^5.0.5",
72
72
  "mkdirp": "^3.0.1",
73
73
  "typescript": "~5.6.2",
74
- "tshy": "^2.0.0",
75
74
  "@azure/core-util": "^1.0.0",
76
75
  "@azure-tools/test-credential": "^1.0.0",
77
76
  "@azure/identity": "^4.0.1",
@@ -103,10 +102,10 @@
103
102
  "generate:client": "echo skipped",
104
103
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
105
104
  "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
106
- "build:test": "npm run clean && tshy && dev-tool run build-test",
107
- "build": "npm run clean && tshy && mkdirp ./review && dev-tool run extract-api",
108
- "test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",
109
- "test": "npm run clean && tshy && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test"
105
+ "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
106
+ "build": "npm run clean && dev-tool run build-package && mkdirp ./review && dev-tool run extract-api",
107
+ "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
108
+ "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"
110
109
  },
111
110
  "//sampleConfiguration": {
112
111
  "productName": "Face API",