@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 +11 -1
- package/package.json +14 -4
- package/types/tsdoc-metadata.json +1 -1
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.
|
7
|
-
"engines": {
|
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": [
|
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": {
|
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",
|