p3x-xml2json 2023.10.127 → 2023.10.133
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.
- package/LICENSE +1 -1
- package/README.md +5 -6
- package/package.json +6 -6
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
[//]: #@corifeus-header
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/p3x-xml2json/)
|
|
3
|
+
[](https://www.npmjs.com/package/p3x-xml2json/)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
[](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) [](https://stats.uptimerobot.com/9ggnzcWrw)
|
|
7
|
+
[](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) [](https://stats.uptimerobot.com/9ggnzcWrw)
|
|
9
8
|
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
|
|
13
12
|
|
|
14
|
-
# Converts xml to json and vice-versa, using node-expat v2023.10.
|
|
13
|
+
# Converts xml to json and vice-versa, using node-expat v2023.10.133
|
|
15
14
|
|
|
16
15
|
|
|
17
16
|
|
|
@@ -25,7 +24,7 @@
|
|
|
25
24
|
### Built on NodeJs version
|
|
26
25
|
|
|
27
26
|
```txt
|
|
28
|
-
v20.5.
|
|
27
|
+
v20.5.1
|
|
29
28
|
```
|
|
30
29
|
|
|
31
30
|
|
|
@@ -158,7 +157,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
|
|
|
158
157
|
|
|
159
158
|
---
|
|
160
159
|
|
|
161
|
-
[**P3X-XML2JSON**](https://corifeus.com/xml2json) Build v2023.10.
|
|
160
|
+
[**P3X-XML2JSON**](https://corifeus.com/xml2json) Build v2023.10.133
|
|
162
161
|
|
|
163
162
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
164
163
|
|
package/package.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"publish": true,
|
|
6
6
|
"type": "p3x",
|
|
7
7
|
"code": "Done",
|
|
8
|
-
"nodejs": "v20.5.
|
|
8
|
+
"nodejs": "v20.5.1",
|
|
9
9
|
"opencollective": false,
|
|
10
10
|
"reponame": "xml2json",
|
|
11
11
|
"build": true
|
|
12
12
|
},
|
|
13
|
-
"version": "2023.10.
|
|
13
|
+
"version": "2023.10.133",
|
|
14
14
|
"description": "Converts xml to json and vice-versa, using node-expat",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"test": "grunt && lab -I globalThis --a @hapi/code -v -t 93 test/test.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@hapi/hoek": "^11.0.
|
|
26
|
-
"joi": "^17.
|
|
27
|
-
"nan": "^2.
|
|
25
|
+
"@hapi/hoek": "^11.0.4",
|
|
26
|
+
"joi": "^17.11.0",
|
|
27
|
+
"nan": "^2.18.0",
|
|
28
28
|
"node-expat": "^2.4.0"
|
|
29
29
|
},
|
|
30
30
|
"bin": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@hapi/code": "^9.0.3",
|
|
35
35
|
"@hapi/lab": "^25.1.3",
|
|
36
|
-
"corifeus-builder": "^2023.10.
|
|
36
|
+
"corifeus-builder": "^2023.10.142"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=12.13.0"
|