Skip to content

Commit

Permalink
update package for release
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Oct 2, 2023
1 parent 5d00ecf commit fa5a733
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

**4.3.2 / 2023-10-02**
* fix `jObj.hasOwnProperty` when give input is null (By [Arda TANRIKULU](https://github.com/ardatan))

**4.3.1 / 2023-09-24**
* revert back "Fix typings for builder and parser to make return type generic" to avoid failure of existing projects. Need to decide a common approach.

Expand Down
2 changes: 1 addition & 1 deletion lib/fxbuilder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/fxbuilder.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fxp.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fxp.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-xml-parser",
"version": "4.3.1",
"version": "4.3.2",
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
"main": "./src/fxp.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"json2xml",
"html"
],
"author": "Amit Gupta (https://amitguptagwl.github.io)",
"author": "Amit Gupta (https://solothought.com)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.13.10",
Expand All @@ -59,11 +59,11 @@
},
"typings": "src/fxp.d.ts",
"funding": [{
"type": "paypal",
"url": "https://paypal.me/naturalintelligence"
},{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
},{
"type": "paypal",
"url": "https://paypal.me/naturalintelligence"
}],
"dependencies": {
"strnum": "^1.0.5"
Expand Down

0 comments on commit fa5a733

Please sign in to comment.