@postman/wsdl-to-postman
Advanced tools
Comparing version 1.12.1 to 1.12.2
@@ -5,2 +5,8 @@ # WSDL to Postman Changelog | ||
## [v1.12.2] - 2024-05-21 | ||
### Fixed | ||
- Upgraded libxmljs2 to v0.32.0 to support the arm64 binaries. | ||
## [v1.12.1] - 2024-02-15 | ||
@@ -104,4 +110,6 @@ | ||
[Unreleased]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.1...HEAD | ||
[Unreleased]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.2...HEAD | ||
[v1.12.2]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.1...v1.12.2 | ||
[v1.12.1]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.0...v1.12.1 | ||
@@ -108,0 +116,0 @@ |
{ | ||
"name": "@postman/wsdl-to-postman", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "Convert a given WSDL specification (1.1) to Postman Collection", | ||
@@ -62,3 +62,3 @@ "main": "index.js", | ||
"fast-xml-parser": "3.21.1", | ||
"libxmljs2": "0.30.1", | ||
"libxmljs2": "0.32.0", | ||
"node-fetch": "2.6.5", | ||
@@ -65,0 +65,0 @@ "path-browserify": "1.0.1", |
1324489
+ Addedlibxmljs2@0.32.0(transitive)
+ Addednan@2.17.0(transitive)
- Removedlibxmljs2@0.30.1(transitive)
- Removednan@2.15.0(transitive)
Updatedlibxmljs2@0.32.0