@azure-rest/health-insights-clinicalmatching 1.0.0-alpha.20250122.1 → 1.0.0-alpha.20250123.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.
- package/package.json +5 -5
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.
|
|
5
|
+
"version": "1.0.0-alpha.20250123.1",
|
|
6
6
|
"description": "A generated SDK for Health Insights Clinical Matching Rest",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
39
39
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
40
40
|
"execute:samples": "echo skipped",
|
|
41
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
41
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
42
42
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
43
43
|
"generate:client": "echo skipped",
|
|
44
44
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -74,14 +74,14 @@
|
|
|
74
74
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
75
75
|
"@azure/identity": "^4.0.1",
|
|
76
76
|
"@types/node": "^18.0.0",
|
|
77
|
-
"@vitest/browser": "^
|
|
78
|
-
"@vitest/coverage-istanbul": "^
|
|
77
|
+
"@vitest/browser": "^3.0.3",
|
|
78
|
+
"@vitest/coverage-istanbul": "^3.0.3",
|
|
79
79
|
"autorest": "latest",
|
|
80
80
|
"dotenv": "^16.0.0",
|
|
81
81
|
"eslint": "^9.9.0",
|
|
82
82
|
"playwright": "^1.49.0",
|
|
83
83
|
"typescript": "~5.7.2",
|
|
84
|
-
"vitest": "^
|
|
84
|
+
"vitest": "^3.0.3"
|
|
85
85
|
},
|
|
86
86
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest/README.md",
|
|
87
87
|
"//metadata": {
|