@azure/core-xml 1.0.1-alpha.20220104.5 → 1.1.0
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.
- package/CHANGELOG.md +3 -7
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 1.0
|
|
4
|
-
|
|
5
|
-
### Features Added
|
|
6
|
-
|
|
7
|
-
### Breaking Changes
|
|
8
|
-
|
|
9
|
-
### Bugs Fixed
|
|
3
|
+
## 1.1.0 (2022-01-06)
|
|
10
4
|
|
|
11
5
|
### Other Changes
|
|
12
6
|
|
|
7
|
+
- Migrate to depend on `fast-xml-parser` for XML parsing/building [PR# #17792](https://github.com/Azure/azure-sdk-for-js/pull/17792)
|
|
8
|
+
|
|
13
9
|
## 1.0.0 (2021-08-05)
|
|
14
10
|
|
|
15
11
|
GA release of this package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-xml",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Core library for interacting with XML payloads",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
"fast-xml-parser": "^3.20.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@azure/dev-tool": "
|
|
72
|
+
"@azure/dev-tool": "^1.0.0",
|
|
73
73
|
"@microsoft/api-extractor": "^7.18.11",
|
|
74
74
|
"@types/chai": "^4.1.6",
|
|
75
75
|
"@types/mocha": "^7.0.2",
|
|
76
76
|
"@types/node": "^12.0.0",
|
|
77
77
|
"@types/sinon": "^9.0.4",
|
|
78
78
|
"@types/xml2js": "^0.4.3",
|
|
79
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
79
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
80
80
|
"chai": "^4.2.0",
|
|
81
81
|
"downlevel-dts": "~0.4.0",
|
|
82
82
|
"cross-env": "^7.0.2",
|