@depup/pixi.js 8.17.1-depup.0 → 8.17.1-depup.2
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 +4 -2
- package/changes.json +10 -2
- package/package.json +13 -5
package/README.md
CHANGED
|
@@ -14,15 +14,17 @@ npm install @depup/pixi.js
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [pixi.js](https://www.npmjs.com/package/pixi.js) @ 8.17.1 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-30 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 3 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| @xmldom/xmldom | ^0.8.11 | ^0.9.9 |
|
|
25
26
|
| eventemitter3 | ^5.0.1 | ^5.0.4 |
|
|
27
|
+
| tiny-lru | ^11.4.7 | ^13.0.0 |
|
|
26
28
|
|
|
27
29
|
---
|
|
28
30
|
|
package/changes.json
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@xmldom/xmldom": {
|
|
4
|
+
"from": "^0.8.11",
|
|
5
|
+
"to": "^0.9.9"
|
|
6
|
+
},
|
|
3
7
|
"eventemitter3": {
|
|
4
8
|
"from": "^5.0.1",
|
|
5
9
|
"to": "^5.0.4"
|
|
10
|
+
},
|
|
11
|
+
"tiny-lru": {
|
|
12
|
+
"from": "^11.4.7",
|
|
13
|
+
"to": "^13.0.0"
|
|
6
14
|
}
|
|
7
15
|
},
|
|
8
|
-
"timestamp": "2026-03-
|
|
9
|
-
"totalUpdated":
|
|
16
|
+
"timestamp": "2026-03-30T00:44:02.064Z",
|
|
17
|
+
"totalUpdated": 3
|
|
10
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/pixi.js",
|
|
3
|
-
"version": "8.17.1-depup.
|
|
3
|
+
"version": "8.17.1-depup.2",
|
|
4
4
|
"author": "PixiJS Team",
|
|
5
5
|
"homepage": "http://pixijs.com/",
|
|
6
6
|
"bugs": "https://github.com/pixijs/pixijs/issues",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"@pixi/colord": "^2.9.6",
|
|
54
54
|
"@types/earcut": "^3.0.0",
|
|
55
55
|
"@webgpu/types": "^0.1.69",
|
|
56
|
-
"@xmldom/xmldom": "^0.
|
|
56
|
+
"@xmldom/xmldom": "^0.9.9",
|
|
57
57
|
"earcut": "^3.0.2",
|
|
58
58
|
"eventemitter3": "^5.0.4",
|
|
59
59
|
"gifuct-js": "^2.1.2",
|
|
60
60
|
"ismobilejs": "^1.1.1",
|
|
61
61
|
"parse-svg-path": "^0.1.2",
|
|
62
|
-
"tiny-lru": "^
|
|
62
|
+
"tiny-lru": "^13.0.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@babel/core": "7.28.6",
|
|
@@ -421,15 +421,23 @@
|
|
|
421
421
|
],
|
|
422
422
|
"depup": {
|
|
423
423
|
"changes": {
|
|
424
|
+
"@xmldom/xmldom": {
|
|
425
|
+
"from": "^0.8.11",
|
|
426
|
+
"to": "^0.9.9"
|
|
427
|
+
},
|
|
424
428
|
"eventemitter3": {
|
|
425
429
|
"from": "^5.0.1",
|
|
426
430
|
"to": "^5.0.4"
|
|
431
|
+
},
|
|
432
|
+
"tiny-lru": {
|
|
433
|
+
"from": "^11.4.7",
|
|
434
|
+
"to": "^13.0.0"
|
|
427
435
|
}
|
|
428
436
|
},
|
|
429
|
-
"depsUpdated":
|
|
437
|
+
"depsUpdated": 3,
|
|
430
438
|
"originalPackage": "pixi.js",
|
|
431
439
|
"originalVersion": "8.17.1",
|
|
432
|
-
"processedAt": "2026-03-
|
|
440
|
+
"processedAt": "2026-03-30T00:44:21.924Z",
|
|
433
441
|
"smokeTest": "failed"
|
|
434
442
|
}
|
|
435
443
|
}
|