@azure-rest/health-insights-cancerprofiling 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251014.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
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.20251010.1",
5
+ "version": "1.0.0-alpha.20251014.1",
6
6
  "description": "A generated SDK for Health Insights Cancer Profiling Rest",
7
7
  "keywords": [
8
8
  "node",
@@ -47,16 +47,20 @@
47
47
  "@vitest/browser": "^3.2.3",
48
48
  "@vitest/coverage-istanbul": "^3.2.3",
49
49
  "autorest": "latest",
50
+ "cross-env": "^7.0.3",
50
51
  "dotenv": "^16.0.0",
51
52
  "eslint": "^9.33.0",
52
53
  "playwright": "^1.50.1",
54
+ "prettier": "^3.6.2",
55
+ "rimraf": "^6.0.1",
56
+ "tshy": "^3.0.0",
53
57
  "typescript": "~5.9.3",
54
58
  "vitest": "^3.2.3",
55
- "@azure-tools/test-recorder": "^4.1.1",
56
- "@azure-tools/test-utils-vitest": "^2.0.1",
59
+ "@azure-tools/test-credential": "^2.1.2",
57
60
  "@azure/dev-tool": "^1.0.0",
58
61
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
59
- "@azure-tools/test-credential": "^2.1.2"
62
+ "@azure-tools/test-utils-vitest": "^2.0.1",
63
+ "@azure-tools/test-recorder": "^4.1.1"
60
64
  },
61
65
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-cancerprofiling-rest/README.md",
62
66
  "//metadata": {
@@ -118,11 +122,11 @@
118
122
  "scripts": {
119
123
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
120
124
  "build:samples": "tsc -p tsconfig.samples.json",
121
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
122
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
125
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
126
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
123
127
  "execute:samples": "echo skipped",
124
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
125
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
128
+ "extract-api": "rimraf review && dev-tool run extract-api",
129
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
126
130
  "generate:client": "echo skipped",
127
131
  "lint": "eslint package.json src test",
128
132
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",