p3x-xml2json 2025.4.118 → 2025.4.123

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/README.md +5 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  [//]: #@corifeus-header
2
2
 
3
- [![NPM](https://img.shields.io/npm/v/p3x-xml2json.svg)](https://www.npmjs.com/package/p3x-xml2json) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://paypal.me/patrikx3) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Corifeus @ Facebook](https://img.shields.io/badge/Facebook-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Uptime ratio (90 days)](https://network.corifeus.com/public/api/uptime-shield/31ad7a5c194347c33e5445dbaf8.svg)](https://network.corifeus.com/status/31ad7a5c194347c33e5445dbaf8)
3
+ [![NPM](https://img.shields.io/npm/v/p3x-xml2json.svg)](https://www.npmjs.com/package/p3x-xml2json) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://paypal.me/patrikx3) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Corifeus @ Facebook](https://img.shields.io/badge/Facebook-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Uptime ratio (90 days)](https://network.corifeus.com/public/api/uptime-shield/31ad7a5c194347c33e5445dbaf8.svg)](https://network.corifeus.com/status/31ad7a5c194347c33e5445dbaf8)
4
4
 
5
5
 
6
6
 
7
7
 
8
8
 
9
- # 🔁 Converts xml to json and vice-versa, using node-expat v2025.4.118
9
+ # 🔁 Converts xml to json and vice-versa, using node-expat v2025.4.123
10
10
 
11
11
 
12
12
 
@@ -22,7 +22,7 @@
22
22
  ### 🛠️ Built on NodeJs version
23
23
 
24
24
  ```txt
25
- v22.13.0
25
+ v22.16.0
26
26
  ```
27
27
 
28
28
 
@@ -185,10 +185,9 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
185
185
  ---
186
186
 
187
187
 
188
- [**P3X-XML2JSON**](https://corifeus.com/xml2json) Build v2025.4.118
189
-
190
- [![NPM](https://img.shields.io/npm/v/p3x-xml2json.svg)](https://www.npmjs.com/package/p3x-xml2json) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
188
+ [**P3X-XML2JSON**](https://corifeus.com/xml2json) Build v2025.4.123
191
189
 
190
+ [![NPM](https://img.shields.io/npm/v/p3x-xml2json.svg)](https://www.npmjs.com/package/p3x-xml2json) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
192
191
 
193
192
 
194
193
 
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "publish": true,
6
6
  "type": "p3x",
7
7
  "code": "Done",
8
- "nodejs": "v22.13.0",
8
+ "nodejs": "v22.16.0",
9
9
  "opencollective": false,
10
10
  "reponame": "xml2json",
11
11
  "build": true
12
12
  },
13
- "version": "2025.4.118",
13
+ "version": "2025.4.123",
14
14
  "description": "🔁 Converts xml to json and vice-versa, using node-expat",
15
15
  "repository": {
16
16
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@hapi/hoek": "^11.0.7",
26
26
  "joi": "^17.13.3",
27
- "nan": "^2.22.0",
27
+ "nan": "^2.22.2",
28
28
  "node-expat": "^2.4.1"
29
29
  },
30
30
  "bin": {
@@ -33,7 +33,7 @@
33
33
  "devDependencies": {
34
34
  "@hapi/code": "^9.0.3",
35
35
  "@hapi/lab": "^26.0.0",
36
- "corifeus-builder": "^2025.4.128"
36
+ "corifeus-builder": "^2025.4.135"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=12.13.0"