[ts] Release 4.1.53

This commit is contained in:
Davide Tantillo 2024-09-25 10:00:23 +02:00
parent 17aaef86b5
commit b63da877d4
9 changed files with 37 additions and 37 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.52",
"version": "4.1.53",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.1.52",
"version": "4.1.53",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -2749,12 +2749,12 @@
}
},
"node_modules/phaser": {
"version": "3.60.0",
"resolved": "https://registry.npmjs.org/phaser/-/phaser-3.60.0.tgz",
"integrity": "sha512-IKUy35EnoEVcl2EmJ8WOyK4X8OoxHYdlhZLgRGpNrvD1fEagYffhVmwHcapE/tGiLgyrnezmXIo5RrH2NcrTHw==",
"version": "3.85.2",
"resolved": "https://registry.npmjs.org/phaser/-/phaser-3.85.2.tgz",
"integrity": "sha512-bD/58E1gvCsEH0Lftb2BiJ8FQ86kb8HHOS656lLXPwg8ZXkskZGsfdyQO21Y57+neGOUEaUthSFfDyVULy5B1g==",
"license": "MIT",
"dependencies": {
"eventemitter3": "^5.0.0"
"eventemitter3": "^5.0.1"
}
},
"node_modules/posix-character-classes": {
@ -3954,25 +3954,25 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.52",
"version": "4.1.53",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.52"
"@esotericsoftware/spine-core": "4.1.53"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.1.52",
"version": "4.1.53",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.52",
"version": "4.1.53",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.1.52",
"@esotericsoftware/spine-core": "4.1.52",
"@esotericsoftware/spine-webgl": "4.1.52"
"@esotericsoftware/spine-canvas": "4.1.53",
"@esotericsoftware/spine-core": "4.1.53",
"@esotericsoftware/spine-webgl": "4.1.53"
},
"peerDependencies": {
"phaser": "^3.60.0"
@ -3980,10 +3980,10 @@
},
"spine-pixi": {
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.52",
"version": "4.1.53",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.52"
"@esotericsoftware/spine-core": "4.1.53"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -3996,26 +3996,26 @@
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.1.52",
"version": "4.1.53",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.1.52"
"@esotericsoftware/spine-webgl": "4.1.53"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.52",
"version": "4.1.53",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.52"
"@esotericsoftware/spine-core": "4.1.53"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.52",
"version": "4.1.53",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.52"
"@esotericsoftware/spine-core": "4.1.53"
}
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.52",
"version": "4.1.53",
"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.1.52"
"@esotericsoftware/spine-core": "4.1.53"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.1.52",
"version": "4.1.53",
"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",
"version": "4.1.52",
"version": "4.1.53",
"description": "The official Spine Runtimes for the Phaser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -31,9 +31,9 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.52",
"@esotericsoftware/spine-webgl": "4.1.52",
"@esotericsoftware/spine-canvas": "4.1.52"
"@esotericsoftware/spine-core": "4.1.53",
"@esotericsoftware/spine-webgl": "4.1.53",
"@esotericsoftware/spine-canvas": "4.1.53"
},
"peerDependencies": {
"phaser": "^3.60.0"

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.52",
"version": "4.1.53",
"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.1.52"
"@esotericsoftware/spine-core": "4.1.53"
},
"peerDependencies": {
"@pixi/core": "^7.2.4",

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.1.52",
"version": "4.1.53",
"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.1.52"
"@esotericsoftware/spine-webgl": "4.1.53"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.52",
"version": "4.1.53",
"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.1.52"
"@esotericsoftware/spine-core": "4.1.53"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.52",
"version": "4.1.53",
"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.1.52"
"@esotericsoftware/spine-core": "4.1.53"
}
}