@azure-rest/health-insights-radiologyinsights 2.0.0-alpha.20250617.1 → 2.0.0-alpha.20250619.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 +3 -3
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": "2.0.0-alpha.
|
|
5
|
+
"version": "2.0.0-alpha.20250619.1",
|
|
6
6
|
"description": "A generated SDK for Health Insights Radiology Insights Rest",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
41
41
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
42
42
|
"generate:client": "echo skipped",
|
|
43
|
-
"lint": "eslint package.json
|
|
44
|
-
"lint:fix": "eslint package.json
|
|
43
|
+
"lint": "eslint package.json src test",
|
|
44
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
45
45
|
"pack": "npm pack 2>&1",
|
|
46
46
|
"test": "npm run test:node && npm run test:browser",
|
|
47
47
|
"test:browser": "echo skipped",
|