[ts] Release 4.2.87

This commit is contained in:
Davide Tantillo 2025-07-18 11:27:23 +02:00
parent 0f91c7554b
commit e2cf38a46d
13 changed files with 107 additions and 101 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.2.86",
"version": "4.2.87",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -32,18 +32,17 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.27.0",
"version": "7.27.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz",
"integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@esbuild/darwin-arm64": {
"version": "0.25.4",
"version": "0.25.6",
"cpu": [
"arm64"
],
@ -443,18 +442,6 @@
"node": ">=8"
}
},
"node_modules/alive-server/node_modules/fsevents": {
"version": "2.3.3",
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/alive-server/node_modules/glob-parent": {
"version": "5.1.2",
"dev": true,
@ -734,6 +721,8 @@
},
"node_modules/concurrently": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz",
"integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -844,6 +833,8 @@
},
"node_modules/date-fns": {
"version": "2.30.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -959,7 +950,7 @@
}
},
"node_modules/esbuild": {
"version": "0.25.4",
"version": "0.25.6",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@ -970,31 +961,32 @@
"node": ">=18"
},
"optionalDependencies": {
"@esbuild/aix-ppc64": "0.25.4",
"@esbuild/android-arm": "0.25.4",
"@esbuild/android-arm64": "0.25.4",
"@esbuild/android-x64": "0.25.4",
"@esbuild/darwin-arm64": "0.25.4",
"@esbuild/darwin-x64": "0.25.4",
"@esbuild/freebsd-arm64": "0.25.4",
"@esbuild/freebsd-x64": "0.25.4",
"@esbuild/linux-arm": "0.25.4",
"@esbuild/linux-arm64": "0.25.4",
"@esbuild/linux-ia32": "0.25.4",
"@esbuild/linux-loong64": "0.25.4",
"@esbuild/linux-mips64el": "0.25.4",
"@esbuild/linux-ppc64": "0.25.4",
"@esbuild/linux-riscv64": "0.25.4",
"@esbuild/linux-s390x": "0.25.4",
"@esbuild/linux-x64": "0.25.4",
"@esbuild/netbsd-arm64": "0.25.4",
"@esbuild/netbsd-x64": "0.25.4",
"@esbuild/openbsd-arm64": "0.25.4",
"@esbuild/openbsd-x64": "0.25.4",
"@esbuild/sunos-x64": "0.25.4",
"@esbuild/win32-arm64": "0.25.4",
"@esbuild/win32-ia32": "0.25.4",
"@esbuild/win32-x64": "0.25.4"
"@esbuild/aix-ppc64": "0.25.6",
"@esbuild/android-arm": "0.25.6",
"@esbuild/android-arm64": "0.25.6",
"@esbuild/android-x64": "0.25.6",
"@esbuild/darwin-arm64": "0.25.6",
"@esbuild/darwin-x64": "0.25.6",
"@esbuild/freebsd-arm64": "0.25.6",
"@esbuild/freebsd-x64": "0.25.6",
"@esbuild/linux-arm": "0.25.6",
"@esbuild/linux-arm64": "0.25.6",
"@esbuild/linux-ia32": "0.25.6",
"@esbuild/linux-loong64": "0.25.6",
"@esbuild/linux-mips64el": "0.25.6",
"@esbuild/linux-ppc64": "0.25.6",
"@esbuild/linux-riscv64": "0.25.6",
"@esbuild/linux-s390x": "0.25.6",
"@esbuild/linux-x64": "0.25.6",
"@esbuild/netbsd-arm64": "0.25.6",
"@esbuild/netbsd-x64": "0.25.6",
"@esbuild/openbsd-arm64": "0.25.6",
"@esbuild/openbsd-x64": "0.25.6",
"@esbuild/openharmony-arm64": "0.25.6",
"@esbuild/sunos-x64": "0.25.6",
"@esbuild/win32-arm64": "0.25.6",
"@esbuild/win32-ia32": "0.25.6",
"@esbuild/win32-x64": "0.25.6"
}
},
"node_modules/escalade": {
@ -1074,6 +1066,18 @@
"dev": true,
"license": "ISC"
},
"node_modules/fsevents": {
"version": "2.3.3",
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.2",
"license": "MIT",
@ -1626,11 +1630,6 @@
"string_decoder": "~0.10.x"
}
},
"node_modules/regenerator-runtime": {
"version": "0.14.1",
"dev": true,
"license": "MIT"
},
"node_modules/require-directory": {
"version": "2.1.1",
"dev": true,
@ -1641,6 +1640,9 @@
},
"node_modules/rimraf": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"deprecated": "Rimraf versions prior to v4 are no longer supported",
"dev": true,
"license": "ISC",
"dependencies": {
@ -1848,6 +1850,8 @@
},
"node_modules/spawn-command": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2.tgz",
"integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==",
"dev": true
},
"node_modules/statuses": {
@ -1970,6 +1974,8 @@
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@ -2124,18 +2130,18 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
}
},
"spine-canvaskit": {
"name": "@esotericsoftware/spine-canvaskit",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86",
"@esotericsoftware/spine-core": "4.2.87",
"canvaskit-wasm": "0.39.1"
},
"devDependencies": {
@ -2145,17 +2151,17 @@
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE"
},
"spine-phaser-v3": {
"name": "@esotericsoftware/spine-phaser-v3",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.2.86",
"@esotericsoftware/spine-core": "4.2.86",
"@esotericsoftware/spine-webgl": "4.2.86"
"@esotericsoftware/spine-canvas": "4.2.87",
"@esotericsoftware/spine-core": "4.2.87",
"@esotericsoftware/spine-webgl": "4.2.87"
},
"devDependencies": {
"phaser": "^3.60.0"
@ -2179,12 +2185,12 @@
},
"spine-phaser-v4": {
"name": "@esotericsoftware/spine-phaser-v4",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.2.86",
"@esotericsoftware/spine-core": "4.2.86",
"@esotericsoftware/spine-webgl": "4.2.86"
"@esotericsoftware/spine-canvas": "4.2.87",
"@esotericsoftware/spine-core": "4.2.87",
"@esotericsoftware/spine-webgl": "4.2.87"
},
"devDependencies": {
"phaser": "^4.0.0-rc.1"
@ -2195,10 +2201,10 @@
},
"spine-pixi-v7": {
"name": "@esotericsoftware/spine-pixi-v7",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -2212,10 +2218,10 @@
},
"spine-pixi-v8": {
"name": "@esotericsoftware/spine-pixi-v8",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
},
"peerDependencies": {
"pixi.js": "^8.4.0"
@ -2223,18 +2229,18 @@
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.86"
"@esotericsoftware/spine-webgl": "4.2.87"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
},
"devDependencies": {
"@types/three": "0.162.0"
@ -2245,18 +2251,18 @@
},
"spine-webcomponents": {
"name": "@esotericsoftware/spine-webcomponents",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.86"
"@esotericsoftware/spine-webgl": "4.2.87"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.86",
"version": "4.2.87",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the web.",
"type": "module",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvaskit",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for CanvasKit for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,7 +31,7 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86",
"@esotericsoftware/spine-core": "4.2.87",
"canvaskit-wasm": "0.39.1"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-phaser-v3",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the Phaser v3.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,9 +31,9 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.2.86",
"@esotericsoftware/spine-core": "4.2.86",
"@esotericsoftware/spine-webgl": "4.2.86"
"@esotericsoftware/spine-canvas": "4.2.87",
"@esotericsoftware/spine-core": "4.2.87",
"@esotericsoftware/spine-webgl": "4.2.87"
},
"devDependencies": {
"phaser": "^3.60.0"

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-phaser-v4",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the Phaser v4.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,9 +31,9 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.2.86",
"@esotericsoftware/spine-core": "4.2.86",
"@esotericsoftware/spine-webgl": "4.2.86"
"@esotericsoftware/spine-canvas": "4.2.87",
"@esotericsoftware/spine-core": "4.2.87",
"@esotericsoftware/spine-webgl": "4.2.87"
},
"devDependencies": {
"phaser": "^4.0.0-rc.1"

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-pixi-v7",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the web PixiJS v7.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,7 +31,7 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
},
"peerDependencies": {
"@pixi/core": "^7.2.4",

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-pixi-v8",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for PixiJS v8.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,7 +31,7 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
},
"peerDependencies": {
"pixi.js": "^8.4.0"

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.86"
"@esotericsoftware/spine-webgl": "4.2.87"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,7 +31,7 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
},
"devDependencies": {
"@types/three": "0.162.0"

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webcomponents",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine webcomponents.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.86"
"@esotericsoftware/spine-webgl": "4.2.87"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.86",
"version": "4.2.87",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.86"
"@esotericsoftware/spine-core": "4.2.87"
}
}