@azure-rest/health-insights-cancerprofiling 1.0.0-alpha.20240419.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 +6 -7
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/health-insights-cancerprofiling",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20240419.1",
5
+ "version": "1.0.0-alpha.20240429.1",
6
6
  "description": "A generated SDK for Health Insights Cancer Profiling Rest",
7
7
  "keywords": [
8
8
  "node",
@@ -37,11 +37,11 @@
37
37
  "build:node": "tsc -p . && dev-tool run bundle --browser-test false",
38
38
  "build:samples": "echo skipped.",
39
39
  "build:test": "tsc -p . && dev-tool run bundle",
40
- "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
40
+ "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
41
41
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
42
42
  "clean": "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 && api-extractor run --local",
44
+ "extract-api": "rimraf review && 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:browser": "dev-tool run test:browser",
@@ -56,7 +56,7 @@
56
56
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
57
57
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
58
58
  "unit-test:browser": "dev-tool run test:browser",
59
- "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local"
59
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "autoPublish": false,
@@ -99,9 +99,8 @@
99
99
  "karma-source-map-support": "~1.4.0",
100
100
  "karma-sourcemap-loader": "^0.3.8",
101
101
  "karma": "^6.2.0",
102
- "c8": "^9.1.0",
103
- "ts-node": "^10.0.0",
104
- "esm": "^3.2.18"
102
+ "nyc": "^15.1.0",
103
+ "ts-node": "^10.0.0"
105
104
  },
106
105
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-cancerprofiling-rest/README.md",
107
106
  "//metadata": {