[ts] Release 4.1.35

This commit is contained in:
Mario Zechner 2023-07-11 13:47:20 +02:00
parent 90b6b6f730
commit f759199223
9 changed files with 33 additions and 38 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.34",
"version": "4.1.35",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.1.34",
"version": "4.1.35",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -3735,33 +3735,33 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.34",
"version": "4.1.35",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.34"
"@esotericsoftware/spine-core": "4.1.35"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.1.34",
"version": "4.1.35",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.34",
"version": "4.1.35",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.1.34",
"@esotericsoftware/spine-core": "4.1.34",
"@esotericsoftware/spine-webgl": "4.1.34"
"@esotericsoftware/spine-canvas": "4.1.35",
"@esotericsoftware/spine-core": "4.1.35",
"@esotericsoftware/spine-webgl": "4.1.35"
}
},
"spine-pixi": {
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.31",
"version": "4.1.35",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.31"
"@esotericsoftware/spine-core": "4.1.35"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -3772,33 +3772,28 @@
"@pixi/text": "^7.2.4"
}
},
"spine-pixi/node_modules/@esotericsoftware/spine-core": {
"version": "4.1.31",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.1.31.tgz",
"integrity": "sha512-Sqd3ID6JpVX1fEa++kcP2ieqXVIMBeEzSabyJKscawyh6+lxz/dbGBQoo6aU//l/vnwnP4ctsOEY0r6OuguLPA=="
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.1.34",
"version": "4.1.35",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.1.34"
"@esotericsoftware/spine-webgl": "4.1.35"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.34",
"version": "4.1.35",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.34"
"@esotericsoftware/spine-core": "4.1.35"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.34",
"version": "4.1.35",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.34"
"@esotericsoftware/spine-core": "4.1.35"
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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