@azure-rest/health-insights-radiologyinsights 1.0.0-alpha.20240418.1 → 1.0.0-alpha.20240429.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
@@ -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.20240418.1",
5
+ "version": "1.0.0-alpha.20240429.1",
6
6
  "description": "A generated SDK for Health Insights Radiology Insights Rest",
7
7
  "keywords": [
8
8
  "node",
@@ -36,11 +36,11 @@
36
36
  "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
37
37
  "build:samples": "echo skipped.",
38
38
  "build:test": "tsc -p . && dev-tool run bundle",
39
- "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
39
+ "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
40
40
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
41
41
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
42
42
  "execute:samples": "echo skipped",
43
- "extract-api": "rimraf review && mkdirp ./review && api-extractor run --local",
43
+ "extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
44
44
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
45
45
  "generate:client": "echo skipped",
46
46
  "integration-test:browser": "dev-tool run test:browser",
@@ -55,7 +55,7 @@
55
55
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
56
56
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
57
57
  "unit-test:browser": "dev-tool run test:browser",
58
- "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local"
58
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api"
59
59
  },
60
60
  "sideEffects": false,
61
61
  "autoPublish": false,
@@ -84,7 +84,6 @@
84
84
  "@azure/identity": "^4.0.1",
85
85
  "@azure-tools/test-recorder": "^3.0.0",
86
86
  "mocha": "^10.0.0",
87
- "esm": "^3.2.18",
88
87
  "@types/mocha": "^10.0.0",
89
88
  "cross-env": "^7.0.2",
90
89
  "@types/chai": "^4.2.8",
@@ -99,7 +98,7 @@
99
98
  "karma-source-map-support": "~1.4.0",
100
99
  "karma-sourcemap-loader": "^0.4.0",
101
100
  "karma": "^6.2.0",
102
- "c8": "^9.1.0",
101
+ "nyc": "^15.1.0",
103
102
  "ts-node": "^10.0.0"
104
103
  },
105
104
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-radiologyinsights-rest/README.md",