[ts] 4.0.24 release.

This commit is contained in:
Mario Zechner 2022-03-17 11:54:09 +01:00
parent dd7a651144
commit b23ff3b216
7 changed files with 25 additions and 25 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.0.23", "version": "4.0.24",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.0.23", "version": "4.0.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"workspaces": [ "workspaces": [
"spine-core", "spine-core",
@ -7951,41 +7951,41 @@
}, },
"spine-canvas": { "spine-canvas": {
"name": "@esotericsoftware/spine-canvas", "name": "@esotericsoftware/spine-canvas",
"version": "4.0.23", "version": "4.0.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "^4.0.23" "@esotericsoftware/spine-core": "^4.0.24"
} }
}, },
"spine-core": { "spine-core": {
"name": "@esotericsoftware/spine-core", "name": "@esotericsoftware/spine-core",
"version": "4.0.23", "version": "4.0.24",
"license": "LicenseRef-LICENSE" "license": "LicenseRef-LICENSE"
}, },
"spine-player": { "spine-player": {
"name": "@esotericsoftware/spine-player", "name": "@esotericsoftware/spine-player",
"version": "4.0.23", "version": "4.0.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-webgl": "^4.0.23" "@esotericsoftware/spine-webgl": "^4.0.24"
} }
}, },
"spine-threejs": { "spine-threejs": {
"name": "@esotericsoftware/spine-threejs", "name": "@esotericsoftware/spine-threejs",
"version": "4.0.23", "version": "4.0.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "^4.0.23", "@esotericsoftware/spine-core": "^4.0.24",
"@types/three": "^0.133.1", "@types/three": "^0.133.1",
"three": "^0.133.1" "three": "^0.133.1"
} }
}, },
"spine-webgl": { "spine-webgl": {
"name": "@esotericsoftware/spine-webgl", "name": "@esotericsoftware/spine-webgl",
"version": "4.0.23", "version": "4.0.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "^4.0.23" "@esotericsoftware/spine-core": "^4.0.24"
} }
} }
}, },
@ -7993,7 +7993,7 @@
"@esotericsoftware/spine-canvas": { "@esotericsoftware/spine-canvas": {
"version": "file:spine-canvas", "version": "file:spine-canvas",
"requires": { "requires": {
"@esotericsoftware/spine-core": "^4.0.23" "@esotericsoftware/spine-core": "^4.0.24"
} }
}, },
"@esotericsoftware/spine-core": { "@esotericsoftware/spine-core": {
@ -8002,13 +8002,13 @@
"@esotericsoftware/spine-player": { "@esotericsoftware/spine-player": {
"version": "file:spine-player", "version": "file:spine-player",
"requires": { "requires": {
"@esotericsoftware/spine-webgl": "^4.0.23" "@esotericsoftware/spine-webgl": "^4.0.24"
} }
}, },
"@esotericsoftware/spine-threejs": { "@esotericsoftware/spine-threejs": {
"version": "file:spine-threejs", "version": "file:spine-threejs",
"requires": { "requires": {
"@esotericsoftware/spine-core": "^4.0.23", "@esotericsoftware/spine-core": "^4.0.24",
"@types/three": "^0.133.1", "@types/three": "^0.133.1",
"three": "^0.133.1" "three": "^0.133.1"
} }
@ -8016,7 +8016,7 @@
"@esotericsoftware/spine-webgl": { "@esotericsoftware/spine-webgl": {
"version": "file:spine-webgl", "version": "file:spine-webgl",
"requires": { "requires": {
"@esotericsoftware/spine-core": "^4.0.23" "@esotericsoftware/spine-core": "^4.0.24"
} }
}, },
"@types/offscreencanvas": { "@types/offscreencanvas": {

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-core", "name": "@esotericsoftware/spine-core",
"version": "4.0.23", "version": "4.0.24",
"description": "The official Spine Runtimes for the web.", "description": "The official Spine Runtimes for the web.",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

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

View File

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

View File

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