@azure/arm-datamigration 3.0.0-alpha.20240925.1 → 3.0.0-alpha.20240927.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 DataMigrationManagementClient.",
|
6
|
-
"version": "3.0.0-alpha.
|
6
|
+
"version": "3.0.0-alpha.20240927.1",
|
7
7
|
"engines": {
|
8
8
|
"node": ">=18.0.0"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
|
-
"@azure/core-lro": "^2.2.0",
|
12
11
|
"@azure/abort-controller": "^1.0.0",
|
13
|
-
"@azure/core-paging": "^1.2.0",
|
14
|
-
"@azure/core-client": "^1.6.1",
|
15
12
|
"@azure/core-auth": "^1.3.0",
|
13
|
+
"@azure/core-client": "^1.6.1",
|
14
|
+
"@azure/core-lro": "^2.2.0",
|
15
|
+
"@azure/core-paging": "^1.2.0",
|
16
16
|
"@azure/core-rest-pipeline": "^1.8.0",
|
17
17
|
"tslib": "^2.2.0"
|
18
18
|
},
|
@@ -28,22 +28,22 @@
|
|
28
28
|
"module": "./dist-esm/src/index.js",
|
29
29
|
"types": "./types/arm-datamigration.d.ts",
|
30
30
|
"devDependencies": {
|
31
|
-
"@microsoft/api-extractor": "^7.31.1",
|
32
|
-
"mkdirp": "^3.0.1",
|
33
|
-
"typescript": "~5.6.2",
|
34
|
-
"uglify-js": "^3.4.9",
|
35
|
-
"rimraf": "^5.0.5",
|
36
|
-
"@azure/identity": "^4.0.1",
|
37
|
-
"@azure-tools/test-recorder": "^3.0.0",
|
38
31
|
"@azure-tools/test-credential": "^1.0.0",
|
39
|
-
"
|
32
|
+
"@azure-tools/test-recorder": "^3.0.0",
|
33
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
34
|
+
"@azure/identity": "^4.0.1",
|
35
|
+
"@microsoft/api-extractor": "^7.31.1",
|
40
36
|
"@types/chai": "^4.2.8",
|
37
|
+
"@types/mocha": "^10.0.0",
|
38
|
+
"@types/node": "^18.0.0",
|
41
39
|
"chai": "^4.2.0",
|
42
40
|
"cross-env": "^7.0.2",
|
43
|
-
"
|
44
|
-
"
|
41
|
+
"mkdirp": "^3.0.1",
|
42
|
+
"mocha": "^10.0.0",
|
43
|
+
"rimraf": "^5.0.5",
|
45
44
|
"ts-node": "^10.0.0",
|
46
|
-
"
|
45
|
+
"typescript": "~5.6.2",
|
46
|
+
"uglify-js": "^3.4.9"
|
47
47
|
},
|
48
48
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datamigration/arm-datamigration",
|
49
49
|
"repository": {
|
@@ -71,30 +71,31 @@
|
|
71
71
|
"types/*"
|
72
72
|
],
|
73
73
|
"scripts": {
|
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
74
|
"audit": "echo skipped",
|
81
|
-
"
|
82
|
-
"build:node": "echo skipped",
|
75
|
+
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
|
83
76
|
"build:browser": "echo skipped",
|
84
|
-
"build:
|
77
|
+
"build:node": "echo skipped",
|
85
78
|
"build:samples": "echo skipped.",
|
79
|
+
"build:test": "echo skipped",
|
86
80
|
"check-format": "echo skipped",
|
81
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
87
82
|
"execute:samples": "echo skipped",
|
83
|
+
"extract-api": "dev-tool run extract-api",
|
88
84
|
"format": "echo skipped",
|
85
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
86
|
+
"integration-test:browser": "echo skipped",
|
87
|
+
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
|
88
|
+
"lint": "echo skipped",
|
89
|
+
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
90
|
+
"pack": "npm pack 2>&1",
|
91
|
+
"prepack": "npm run build",
|
89
92
|
"test": "npm run integration-test",
|
90
|
-
"test:node": "echo skipped",
|
91
93
|
"test:browser": "echo skipped",
|
94
|
+
"test:node": "echo skipped",
|
92
95
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
93
|
-
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
94
96
|
"unit-test:browser": "echo skipped",
|
95
|
-
"
|
96
|
-
"
|
97
|
-
"integration-test:browser": "echo skipped"
|
97
|
+
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
98
|
+
"update-snippets": "echo skipped"
|
98
99
|
},
|
99
100
|
"sideEffects": false,
|
100
101
|
"//metadata": {
|