[ts] Updated to version 4.0.12

This commit is contained in:
Mario Zechner 2021-09-18 23:12:34 +02:00
parent 2d35cfa765
commit 52b9d236a1
9 changed files with 494 additions and 9855 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.0.4",
"version": "4.0.12",
"description": "The official Spine Runtimes for the web.",
"files": [
"README.md"
@ -58,5 +58,8 @@
"npx": "^10.2.2",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
},
"dependencies": {
"@types/offscreencanvas": "^2019.6.4"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.0.11",
"version": "4.0.12",
"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.0.11"
"@esotericsoftware/spine-core": "^4.0.12"
}
}

View File

@ -1,13 +0,0 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-core",
"version": "4.0.11",
"license": "LicenseRef-LICENSE"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.0.11",
"version": "4.0.12",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -29,4 +29,4 @@
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme"
}
}

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.0.11",
"version": "4.0.12",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -32,6 +32,6 @@
"dependencies": {
"@types/three": "^0.131.0",
"three": "^0.132.0",
"@esotericsoftware/spine-core": "^4.0.11"
"@esotericsoftware/spine-core": "^4.0.12"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.0.11",
"version": "4.0.12",
"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.0.11"
"@esotericsoftware/spine-core": "^4.0.12"
}
}