[ts] Updated to version 4.1.4.

This commit is contained in:
Mario Zechner 2021-11-04 17:30:57 +01:00
parent 0e82c97cb5
commit 6d420d8667
7 changed files with 20 additions and 20 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.3",
"version": "4.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.1.3",
"version": "4.1.4",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -7949,7 +7949,7 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.3",
"version": "4.1.4",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "^4.1.3"
@ -7957,12 +7957,12 @@
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.1.3",
"version": "4.1.4",
"license": "LicenseRef-LICENSE"
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.1.3",
"version": "4.1.4",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "^4.1.3"
@ -7970,7 +7970,7 @@
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.3",
"version": "4.1.4",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "^4.1.3",
@ -7980,10 +7980,10 @@
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.3",
"version": "4.1.4",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "^4.1.3"
"@esotericsoftware/spine-core": "^4.1.4"
}
}
},
@ -8014,7 +8014,7 @@
"@esotericsoftware/spine-webgl": {
"version": "file:spine-webgl",
"requires": {
"@esotericsoftware/spine-core": "^4.1.3"
"@esotericsoftware/spine-core": "^4.1.4"
}
},
"@types/offscreencanvas": {

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.3",
"version": "4.1.4",
"description": "The official Spine Runtimes for the web.",
"files": [
"README.md"
@ -60,4 +60,4 @@
"typescript": "^4.3.5",
"@types/offscreencanvas": "^2019.6.4"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.3",
"version": "4.1.4",
"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.1.3"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.1.3",
"version": "4.1.4",
"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.1.3",
"version": "4.1.4",
"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.1.3"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.3",
"version": "4.1.4",
"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.1.3"
}
}
}

View File

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