[ts] Release 4.2.19

This commit is contained in:
Mario Zechner 2023-09-04 10:55:36 +02:00
parent 42959e0e72
commit 3ef522896e
9 changed files with 39 additions and 39 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.2.18",
"version": "4.2.19",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.2.18",
"version": "4.2.19",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -31,11 +31,11 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.22.6",
"version": "7.22.11",
"dev": true,
"license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.13.11"
"regenerator-runtime": "^0.14.0"
},
"engines": {
"node": ">=6.9.0"
@ -239,7 +239,7 @@
"peer": true
},
"node_modules/@types/offscreencanvas": {
"version": "2019.7.0",
"version": "2019.7.1",
"license": "MIT"
},
"node_modules/@types/three": {
@ -251,7 +251,7 @@
}
},
"node_modules/@types/webxr": {
"version": "0.5.2",
"version": "0.5.4",
"dev": true,
"license": "MIT"
},
@ -2166,7 +2166,7 @@
}
},
"node_modules/regenerator-runtime": {
"version": "0.13.11",
"version": "0.14.0",
"dev": true,
"license": "MIT"
},
@ -2849,7 +2849,7 @@
}
},
"node_modules/tslib": {
"version": "2.6.1",
"version": "2.6.2",
"dev": true,
"license": "0BSD"
},
@ -3094,33 +3094,33 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.18",
"version": "4.2.19",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.18"
"@esotericsoftware/spine-core": "4.2.19"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.2.18",
"version": "4.2.19",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.2.18",
"version": "4.2.19",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.2.18",
"@esotericsoftware/spine-core": "4.2.18",
"@esotericsoftware/spine-webgl": "4.2.18"
"@esotericsoftware/spine-canvas": "4.2.19",
"@esotericsoftware/spine-core": "4.2.19",
"@esotericsoftware/spine-webgl": "4.2.19"
}
},
"spine-pixi": {
"name": "@esotericsoftware/spine-pixi",
"version": "4.2.18",
"version": "4.2.19",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.18"
"@esotericsoftware/spine-core": "4.2.19"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -3133,26 +3133,26 @@
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.2.18",
"version": "4.2.19",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.18"
"@esotericsoftware/spine-webgl": "4.2.19"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.18",
"version": "4.2.19",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.18"
"@esotericsoftware/spine-core": "4.2.19"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.18",
"version": "4.2.19",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.18"
"@esotericsoftware/spine-core": "4.2.19"
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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