@azure-rest/health-insights-radiologyinsights 1.0.0-alpha.20241022.1 → 1.0.0-alpha.20241024.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 +4 -7
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/health-insights-radiologyinsights",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20241022.1",
5
+ "version": "1.0.0-alpha.20241024.1",
6
6
  "description": "A generated SDK for Health Insights Radiology Insights Rest",
7
7
  "keywords": [
8
8
  "node",
@@ -32,16 +32,16 @@
32
32
  "node": ">=18.0.0"
33
33
  },
34
34
  "scripts": {
35
- "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api",
35
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
36
36
  "build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
37
37
  "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
38
38
  "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
39
39
  "build:samples": "echo skipped.",
40
40
  "build:test": "tsc -p . && dev-tool run bundle",
41
41
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
42
- "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
42
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
43
43
  "execute:samples": "echo skipped",
44
- "extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
44
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
45
45
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
46
46
  "generate:client": "echo skipped",
47
47
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
@@ -75,7 +75,6 @@
75
75
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
76
76
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
77
77
  "@azure/identity": "^4.0.1",
78
- "@microsoft/api-extractor": "^7.31.1",
79
78
  "@types/chai": "^4.2.8",
80
79
  "@types/mocha": "^10.0.0",
81
80
  "@types/node": "^18.0.0",
@@ -94,10 +93,8 @@
94
93
  "karma-mocha-reporter": "^2.2.5",
95
94
  "karma-source-map-support": "~1.4.0",
96
95
  "karma-sourcemap-loader": "^0.4.0",
97
- "mkdirp": "^3.0.1",
98
96
  "mocha": "^10.0.0",
99
97
  "nyc": "^17.0.0",
100
- "rimraf": "^5.0.0",
101
98
  "source-map-support": "^0.5.9",
102
99
  "ts-node": "^10.0.0",
103
100
  "typescript": "~5.6.2"