@azure-rest/health-insights-radiologyinsights 2.0.0-alpha.20250730.1 → 2.0.0-alpha.20250825.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.52.9"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
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.20250730.1",
5
+ "version": "2.0.0-alpha.20250825.1",
6
6
  "description": "A generated SDK for Health Insights Radiology Insights Rest",
7
7
  "keywords": [
8
8
  "node",
@@ -30,24 +30,6 @@
30
30
  "engines": {
31
31
  "node": ">=20.0.0"
32
32
  },
33
- "scripts": {
34
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
35
- "build:samples": "echo skipped.",
36
- "build:test": "echo skipped.",
37
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
38
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
39
- "execute:samples": "echo skipped",
40
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
41
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
42
- "generate:client": "echo skipped",
43
- "lint": "eslint package.json src test",
44
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
45
- "pack": "npm pack 2>&1",
46
- "test": "npm run test:node && npm run test:browser",
47
- "test:browser": "echo skipped",
48
- "test:node": "dev-tool run test:vitest",
49
- "update-snippets": "dev-tool run update-snippets"
50
- },
51
33
  "sideEffects": false,
52
34
  "autoPublish": false,
53
35
  "dependencies": {
@@ -60,21 +42,21 @@
60
42
  "tslib": "^2.8.1"
61
43
  },
62
44
  "devDependencies": {
63
- "@azure-tools/test-credential": "^2.0.0",
64
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
65
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
66
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
67
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
68
- "@azure/identity": "^4.7.0",
69
- "@types/node": "^20.0.0",
70
- "@vitest/browser": "^3.0.9",
71
- "@vitest/coverage-istanbul": "^3.0.9",
45
+ "@azure/identity": "4.11.1",
46
+ "@types/node": "^20.19.0",
47
+ "@vitest/browser": "^3.2.3",
48
+ "@vitest/coverage-istanbul": "^3.2.3",
72
49
  "autorest": "latest",
73
- "dotenv": "^16.4.7",
74
- "eslint": "^9.9.0",
50
+ "dotenv": "^16.0.0",
51
+ "eslint": "^9.33.0",
75
52
  "playwright": "^1.50.1",
76
- "typescript": "~5.8.2",
77
- "vitest": "^3.0.9"
53
+ "typescript": "~5.8.3",
54
+ "vitest": "^3.2.3",
55
+ "@azure-tools/test-credential": "^2.1.1",
56
+ "@azure-tools/test-recorder": "^4.1.0",
57
+ "@azure-tools/test-utils-vitest": "^2.0.0",
58
+ "@azure/dev-tool": "^1.0.0",
59
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
78
60
  },
79
61
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-radiologyinsights-rest/README.md",
80
62
  "//metadata": {
@@ -132,5 +114,23 @@
132
114
  }
133
115
  }
134
116
  },
135
- "react-native": "./dist/react-native/index.js"
136
- }
117
+ "react-native": "./dist/react-native/index.js",
118
+ "scripts": {
119
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
120
+ "build:samples": "tsc -p tsconfig.samples.json",
121
+ "build:test": "echo skipped.",
122
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
123
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
124
+ "execute:samples": "echo skipped",
125
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
126
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
127
+ "generate:client": "echo skipped",
128
+ "lint": "eslint package.json src test",
129
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
130
+ "pack": "pnpm pack 2>&1",
131
+ "test": "npm run test:node && npm run test:browser",
132
+ "test:browser": "echo skipped",
133
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
134
+ "update-snippets": "dev-tool run update-snippets"
135
+ }
136
+ }