@depup/pixi.js 8.17.1-depup.1 → 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 +2 -2
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ 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
19
|
| Deps updated | 3 |
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ npm install @depup/pixi.js
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| @xmldom/xmldom | ^0.8.11 | ^0.9.9 |
|
|
26
26
|
| eventemitter3 | ^5.0.1 | ^5.0.4 |
|
|
27
|
-
| tiny-lru | ^11.4.7 | ^
|
|
27
|
+
| tiny-lru | ^11.4.7 | ^13.0.0 |
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
package/changes.json
CHANGED
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",
|
|
@@ -59,7 +59,7 @@
|
|
|
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",
|
|
@@ -431,13 +431,13 @@
|
|
|
431
431
|
},
|
|
432
432
|
"tiny-lru": {
|
|
433
433
|
"from": "^11.4.7",
|
|
434
|
-
"to": "^
|
|
434
|
+
"to": "^13.0.0"
|
|
435
435
|
}
|
|
436
436
|
},
|
|
437
437
|
"depsUpdated": 3,
|
|
438
438
|
"originalPackage": "pixi.js",
|
|
439
439
|
"originalVersion": "8.17.1",
|
|
440
|
-
"processedAt": "2026-03-
|
|
440
|
+
"processedAt": "2026-03-30T00:44:21.924Z",
|
|
441
441
|
"smokeTest": "failed"
|
|
442
442
|
}
|
|
443
443
|
}
|