@azure/core-xml 1.0.1-alpha.20220104.5 → 1.1.1-alpha.20220112.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.0.1 (Unreleased)
3
+ ## 1.1.1 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -10,6 +10,12 @@
10
10
 
11
11
  ### Other Changes
12
12
 
13
+ ## 1.1.0 (2022-01-06)
14
+
15
+ ### Other Changes
16
+
17
+ - Migrate to depend on `fast-xml-parser` for XML parsing/building [PR# #17792](https://github.com/Azure/azure-sdk-for-js/pull/17792)
18
+
13
19
  ## 1.0.0 (2021-08-05)
14
20
 
15
21
  GA release of this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-xml",
3
- "version": "1.0.1-alpha.20220104.5",
3
+ "version": "1.1.1-alpha.20220112.1",
4
4
  "description": "Core library for interacting with XML payloads",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -78,7 +78,7 @@
78
78
  "@types/xml2js": "^0.4.3",
79
79
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
80
80
  "chai": "^4.2.0",
81
- "downlevel-dts": "~0.4.0",
81
+ "downlevel-dts": "^0.8.0",
82
82
  "cross-env": "^7.0.2",
83
83
  "eslint": "^7.15.0",
84
84
  "inherits": "^2.0.3",