Skip to content

Commit 0f08303

Browse files
committed
fix typo
1 parent f529642 commit 0f08303

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/fxp.d.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ declare class XMLValidator {
729729
/**
730730
* @deprecated Use npm package 'fast-xml-builder' instead
731731
*/
732-
devlare class XMLBuilder {
732+
declare class XMLBuilder {
733733
constructor(options?: XmlBuilderOptions);
734734
build(jObj: any): string;
735735
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-xml-parser",
3-
"version": "5.7.0",
3+
"version": "5.7.1",
44
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
55
"main": "./lib/fxp.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)