[ts] Release 4.1.39

This commit is contained in:
Mario Zechner 2023-09-05 15:24:11 +02:00
parent 2f33d326a8
commit 31e346e84a
9 changed files with 36 additions and 36 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.38",
"version": "4.1.39",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.1.38",
"version": "4.1.39",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -31,9 +31,9 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.22.11",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.11.tgz",
"integrity": "sha512-ee7jVNlWN09+KftVOu9n7S8gQzD/Z6hN/I8VBRXW4P1+Xe7kJGXMwu8vds4aGIMHZnNbdpSWCfZZtinytpcAvA==",
"version": "7.22.15",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz",
"integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==",
"dev": true,
"dependencies": {
"regenerator-runtime": "^0.14.0"
@ -3735,33 +3735,33 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.38",
"version": "4.1.39",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.38"
"@esotericsoftware/spine-core": "4.1.39"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.1.38",
"version": "4.1.39",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.38",
"version": "4.1.39",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.1.38",
"@esotericsoftware/spine-core": "4.1.38",
"@esotericsoftware/spine-webgl": "4.1.38"
"@esotericsoftware/spine-canvas": "4.1.39",
"@esotericsoftware/spine-core": "4.1.39",
"@esotericsoftware/spine-webgl": "4.1.39"
}
},
"spine-pixi": {
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.38",
"version": "4.1.39",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.38"
"@esotericsoftware/spine-core": "4.1.39"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -3774,26 +3774,26 @@
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.1.38",
"version": "4.1.39",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.1.38"
"@esotericsoftware/spine-webgl": "4.1.39"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.38",
"version": "4.1.39",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.38"
"@esotericsoftware/spine-core": "4.1.39"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.38",
"version": "4.1.39",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.38"
"@esotericsoftware/spine-core": "4.1.39"
}
}
}

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.1.38",
"version": "4.1.39",
"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-phaser",
"version": "4.1.38",
"version": "4.1.39",
"description": "The official Spine Runtimes for the Phaser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -30,8 +30,8 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.38",
"@esotericsoftware/spine-webgl": "4.1.38",
"@esotericsoftware/spine-canvas": "4.1.38"
"@esotericsoftware/spine-core": "4.1.39",
"@esotericsoftware/spine-webgl": "4.1.39",
"@esotericsoftware/spine-canvas": "4.1.39"
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.1.38",
"version": "4.1.39",
"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.1.38"
"@esotericsoftware/spine-webgl": "4.1.39"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.38",
"version": "4.1.39",
"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.38"
"@esotericsoftware/spine-core": "4.1.39"
}
}

View File

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