@azure/arm-datamigration 3.0.0-alpha.20220118.3 → 3.0.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -17
package/package.json CHANGED
@@ -3,10 +3,8 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for DataMigrationManagementClient.",
6
- "version": "3.0.0-alpha.20220118.3",
7
- "engines": {
8
- "node": ">=12.0.0"
9
- },
6
+ "version": "3.0.0-beta.1",
7
+ "engines": { "node": ">=12.0.0" },
10
8
  "dependencies": {
11
9
  "@azure/core-lro": "^2.2.0",
12
10
  "@azure/abort-controller": "^1.0.0",
@@ -16,13 +14,7 @@
16
14
  "@azure/core-rest-pipeline": "^1.1.0",
17
15
  "tslib": "^2.2.0"
18
16
  },
19
- "keywords": [
20
- "node",
21
- "azure",
22
- "typescript",
23
- "browser",
24
- "isomorphic"
25
- ],
17
+ "keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
26
18
  "license": "MIT",
27
19
  "main": "./dist/index.js",
28
20
  "module": "./dist-esm/src/index.js",
@@ -49,9 +41,7 @@
49
41
  "type": "git",
50
42
  "url": "https://github.com/Azure/azure-sdk-for-js.git"
51
43
  },
52
- "bugs": {
53
- "url": "https://github.com/Azure/azure-sdk-for-js/issues"
54
- },
44
+ "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
55
45
  "files": [
56
46
  "dist/**/*.js",
57
47
  "dist/**/*.js.map",
@@ -109,9 +99,7 @@
109
99
  "autoPublish": true,
110
100
  "//sampleConfiguration": {
111
101
  "productName": "",
112
- "productSlugs": [
113
- "azure"
114
- ],
102
+ "productSlugs": ["azure"],
115
103
  "disableDocsMs": true,
116
104
  "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-datamigration?view=azure-node-preview"
117
105
  }