@azure-rest/health-insights-radiologyinsights 1.0.0-alpha.20241031.1 → 1.0.0-alpha.20241111.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 -4
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": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20241111.1",
|
|
6
6
|
"description": "A generated SDK for Health Insights Radiology Insights Rest",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
36
|
-
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
|
|
36
|
+
"build:browser": "tsc -p . && dev-tool run vendored cross-env ONLY_BROWSER=true rollup -c 2>&1",
|
|
37
37
|
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
38
|
-
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
|
|
38
|
+
"build:node": "tsc -p . && dev-tool run vendored cross-env ONLY_NODE=true rollup -c 2>&1",
|
|
39
39
|
"build:samples": "echo skipped.",
|
|
40
40
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
41
41
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
"@types/node": "^18.0.0",
|
|
81
81
|
"autorest": "latest",
|
|
82
82
|
"chai": "^4.2.0",
|
|
83
|
-
"cross-env": "^7.0.2",
|
|
84
83
|
"dotenv": "^16.0.0",
|
|
85
84
|
"eslint": "^9.9.0",
|
|
86
85
|
"karma": "^6.2.0",
|