@azure-rest/health-insights-clinicalmatching 1.0.0-alpha.20250506.1 → 1.0.0-alpha.20250507.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 -11
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.20250507.1",
|
|
6
6
|
"description": "A generated SDK for Health Insights Clinical Matching Rest",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -33,25 +33,19 @@
|
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
35
35
|
"build:samples": "echo skipped.",
|
|
36
|
-
"build:test": "echo skipped.",
|
|
37
36
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
38
37
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
39
38
|
"execute:samples": "echo skipped",
|
|
40
39
|
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
41
40
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
42
41
|
"generate:client": "echo skipped",
|
|
43
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
44
|
-
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
45
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
46
42
|
"lint": "eslint package.json api-extractor.json src test",
|
|
47
43
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
48
44
|
"pack": "npm pack 2>&1",
|
|
49
|
-
"test": "npm run
|
|
50
|
-
"test:browser": "npm run clean &&
|
|
51
|
-
"test:node": "
|
|
52
|
-
"
|
|
53
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
54
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
45
|
+
"test": "npm run test:node && npm run test:browser",
|
|
46
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
47
|
+
"test:node": "dev-tool run test:vitest",
|
|
48
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
55
49
|
"update-snippets": "dev-tool run update-snippets"
|
|
56
50
|
},
|
|
57
51
|
"sideEffects": false,
|