|
@@ -1,12 +1,12 @@
|
|
|
{
|
|
|
"name": "@esotericsoftware/spine-ts",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"lockfileVersion": 3,
|
|
|
"requires": true,
|
|
|
"packages": {
|
|
|
"": {
|
|
|
"name": "@esotericsoftware/spine-ts",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"license": "LicenseRef-LICENSE",
|
|
|
"workspaces": [
|
|
|
"spine-core",
|
|
@@ -423,47 +423,47 @@
|
|
|
"link": true
|
|
|
},
|
|
|
"node_modules/@pixi/assets": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/assets/-/assets-7.2.4.tgz",
|
|
|
- "integrity": "sha512-7199re3wvMAlVqXLaCyAr8IkJSXqkeVAxcYyB2rBu4Id5m2hhlGX1dQsdMBiCXLwu6/LLVqDvJggSNVQBzL6ZQ==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/assets/-/assets-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-eIbvOMFwWKRUuOrFwTy9UDVrAY95o5OlwOHnxAmeYhn6VTchua/oAeeaAYJyJqjyw+ONFsLWE1cFX6uEKHM2Sw==",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"@types/css-font-loading-module": "^0.0.7"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "@pixi/core": "7.2.4",
|
|
|
- "@pixi/utils": "7.2.4"
|
|
|
+ "@pixi/core": "7.3.0",
|
|
|
+ "@pixi/utils": "7.3.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/color": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/color/-/color-7.2.4.tgz",
|
|
|
- "integrity": "sha512-B/+9JRcXe2uE8wQfsueFRPZVayF2VEMRB7XGeRAsWCryOX19nmWhv0Nt3nOU2rvzI0niz9XgugJXsB6vVmDFSg==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/color/-/color-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-qwgsP+cQhw0QjvouvAslpJ3g7DUMwKLUrXF6Nv+G4GhgVC2Z03CsCfWgUxLxKPD3WadB6FacdRIGx6o2TywB+A==",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"colord": "^2.9.3"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/constants": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/constants/-/constants-7.2.4.tgz",
|
|
|
- "integrity": "sha512-hKuHBWR6N4Q0Sf5MGF3/9l+POg/G5rqhueHfzofiuelnKg7aBs3BVjjZ+6hZbd6M++vOUmxYelEX/NEFBxrheA==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/constants/-/constants-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-zRBX5RAxm14zs7/sse/eXSrFzbv2XPEJwj2fQga+4hI7tAsXazYgGFl3CMlDET5mW9rXUSxROE0dvnLe9DcYRQ==",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/@pixi/core": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/core/-/core-7.2.4.tgz",
|
|
|
- "integrity": "sha512-0XtvrfxHlS2T+beBBSpo7GI8+QLyyTqMVQpNmPqB4woYxzrOEJ9JaUFBaBfCvycLeUkfVih1u6HAbtF+2d1EjQ==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/core/-/core-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-ZgFdlqOZfijfgvWMi6ZuQey2m3U+ik8GUD7MsLn96Gtg7UQGwmcEsEB2MZ7f7TUoLkMAOlxb0aXEHzdV/+v1zg==",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
- "@pixi/color": "7.2.4",
|
|
|
- "@pixi/constants": "7.2.4",
|
|
|
- "@pixi/extensions": "7.2.4",
|
|
|
- "@pixi/math": "7.2.4",
|
|
|
- "@pixi/runner": "7.2.4",
|
|
|
- "@pixi/settings": "7.2.4",
|
|
|
- "@pixi/ticker": "7.2.4",
|
|
|
- "@pixi/utils": "7.2.4",
|
|
|
+ "@pixi/color": "7.3.0",
|
|
|
+ "@pixi/constants": "7.3.0",
|
|
|
+ "@pixi/extensions": "7.3.0",
|
|
|
+ "@pixi/math": "7.3.0",
|
|
|
+ "@pixi/runner": "7.3.0",
|
|
|
+ "@pixi/settings": "7.3.0",
|
|
|
+ "@pixi/ticker": "7.3.0",
|
|
|
+ "@pixi/utils": "7.3.0",
|
|
|
"@types/offscreencanvas": "^2019.6.4"
|
|
|
},
|
|
|
"funding": {
|
|
@@ -472,104 +472,104 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/display": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/display/-/display-7.2.4.tgz",
|
|
|
- "integrity": "sha512-w5tqb8cWEO5qIDaO9GEqRvxYhL0iMk0Wsngw23bbLm1gLEQmrFkB2tpJlRAqd7H82C3DrDDeWvkrrxW6+m4apg==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/display/-/display-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-YQJZEcQo/0BIhvAaKrG68w01HYhPMwyPLj0Rvw30J4sW4uer/vf50IEAkM80rdQIUowqjUvatUYRW/r+owomXg==",
|
|
|
"peer": true,
|
|
|
"peerDependencies": {
|
|
|
- "@pixi/core": "7.2.4"
|
|
|
+ "@pixi/core": "7.3.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/extensions": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/extensions/-/extensions-7.2.4.tgz",
|
|
|
- "integrity": "sha512-Mnqv9scbL1ARD3QFKfOWs2aSVJJfP1dL8g5UiqGImYO3rZbz/9QCzXOeMVIZ5n3iaRyKMNhFFr84/zUja2H7Dw==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/extensions/-/extensions-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-kr0nia7yvPLIXqBeOKLUXcOoxRG5yCxIPUtXvsFSrrmJvqsXsyg4l9cH0CS/I9yTb67/ks5wjzieUdwNf8pfTg==",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/@pixi/graphics": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/graphics/-/graphics-7.2.4.tgz",
|
|
|
- "integrity": "sha512-3A2EumTjWJgXlDLOyuBrl9b6v1Za/E+/IjOGUIX843HH4NYaf1a2sfDfljx6r3oiDvy+VhuBFmgynRcV5IyA0Q==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/graphics/-/graphics-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-+5yyv8z4sZDxvdyYbGn/DeR1EdSD+ieXf9N3BS2puoxmrM5blMUzZCoY4vFCeF+r59VpB0ildYl3APzwMdRCLw==",
|
|
|
"peer": true,
|
|
|
"peerDependencies": {
|
|
|
- "@pixi/core": "7.2.4",
|
|
|
- "@pixi/display": "7.2.4",
|
|
|
- "@pixi/sprite": "7.2.4"
|
|
|
+ "@pixi/core": "7.3.0",
|
|
|
+ "@pixi/display": "7.3.0",
|
|
|
+ "@pixi/sprite": "7.3.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/math": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/math/-/math-7.2.4.tgz",
|
|
|
- "integrity": "sha512-LJB+mozyEPllxa0EssFZrKNfVwysfaBun4b2dJKQQInp0DafgbA0j7A+WVg0oe51KhFULTJMpDqbLn/ITFc41A==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/math/-/math-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-3gM1MffXlDM8bFNl+D1ndq4W1Gn7quRvxbAZ9RUp7Zvoqcud/0c/VcxngM2st+IXeFf8htlKxytkotMKk5gQxA==",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/@pixi/mesh": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/mesh/-/mesh-7.2.4.tgz",
|
|
|
- "integrity": "sha512-wiALIqcRKib2BqeH9kOA5fOKWN352nqAspgbDa8gA7OyWzmNwqIedIlElixd0oLFOrIN5jOZAdzeKnoYQlt9Aw==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/mesh/-/mesh-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-TZqYmWiONuIIFzt+XL1+lnUFMHhiyJUyT5pNcW/mB1Kfg9vGIebgNbml+Ut6Rghe6B1ntereRyCyEpr+hLbbWg==",
|
|
|
"peer": true,
|
|
|
"peerDependencies": {
|
|
|
- "@pixi/core": "7.2.4",
|
|
|
- "@pixi/display": "7.2.4"
|
|
|
+ "@pixi/core": "7.3.0",
|
|
|
+ "@pixi/display": "7.3.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/runner": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/runner/-/runner-7.2.4.tgz",
|
|
|
- "integrity": "sha512-YtyqPk1LA+0guEFKSFx6t/YSvbEQwajFwi4Ft8iDhioa6VK2MmTir1GjWwy7JQYLcDmYSAcQjnmFtVTZohyYSw==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/runner/-/runner-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-U0qQk5yhZcCYQVm444IO604aoe1TivQjKeaAYaEpxNyEbSJ2/rEIQEttrnw6JXnm6a0ycI8iBtweDthnpyatqA==",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/@pixi/settings": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/settings/-/settings-7.2.4.tgz",
|
|
|
- "integrity": "sha512-ZPKRar9EwibijGmH8EViu4Greq1I/O7V/xQx2rNqN23XA7g09Qo6yfaeQpufu5xl8+/lZrjuHtQSnuY7OgG1CA==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/settings/-/settings-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-x8Tms/DBnedbJBjkP4VHqyBckqXqJnoAfoayqEcFrqNDQa+1qkr1UnyPj3l4eiEPhY8cEUBz1wSZnhM7R4XcDw==",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
- "@pixi/constants": "7.2.4",
|
|
|
+ "@pixi/constants": "7.3.0",
|
|
|
"@types/css-font-loading-module": "^0.0.7",
|
|
|
"ismobilejs": "^1.1.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/sprite": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/sprite/-/sprite-7.2.4.tgz",
|
|
|
- "integrity": "sha512-DhR1B+/d0eXpxHIesJMXcVPrKFwQ+zRA1LvEIFfzewqfaRN3X6PMIuoKX8SIb6tl+Hq8Ba9Pe28zI7d2rmRzrA==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/sprite/-/sprite-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-3hJveyaxJ9jmZiyOo/Wfmh0Lje7eElF0FoqPl9mfNCXz1TKHSmWqHste+1LimqnThTiUhruJqwUq8h5o1DKLuw==",
|
|
|
"peer": true,
|
|
|
"peerDependencies": {
|
|
|
- "@pixi/core": "7.2.4",
|
|
|
- "@pixi/display": "7.2.4"
|
|
|
+ "@pixi/core": "7.3.0",
|
|
|
+ "@pixi/display": "7.3.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/text": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/text/-/text-7.2.4.tgz",
|
|
|
- "integrity": "sha512-DGu7ktpe+zHhqR2sG9NsJt4mgvSObv5EqXTtUxD4Z0li1gmqF7uktpLyn5I6vSg1TTEL4TECClRDClVDGiykWw==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/text/-/text-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-oShmP5CvATLJecK54i2YqwzKAkx8VRgpPqXk3m/gWvF+cs9i9AqCMV3sO5J6xdcCnc+Zb61hjX07J39+QxDqWg==",
|
|
|
"peer": true,
|
|
|
"peerDependencies": {
|
|
|
- "@pixi/core": "7.2.4",
|
|
|
- "@pixi/sprite": "7.2.4"
|
|
|
+ "@pixi/core": "7.3.0",
|
|
|
+ "@pixi/sprite": "7.3.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/ticker": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/ticker/-/ticker-7.2.4.tgz",
|
|
|
- "integrity": "sha512-hQQHIHvGeFsP4GNezZqjzuhUgNQEVgCH9+qU05UX1Mc5UHC9l6OJnY4VTVhhcHxZjA6RnyaY+1zBxCnoXuazpg==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/ticker/-/ticker-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-F77FpONHOn5JkZRMHUM8bXLLIG+Czve7zxOqb1Mk57QHLADhcHP88Kj2eYu9E7zJu4Flx51nyTdmVWQgQXW96g==",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
- "@pixi/extensions": "7.2.4",
|
|
|
- "@pixi/settings": "7.2.4",
|
|
|
- "@pixi/utils": "7.2.4"
|
|
|
+ "@pixi/extensions": "7.3.0",
|
|
|
+ "@pixi/settings": "7.3.0",
|
|
|
+ "@pixi/utils": "7.3.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@pixi/utils": {
|
|
|
- "version": "7.2.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@pixi/utils/-/utils-7.2.4.tgz",
|
|
|
- "integrity": "sha512-VUGQHBOINIS4ePzoqafwxaGPVRTa3oM/mEutIIHbNGI3b+QvSO+1Dnk40M0zcH6Bo+MxQZbOZK5X/wO9oU5+LQ==",
|
|
|
+ "version": "7.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@pixi/utils/-/utils-7.3.0.tgz",
|
|
|
+ "integrity": "sha512-syUi0UuJslUAs3PkZKycliND1Fs0cX3c+s2YyVTiRRRvuM81LvjrG/1AqKFhNaav7oYapBOQBWjgzBGv3wmM/A==",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
- "@pixi/color": "7.2.4",
|
|
|
- "@pixi/constants": "7.2.4",
|
|
|
- "@pixi/settings": "7.2.4",
|
|
|
+ "@pixi/color": "7.3.0",
|
|
|
+ "@pixi/constants": "7.3.0",
|
|
|
+ "@pixi/settings": "7.3.0",
|
|
|
"@types/earcut": "^2.1.0",
|
|
|
"earcut": "^2.2.4",
|
|
|
"eventemitter3": "^4.0.0",
|
|
@@ -3590,9 +3590,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/url": {
|
|
|
- "version": "0.11.2",
|
|
|
- "resolved": "https://registry.npmjs.org/url/-/url-0.11.2.tgz",
|
|
|
- "integrity": "sha512-7yIgNnrST44S7PJ5+jXbdIupfU1nWUdQJBFBeJRclPXiWgCvrSq5Frw8lr/i//n5sqDfzoKmBymMS81l4U/7cg==",
|
|
|
+ "version": "0.11.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz",
|
|
|
+ "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"punycode": "^1.4.1",
|
|
@@ -3735,33 +3735,33 @@
|
|
|
},
|
|
|
"spine-canvas": {
|
|
|
"name": "@esotericsoftware/spine-canvas",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"license": "LicenseRef-LICENSE",
|
|
|
"dependencies": {
|
|
|
- "@esotericsoftware/spine-core": "4.1.41"
|
|
|
+ "@esotericsoftware/spine-core": "4.1.42"
|
|
|
}
|
|
|
},
|
|
|
"spine-core": {
|
|
|
"name": "@esotericsoftware/spine-core",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"license": "LicenseRef-LICENSE"
|
|
|
},
|
|
|
"spine-phaser": {
|
|
|
"name": "@esotericsoftware/spine-phaser",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"license": "LicenseRef-LICENSE",
|
|
|
"dependencies": {
|
|
|
- "@esotericsoftware/spine-canvas": "4.1.41",
|
|
|
- "@esotericsoftware/spine-core": "4.1.41",
|
|
|
- "@esotericsoftware/spine-webgl": "4.1.41"
|
|
|
+ "@esotericsoftware/spine-canvas": "4.1.42",
|
|
|
+ "@esotericsoftware/spine-core": "4.1.42",
|
|
|
+ "@esotericsoftware/spine-webgl": "4.1.42"
|
|
|
}
|
|
|
},
|
|
|
"spine-pixi": {
|
|
|
"name": "@esotericsoftware/spine-pixi",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"license": "LicenseRef-LICENSE",
|
|
|
"dependencies": {
|
|
|
- "@esotericsoftware/spine-core": "4.1.41"
|
|
|
+ "@esotericsoftware/spine-core": "4.1.42"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"@pixi/assets": "^7.2.4",
|
|
@@ -3774,26 +3774,26 @@
|
|
|
},
|
|
|
"spine-player": {
|
|
|
"name": "@esotericsoftware/spine-player",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"license": "LicenseRef-LICENSE",
|
|
|
"dependencies": {
|
|
|
- "@esotericsoftware/spine-webgl": "4.1.41"
|
|
|
+ "@esotericsoftware/spine-webgl": "4.1.42"
|
|
|
}
|
|
|
},
|
|
|
"spine-threejs": {
|
|
|
"name": "@esotericsoftware/spine-threejs",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"license": "LicenseRef-LICENSE",
|
|
|
"dependencies": {
|
|
|
- "@esotericsoftware/spine-core": "4.1.41"
|
|
|
+ "@esotericsoftware/spine-core": "4.1.42"
|
|
|
}
|
|
|
},
|
|
|
"spine-webgl": {
|
|
|
"name": "@esotericsoftware/spine-webgl",
|
|
|
- "version": "4.1.41",
|
|
|
+ "version": "4.1.42",
|
|
|
"license": "LicenseRef-LICENSE",
|
|
|
"dependencies": {
|
|
|
- "@esotericsoftware/spine-core": "4.1.41"
|
|
|
+ "@esotericsoftware/spine-core": "4.1.42"
|
|
|
}
|
|
|
}
|
|
|
}
|