[phaser] 4.1.30 release

This commit is contained in:
Mario Zechner 2023-04-21 14:03:40 +02:00
parent d24787b81e
commit 8db318ab85
8 changed files with 29 additions and 29 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.29",
"version": "4.1.30",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.1.29",
"version": "4.1.30",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -3396,49 +3396,49 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.29",
"version": "4.1.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.29"
"@esotericsoftware/spine-core": "4.1.30"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.1.29",
"version": "4.1.30",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.29",
"version": "4.1.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.1.29",
"@esotericsoftware/spine-core": "4.1.29",
"@esotericsoftware/spine-webgl": "4.1.29"
"@esotericsoftware/spine-canvas": "4.1.30",
"@esotericsoftware/spine-core": "4.1.30",
"@esotericsoftware/spine-webgl": "4.1.30"
}
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.1.29",
"version": "4.1.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.1.29"
"@esotericsoftware/spine-webgl": "4.1.30"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.29",
"version": "4.1.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.29"
"@esotericsoftware/spine-core": "4.1.30"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.29",
"version": "4.1.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.29"
"@esotericsoftware/spine-core": "4.1.30"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.29",
"version": "4.1.30",
"description": "The official Spine Runtimes for the web.",
"files": [
"README.md"

View File

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

View File

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

View File

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

View File

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

View File

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