@azure-rest/health-insights-clinicalmatching 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 +5 -8
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/health-insights-clinicalmatching",
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 Clinical Matching Rest",
7
7
  "keywords": [
8
8
  "node",
@@ -32,17 +32,17 @@
32
32
  "node": ">=18.0.0"
33
33
  },
34
34
  "scripts": {
35
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
36
- "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api",
35
+ "audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
36
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
37
37
  "build:browser": "tsc -p . && dev-tool run bundle",
38
38
  "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
39
39
  "build:node": "tsc -p . && dev-tool run bundle --browser-test false",
40
40
  "build:samples": "echo skipped.",
41
41
  "build:test": "tsc -p . && dev-tool run bundle",
42
42
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
43
- "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
43
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
44
44
  "execute:samples": "echo skipped",
45
- "extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
45
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
46
46
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
47
47
  "generate:client": "echo skipped",
48
48
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
@@ -76,7 +76,6 @@
76
76
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
77
77
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
78
78
  "@azure/identity": "^4.0.1",
79
- "@microsoft/api-extractor": "^7.31.1",
80
79
  "@types/chai": "^4.2.8",
81
80
  "@types/mocha": "^10.0.0",
82
81
  "@types/node": "^18.0.0",
@@ -95,10 +94,8 @@
95
94
  "karma-mocha-reporter": "^2.2.5",
96
95
  "karma-source-map-support": "~1.4.0",
97
96
  "karma-sourcemap-loader": "^0.3.8",
98
- "mkdirp": "^3.0.1",
99
97
  "mocha": "^10.0.0",
100
98
  "nyc": "^17.0.0",
101
- "rimraf": "^5.0.5",
102
99
  "source-map-support": "^0.5.9",
103
100
  "ts-node": "^10.0.0",
104
101
  "typescript": "~5.6.2"