[ts] Release 4.0.30

This commit is contained in:
Davide Tantillo 2024-09-09 16:52:04 +02:00
parent 022f63eccf
commit 62b04765d0
7 changed files with 21 additions and 21 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.0.29",
"version": "4.0.30",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.0.29",
"version": "4.0.30",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -8075,41 +8075,41 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.0.29",
"version": "4.0.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.0.29"
"@esotericsoftware/spine-core": "4.0.30"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.0.29",
"version": "4.0.30",
"license": "LicenseRef-LICENSE"
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.0.29",
"version": "4.0.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.0.29"
"@esotericsoftware/spine-webgl": "4.0.30"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.0.29",
"version": "4.0.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.0.29",
"@esotericsoftware/spine-core": "4.0.30",
"@types/three": "^0.140.0",
"three": "^0.140.0"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.0.29",
"version": "4.0.30",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.0.29"
"@esotericsoftware/spine-core": "4.0.30"
}
}
}

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.0.29",
"version": "4.0.30",
"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.29",
"version": "4.0.30",
"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.0.29"
"@esotericsoftware/spine-webgl": "4.0.30"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.0.29",
"version": "4.0.30",
"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.140.0",
"three": "^0.140.0",
"@esotericsoftware/spine-core": "4.0.29"
"@esotericsoftware/spine-core": "4.0.30"
}
}

View File

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