[ts] Updated to version 4.0.16.

This commit is contained in:
Mario Zechner 2021-11-04 17:26:57 +01:00
parent d9bc3b010e
commit 77575a66d1
7 changed files with 1182 additions and 324 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.0.15",
"version": "4.0.16",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -32,4 +32,4 @@
"dependencies": {
"@esotericsoftware/spine-core": "^4.0.15"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.0.15",
"version": "4.0.16",
"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-player",
"version": "4.0.15",
"version": "4.0.16",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -32,4 +32,4 @@
"dependencies": {
"@esotericsoftware/spine-webgl": "^4.0.15"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.0.15",
"version": "4.0.16",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -34,4 +34,4 @@
"three": "^0.133.1",
"@esotericsoftware/spine-core": "^4.0.15"
}
}
}

View File

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