fast-xml-parser 5.7.0 → 5.7.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/lib/fxp.d.cts +1 -1
  2. package/package.json +1 -1
package/lib/fxp.d.cts CHANGED
@@ -729,7 +729,7 @@ declare class XMLValidator {
729
729
  /**
730
730
  * @deprecated Use npm package 'fast-xml-builder' instead
731
731
  */
732
- devlare class XMLBuilder {
732
+ declare class XMLBuilder {
733
733
  constructor(options?: XmlBuilderOptions);
734
734
  build(jObj: any): string;
735
735
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-parser",
3
- "version": "5.7.0",
3
+ "version": "5.7.1",
4
4
  "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
5
5
  "main": "./lib/fxp.cjs",
6
6
  "type": "module",