@depup/fast-xml-parser 5.5.7-depup.0 → 5.5.7-depup.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.
- package/README.md +3 -2
- package/changes.json +6 -2
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -14,14 +14,15 @@ npm install @depup/fast-xml-parser
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [fast-xml-parser](https://www.npmjs.com/package/fast-xml-parser) @ 5.5.7 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-20 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 2 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| path-expression-matcher | ^1.1.3 | ^1.2.0 |
|
|
25
26
|
| strnum | ^2.2.0 | ^2.2.1 |
|
|
26
27
|
|
|
27
28
|
---
|
package/changes.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"path-expression-matcher": {
|
|
4
|
+
"from": "^1.1.3",
|
|
5
|
+
"to": "^1.2.0"
|
|
6
|
+
},
|
|
3
7
|
"strnum": {
|
|
4
8
|
"from": "^2.2.0",
|
|
5
9
|
"to": "^2.2.1"
|
|
6
10
|
}
|
|
7
11
|
},
|
|
8
|
-
"timestamp": "2026-03-
|
|
9
|
-
"totalUpdated":
|
|
12
|
+
"timestamp": "2026-03-20T04:40:14.113Z",
|
|
13
|
+
"totalUpdated": 2
|
|
10
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/fast-xml-parser",
|
|
3
|
-
"version": "5.5.7-depup.
|
|
3
|
+
"version": "5.5.7-depup.1",
|
|
4
4
|
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries (with updated dependencies)",
|
|
5
5
|
"main": "./lib/fxp.cjs",
|
|
6
6
|
"type": "module",
|
|
@@ -95,20 +95,24 @@
|
|
|
95
95
|
],
|
|
96
96
|
"dependencies": {
|
|
97
97
|
"fast-xml-builder": "^1.1.4",
|
|
98
|
-
"path-expression-matcher": "^1.
|
|
98
|
+
"path-expression-matcher": "^1.2.0",
|
|
99
99
|
"strnum": "^2.2.1"
|
|
100
100
|
},
|
|
101
101
|
"depup": {
|
|
102
102
|
"changes": {
|
|
103
|
+
"path-expression-matcher": {
|
|
104
|
+
"from": "^1.1.3",
|
|
105
|
+
"to": "^1.2.0"
|
|
106
|
+
},
|
|
103
107
|
"strnum": {
|
|
104
108
|
"from": "^2.2.0",
|
|
105
109
|
"to": "^2.2.1"
|
|
106
110
|
}
|
|
107
111
|
},
|
|
108
|
-
"depsUpdated":
|
|
112
|
+
"depsUpdated": 2,
|
|
109
113
|
"originalPackage": "fast-xml-parser",
|
|
110
114
|
"originalVersion": "5.5.7",
|
|
111
|
-
"processedAt": "2026-03-
|
|
115
|
+
"processedAt": "2026-03-20T04:40:23.728Z",
|
|
112
116
|
"smokeTest": "passed"
|
|
113
117
|
}
|
|
114
118
|
}
|