@azure/arm-resourcehealth 3.0.0 → 3.0.1-alpha.20211222.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +15 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 3.0.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 3.0.0 (2021-12-22)
4
14
 
5
15
  The package of @azure/arm-resourcehealth is using our next generation design principles since version 3.0.0, which contains breaking changes.
package/package.json CHANGED
@@ -3,16 +3,24 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for MicrosoftResourceHealth.",
6
- "version": "3.0.0",
7
- "engines": { "node": ">=12.0.0" },
6
+ "version": "3.0.1-alpha.20211222.1",
7
+ "engines": {
8
+ "node": ">=12.0.0"
9
+ },
8
10
  "dependencies": {
9
- "@azure/core-paging": "^1.2.0",
11
+ "@azure/core-paging": ">=1.2.0-alpha <1.2.0-alphb",
10
12
  "@azure/core-client": "^1.0.0",
11
13
  "@azure/core-auth": "^1.3.0",
12
14
  "@azure/core-rest-pipeline": "^1.1.0",
13
15
  "tslib": "^2.2.0"
14
16
  },
15
- "keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
17
+ "keywords": [
18
+ "node",
19
+ "azure",
20
+ "typescript",
21
+ "browser",
22
+ "isomorphic"
23
+ ],
16
24
  "license": "MIT",
17
25
  "main": "./dist/index.js",
18
26
  "module": "./dist-esm/src/index.js",
@@ -39,7 +47,9 @@
39
47
  "type": "git",
40
48
  "url": "https://github.com/Azure/azure-sdk-for-js.git"
41
49
  },
42
- "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
50
+ "bugs": {
51
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues"
52
+ },
43
53
  "files": [
44
54
  "dist/**/*.js",
45
55
  "dist/**/*.js.map",