[ts] Release 4.1.49

This commit is contained in:
Mario Zechner 2023-12-03 22:19:12 +01:00
parent 8f0a0f8bef
commit 8a9e345bdb
9 changed files with 36 additions and 36 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.48",
"version": "4.1.49",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.1.48",
"version": "4.1.49",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -31,9 +31,9 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.4.tgz",
"integrity": "sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==",
"version": "7.23.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.5.tgz",
"integrity": "sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==",
"dev": true,
"dependencies": {
"regenerator-runtime": "^0.14.0"
@ -3595,33 +3595,33 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.48",
"version": "4.1.49",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.48"
"@esotericsoftware/spine-core": "4.1.49"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.1.48",
"version": "4.1.49",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.48",
"version": "4.1.49",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.1.48",
"@esotericsoftware/spine-core": "4.1.48",
"@esotericsoftware/spine-webgl": "4.1.48"
"@esotericsoftware/spine-canvas": "4.1.49",
"@esotericsoftware/spine-core": "4.1.49",
"@esotericsoftware/spine-webgl": "4.1.49"
}
},
"spine-pixi": {
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.48",
"version": "4.1.49",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.48"
"@esotericsoftware/spine-core": "4.1.49"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -3634,26 +3634,26 @@
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.1.48",
"version": "4.1.49",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.1.48"
"@esotericsoftware/spine-webgl": "4.1.49"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.48",
"version": "4.1.49",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.48"
"@esotericsoftware/spine-core": "4.1.49"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.48",
"version": "4.1.49",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.48"
"@esotericsoftware/spine-core": "4.1.49"
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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