@azure/arm-healthcareapis 3.1.1-alpha.20240925.1 → 3.1.1-alpha.20240926.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +30 -29
package/package.json
CHANGED
@@ -3,16 +3,16 @@
|
|
3
3
|
"sdk-type": "mgmt",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "A generated SDK for HealthcareApisManagementClient.",
|
6
|
-
"version": "3.1.1-alpha.
|
6
|
+
"version": "3.1.1-alpha.20240926.1",
|
7
7
|
"engines": {
|
8
8
|
"node": ">=18.0.0"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
|
-
"@azure/core-lro": "^2.5.4",
|
12
11
|
"@azure/abort-controller": "^1.0.0",
|
13
|
-
"@azure/core-paging": "^1.2.0",
|
14
|
-
"@azure/core-client": "^1.7.0",
|
15
12
|
"@azure/core-auth": "^1.6.0",
|
13
|
+
"@azure/core-client": "^1.7.0",
|
14
|
+
"@azure/core-lro": "^2.5.4",
|
15
|
+
"@azure/core-paging": "^1.2.0",
|
16
16
|
"@azure/core-rest-pipeline": "^1.14.0",
|
17
17
|
"tslib": "^2.2.0"
|
18
18
|
},
|
@@ -28,23 +28,23 @@
|
|
28
28
|
"module": "./dist-esm/src/index.js",
|
29
29
|
"types": "./types/arm-healthcareapis.d.ts",
|
30
30
|
"devDependencies": {
|
31
|
-
"@
|
32
|
-
"
|
33
|
-
"typescript": "~5.6.2",
|
34
|
-
"uglify-js": "^3.4.9",
|
35
|
-
"rimraf": "^5.0.0",
|
36
|
-
"dotenv": "^16.0.0",
|
31
|
+
"@azure-tools/test-credential": "^1.1.0",
|
32
|
+
"@azure-tools/test-recorder": "^3.0.0",
|
37
33
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
38
34
|
"@azure/identity": "^4.0.1",
|
39
|
-
"@
|
40
|
-
"@azure-tools/test-credential": "^1.1.0",
|
41
|
-
"mocha": "^10.0.0",
|
42
|
-
"@types/mocha": "^10.0.0",
|
35
|
+
"@microsoft/api-extractor": "^7.31.1",
|
43
36
|
"@types/chai": "^4.2.8",
|
37
|
+
"@types/mocha": "^10.0.0",
|
38
|
+
"@types/node": "^18.0.0",
|
44
39
|
"chai": "^4.2.0",
|
45
40
|
"cross-env": "^7.0.2",
|
46
|
-
"
|
47
|
-
"
|
41
|
+
"dotenv": "^16.0.0",
|
42
|
+
"mkdirp": "^3.0.1",
|
43
|
+
"mocha": "^10.0.0",
|
44
|
+
"rimraf": "^5.0.0",
|
45
|
+
"ts-node": "^10.0.0",
|
46
|
+
"typescript": "~5.6.2",
|
47
|
+
"uglify-js": "^3.4.9"
|
48
48
|
},
|
49
49
|
"repository": {
|
50
50
|
"type": "git",
|
@@ -72,28 +72,29 @@
|
|
72
72
|
],
|
73
73
|
"scripts": {
|
74
74
|
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
|
75
|
-
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
76
|
-
"prepack": "npm run build",
|
77
|
-
"pack": "npm pack 2>&1",
|
78
|
-
"extract-api": "dev-tool run extract-api",
|
79
|
-
"lint": "echo skipped",
|
80
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
81
|
-
"build:node": "echo skipped",
|
82
75
|
"build:browser": "echo skipped",
|
83
|
-
"build:
|
76
|
+
"build:node": "echo skipped",
|
84
77
|
"build:samples": "echo skipped.",
|
78
|
+
"build:test": "echo skipped",
|
85
79
|
"check-format": "echo skipped",
|
80
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
86
81
|
"execute:samples": "echo skipped",
|
82
|
+
"extract-api": "dev-tool run extract-api",
|
87
83
|
"format": "echo skipped",
|
84
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
85
|
+
"integration-test:browser": "echo skipped",
|
86
|
+
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
|
87
|
+
"lint": "echo skipped",
|
88
|
+
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
89
|
+
"pack": "npm pack 2>&1",
|
90
|
+
"prepack": "npm run build",
|
88
91
|
"test": "npm run integration-test",
|
89
|
-
"test:node": "echo skipped",
|
90
92
|
"test:browser": "echo skipped",
|
93
|
+
"test:node": "echo skipped",
|
91
94
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
92
|
-
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
93
95
|
"unit-test:browser": "echo skipped",
|
94
|
-
"
|
95
|
-
"
|
96
|
-
"integration-test:browser": "echo skipped"
|
96
|
+
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
97
|
+
"update-snippets": "echo skipped"
|
97
98
|
},
|
98
99
|
"sideEffects": false,
|
99
100
|
"//metadata": {
|