[ts] Release 4.1.48

This commit is contained in:
Mario Zechner 2023-11-28 13:36:27 +01:00
parent f3dbe0d332
commit c0b76ccdc8
9 changed files with 33 additions and 33 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.47",
"version": "4.1.48",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.1.47",
"version": "4.1.48",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -3595,33 +3595,33 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.47",
"version": "4.1.48",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.47"
"@esotericsoftware/spine-core": "4.1.48"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.1.47",
"version": "4.1.48",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.47",
"version": "4.1.48",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.1.47",
"@esotericsoftware/spine-core": "4.1.47",
"@esotericsoftware/spine-webgl": "4.1.47"
"@esotericsoftware/spine-canvas": "4.1.48",
"@esotericsoftware/spine-core": "4.1.48",
"@esotericsoftware/spine-webgl": "4.1.48"
}
},
"spine-pixi": {
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.47",
"version": "4.1.48",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.47"
"@esotericsoftware/spine-core": "4.1.48"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -3634,26 +3634,26 @@
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.1.47",
"version": "4.1.48",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.1.47"
"@esotericsoftware/spine-webgl": "4.1.48"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.47",
"version": "4.1.48",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.47"
"@esotericsoftware/spine-core": "4.1.48"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.47",
"version": "4.1.48",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.47"
"@esotericsoftware/spine-core": "4.1.48"
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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