@azure/arm-domainservices 4.0.0 → 4.0.1-alpha.20220120.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 4.0.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 4.0.0 (2022-01-13)
4
14
 
5
15
  The package of @azure/arm-domainservices is using our next generation design principles since version 4.0.0, which contains breaking changes.
package/package.json CHANGED
@@ -3,8 +3,10 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for DomainServicesResourceProvider.",
6
- "version": "4.0.0",
7
- "engines": { "node": ">=12.0.0" },
6
+ "version": "4.0.1-alpha.20220120.1",
7
+ "engines": {
8
+ "node": ">=12.0.0"
9
+ },
8
10
  "dependencies": {
9
11
  "@azure/core-lro": "^2.2.0",
10
12
  "@azure/abort-controller": "^1.0.0",
@@ -14,7 +16,13 @@
14
16
  "@azure/core-rest-pipeline": "^1.1.0",
15
17
  "tslib": "^2.2.0"
16
18
  },
17
- "keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
19
+ "keywords": [
20
+ "node",
21
+ "azure",
22
+ "typescript",
23
+ "browser",
24
+ "isomorphic"
25
+ ],
18
26
  "license": "MIT",
19
27
  "main": "./dist/index.js",
20
28
  "module": "./dist-esm/src/index.js",
@@ -41,7 +49,9 @@
41
49
  "type": "git",
42
50
  "url": "https://github.com/Azure/azure-sdk-for-js.git"
43
51
  },
44
- "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
52
+ "bugs": {
53
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues"
54
+ },
45
55
  "files": [
46
56
  "dist/**/*.js",
47
57
  "dist/**/*.js.map",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.19.2"
8
+ "packageVersion": "7.19.4"
9
9
  }
10
10
  ]
11
11
  }