[ts] Release 4.2.16

This commit is contained in:
Mario Zechner 2023-07-11 13:49:33 +02:00
parent 512afac3cf
commit a57aecb8de
9 changed files with 42 additions and 47 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.2.15",
"version": "4.2.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.2.15",
"version": "4.2.16",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -31,7 +31,7 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.22.5",
"version": "7.22.6",
"dev": true,
"license": "MIT",
"dependencies": {
@ -223,6 +223,11 @@
"url": "^0.11.0"
}
},
"node_modules/@pixi/utils/node_modules/eventemitter3": {
"version": "4.0.7",
"license": "MIT",
"peer": true
},
"node_modules/@types/css-font-loading-module": {
"version": "0.0.7",
"license": "MIT",
@ -974,9 +979,9 @@
}
},
"node_modules/eventemitter3": {
"version": "4.0.7",
"license": "MIT",
"peer": true
"version": "5.0.1",
"dev": true,
"license": "MIT"
},
"node_modules/expand-brackets": {
"version": "2.1.4",
@ -2060,11 +2065,6 @@
"eventemitter3": "^5.0.0"
}
},
"node_modules/phaser/node_modules/eventemitter3": {
"version": "5.0.1",
"dev": true,
"license": "MIT"
},
"node_modules/posix-character-classes": {
"version": "0.1.1",
"dev": true,
@ -3094,33 +3094,33 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.15",
"version": "4.2.16",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.15"
"@esotericsoftware/spine-core": "4.2.16"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.2.15",
"version": "4.2.16",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.2.15",
"version": "4.2.16",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.2.15",
"@esotericsoftware/spine-core": "4.2.15",
"@esotericsoftware/spine-webgl": "4.2.15"
"@esotericsoftware/spine-canvas": "4.2.16",
"@esotericsoftware/spine-core": "4.2.16",
"@esotericsoftware/spine-webgl": "4.2.16"
}
},
"spine-pixi": {
"name": "@esotericsoftware/spine-pixi",
"version": "4.2.14",
"version": "4.2.16",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.14"
"@esotericsoftware/spine-core": "4.2.16"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -3131,33 +3131,28 @@
"@pixi/text": "^7.2.4"
}
},
"spine-pixi/node_modules/@esotericsoftware/spine-core": {
"version": "4.2.14",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.2.14.tgz",
"integrity": "sha512-FxIWLvh0bbB2K59+h6wK6wb4d1+ZbB5R37zB9KdDEMhWKdhQo2JTUgiPbzplWlIpd5erRx85600vEtzsbFGWbQ=="
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.2.15",
"version": "4.2.16",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.15"
"@esotericsoftware/spine-webgl": "4.2.16"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.15",
"version": "4.2.16",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.15"
"@esotericsoftware/spine-core": "4.2.16"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.15",
"version": "4.2.16",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.15"
"@esotericsoftware/spine-core": "4.2.16"
}
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.15",
"version": "4.2.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.2.15"
"@esotericsoftware/spine-core": "4.2.16"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.2.15",
"version": "4.2.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-phaser",
"version": "4.2.15",
"version": "4.2.16",
"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.2.15",
"@esotericsoftware/spine-webgl": "4.2.15",
"@esotericsoftware/spine-canvas": "4.2.15"
"@esotericsoftware/spine-core": "4.2.16",
"@esotericsoftware/spine-webgl": "4.2.16",
"@esotericsoftware/spine-canvas": "4.2.16"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-pixi",
"version": "4.2.14",
"version": "4.2.16",
"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.2.14"
"@esotericsoftware/spine-core": "4.2.16"
},
"peerDependencies": {
"@pixi/core": "^7.2.4",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.15",
"version": "4.2.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.2.15"
"@esotericsoftware/spine-core": "4.2.16"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.15",
"version": "4.2.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.2.15"
"@esotericsoftware/spine-core": "4.2.16"
}
}