From a9e996353d905a77f1c19b488e41e733608000b7 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 24 Oct 2023 21:15:05 +0200 Subject: [PATCH] [ts] Release 4.2.23 --- spine-ts/package-lock.json | 233 +++++++++++++++++----------- spine-ts/package.json | 2 +- spine-ts/spine-canvas/package.json | 4 +- spine-ts/spine-core/package.json | 2 +- spine-ts/spine-phaser/package.json | 8 +- spine-ts/spine-pixi/package.json | 4 +- spine-ts/spine-player/package.json | 4 +- spine-ts/spine-threejs/package.json | 4 +- spine-ts/spine-webgl/package.json | 4 +- 9 files changed, 159 insertions(+), 106 deletions(-) diff --git a/spine-ts/package-lock.json b/spine-ts/package-lock.json index c0eb56bc4..f7e194d72 100644 --- a/spine-ts/package-lock.json +++ b/spine-ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esotericsoftware/spine-ts", - "version": "4.2.23", + "version": "4.2.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@esotericsoftware/spine-ts", - "version": "4.2.23", + "version": "4.2.24", "license": "LicenseRef-LICENSE", "workspaces": [ "spine-core", @@ -31,7 +31,7 @@ } }, "node_modules/@babel/runtime": { - "version": "7.22.15", + "version": "7.23.2", "dev": true, "license": "MIT", "dependencies": { @@ -85,43 +85,48 @@ "link": true }, "node_modules/@pixi/assets": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "dependencies": { "@types/css-font-loading-module": "^0.0.7" }, "peerDependencies": { - "@pixi/core": "7.3.0", - "@pixi/utils": "7.3.0" + "@pixi/core": "7.3.2", + "@pixi/utils": "7.3.2" } }, "node_modules/@pixi/color": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "dependencies": { - "colord": "^2.9.3" + "@pixi/colord": "^2.9.6" } }, + "node_modules/@pixi/colord": { + "version": "2.9.6", + "license": "MIT", + "peer": true + }, "node_modules/@pixi/constants": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true }, "node_modules/@pixi/core": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "dependencies": { - "@pixi/color": "7.3.0", - "@pixi/constants": "7.3.0", - "@pixi/extensions": "7.3.0", - "@pixi/math": "7.3.0", - "@pixi/runner": "7.3.0", - "@pixi/settings": "7.3.0", - "@pixi/ticker": "7.3.0", - "@pixi/utils": "7.3.0", + "@pixi/color": "7.3.2", + "@pixi/constants": "7.3.2", + "@pixi/extensions": "7.3.2", + "@pixi/math": "7.3.2", + "@pixi/runner": "7.3.2", + "@pixi/settings": "7.3.2", + "@pixi/ticker": "7.3.2", + "@pixi/utils": "7.3.2", "@types/offscreencanvas": "^2019.6.4" }, "funding": { @@ -130,93 +135,93 @@ } }, "node_modules/@pixi/display": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "peerDependencies": { - "@pixi/core": "7.3.0" + "@pixi/core": "7.3.2" } }, "node_modules/@pixi/extensions": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true }, "node_modules/@pixi/graphics": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "peerDependencies": { - "@pixi/core": "7.3.0", - "@pixi/display": "7.3.0", - "@pixi/sprite": "7.3.0" + "@pixi/core": "7.3.2", + "@pixi/display": "7.3.2", + "@pixi/sprite": "7.3.2" } }, "node_modules/@pixi/math": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true }, "node_modules/@pixi/mesh": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "peerDependencies": { - "@pixi/core": "7.3.0", - "@pixi/display": "7.3.0" + "@pixi/core": "7.3.2", + "@pixi/display": "7.3.2" } }, "node_modules/@pixi/runner": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true }, "node_modules/@pixi/settings": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "dependencies": { - "@pixi/constants": "7.3.0", + "@pixi/constants": "7.3.2", "@types/css-font-loading-module": "^0.0.7", "ismobilejs": "^1.1.0" } }, "node_modules/@pixi/sprite": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "peerDependencies": { - "@pixi/core": "7.3.0", - "@pixi/display": "7.3.0" + "@pixi/core": "7.3.2", + "@pixi/display": "7.3.2" } }, "node_modules/@pixi/text": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "peerDependencies": { - "@pixi/core": "7.3.0", - "@pixi/sprite": "7.3.0" + "@pixi/core": "7.3.2", + "@pixi/sprite": "7.3.2" } }, "node_modules/@pixi/ticker": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "dependencies": { - "@pixi/extensions": "7.3.0", - "@pixi/settings": "7.3.0", - "@pixi/utils": "7.3.0" + "@pixi/extensions": "7.3.2", + "@pixi/settings": "7.3.2", + "@pixi/utils": "7.3.2" } }, "node_modules/@pixi/utils": { - "version": "7.3.0", + "version": "7.3.2", "license": "MIT", "peer": true, "dependencies": { - "@pixi/color": "7.3.0", - "@pixi/constants": "7.3.0", - "@pixi/settings": "7.3.0", + "@pixi/color": "7.3.2", + "@pixi/constants": "7.3.2", + "@pixi/settings": "7.3.2", "@types/earcut": "^2.1.0", "earcut": "^2.2.4", "eventemitter3": "^4.0.0", @@ -234,12 +239,12 @@ "peer": true }, "node_modules/@types/earcut": { - "version": "2.1.1", + "version": "2.1.3", "license": "MIT", "peer": true }, "node_modules/@types/offscreencanvas": { - "version": "2019.7.1", + "version": "2019.7.2", "license": "MIT" }, "node_modules/@types/three": { @@ -251,7 +256,7 @@ } }, "node_modules/@types/webxr": { - "version": "0.5.4", + "version": "0.5.7", "dev": true, "license": "MIT" }, @@ -510,12 +515,13 @@ } }, "node_modules/call-bind": { - "version": "1.0.2", + "version": "1.0.5", "license": "MIT", "peer": true, "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -677,11 +683,6 @@ "dev": true, "license": "MIT" }, - "node_modules/colord": { - "version": "2.9.3", - "license": "MIT", - "peer": true - }, "node_modules/colors": { "version": "1.4.0", "dev": true, @@ -850,6 +851,19 @@ "node": ">=0.10" } }, + "node_modules/define-data-property": { + "version": "1.1.1", + "license": "MIT", + "peer": true, + "dependencies": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/define-property": { "version": "2.0.2", "dev": true, @@ -1197,9 +1211,12 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", - "peer": true + "peer": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/get-caller-file": { "version": "2.0.5", @@ -1210,14 +1227,14 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "peer": true, "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", + "function-bind": "^1.1.2", "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1270,22 +1287,22 @@ "node": ">=0.10.0" } }, + "node_modules/gopd": { + "version": "1.0.1", + "license": "MIT", + "peer": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/graceful-fs": { "version": "4.2.11", "dev": true, "license": "ISC" }, - "node_modules/has": { - "version": "1.0.3", - "license": "MIT", - "peer": true, - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/has-flag": { "version": "4.0.0", "dev": true, @@ -1294,6 +1311,17 @@ "node": ">=8" } }, + "node_modules/has-property-descriptors": { + "version": "1.0.1", + "license": "MIT", + "peer": true, + "dependencies": { + "get-intrinsic": "^1.2.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/has-proto": { "version": "1.0.1", "license": "MIT", @@ -1352,6 +1380,17 @@ "node": ">=0.10.0" } }, + "node_modules/hasown": { + "version": "2.0.0", + "license": "MIT", + "peer": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/http-auth": { "version": "3.1.3", "dev": true, @@ -1948,7 +1987,7 @@ } }, "node_modules/object-inspect": { - "version": "1.12.3", + "version": "1.13.1", "license": "MIT", "peer": true, "funding": { @@ -2379,6 +2418,20 @@ "dev": true, "license": "ISC" }, + "node_modules/set-function-length": { + "version": "1.1.1", + "license": "MIT", + "peer": true, + "dependencies": { + "define-data-property": "^1.1.1", + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/set-value": { "version": "2.0.1", "dev": true, @@ -3094,33 +3147,33 @@ }, "spine-canvas": { "name": "@esotericsoftware/spine-canvas", - "version": "4.2.23", + "version": "4.2.24", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-core": "4.2.23" + "@esotericsoftware/spine-core": "4.2.24" } }, "spine-core": { "name": "@esotericsoftware/spine-core", - "version": "4.2.23", + "version": "4.2.24", "license": "LicenseRef-LICENSE" }, "spine-phaser": { "name": "@esotericsoftware/spine-phaser", - "version": "4.2.23", + "version": "4.2.24", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-canvas": "4.2.23", - "@esotericsoftware/spine-core": "4.2.23", - "@esotericsoftware/spine-webgl": "4.2.23" + "@esotericsoftware/spine-canvas": "4.2.24", + "@esotericsoftware/spine-core": "4.2.24", + "@esotericsoftware/spine-webgl": "4.2.24" } }, "spine-pixi": { "name": "@esotericsoftware/spine-pixi", - "version": "4.2.23", + "version": "4.2.24", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-core": "4.2.23" + "@esotericsoftware/spine-core": "4.2.24" }, "peerDependencies": { "@pixi/assets": "^7.2.4", @@ -3133,26 +3186,26 @@ }, "spine-player": { "name": "@esotericsoftware/spine-player", - "version": "4.2.23", + "version": "4.2.24", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-webgl": "4.2.23" + "@esotericsoftware/spine-webgl": "4.2.24" } }, "spine-threejs": { "name": "@esotericsoftware/spine-threejs", - "version": "4.2.23", + "version": "4.2.24", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-core": "4.2.23" + "@esotericsoftware/spine-core": "4.2.24" } }, "spine-webgl": { "name": "@esotericsoftware/spine-webgl", - "version": "4.2.23", + "version": "4.2.24", "license": "LicenseRef-LICENSE", "dependencies": { - "@esotericsoftware/spine-core": "4.2.23" + "@esotericsoftware/spine-core": "4.2.24" } } } diff --git a/spine-ts/package.json b/spine-ts/package.json index 4764a2a25..8a2a467de 100644 --- a/spine-ts/package.json +++ b/spine-ts/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-ts", - "version": "4.2.23", + "version": "4.2.24", "description": "The official Spine Runtimes for the web.", "files": [ "README.md" diff --git a/spine-ts/spine-canvas/package.json b/spine-ts/spine-canvas/package.json index 796363670..49845b92e 100644 --- a/spine-ts/spine-canvas/package.json +++ b/spine-ts/spine-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-canvas", - "version": "4.2.23", + "version": "4.2.24", "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.23" + "@esotericsoftware/spine-core": "4.2.24" } } \ No newline at end of file diff --git a/spine-ts/spine-core/package.json b/spine-ts/spine-core/package.json index 4c7bdaa19..a20c8f24f 100644 --- a/spine-ts/spine-core/package.json +++ b/spine-ts/spine-core/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-core", - "version": "4.2.23", + "version": "4.2.24", "description": "The official Spine Runtimes for the web.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/spine-ts/spine-phaser/package.json b/spine-ts/spine-phaser/package.json index 6427fdce3..d0a32ebd6 100644 --- a/spine-ts/spine-phaser/package.json +++ b/spine-ts/spine-phaser/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-phaser", - "version": "4.2.23", + "version": "4.2.24", "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.23", - "@esotericsoftware/spine-webgl": "4.2.23", - "@esotericsoftware/spine-canvas": "4.2.23" + "@esotericsoftware/spine-core": "4.2.24", + "@esotericsoftware/spine-webgl": "4.2.24", + "@esotericsoftware/spine-canvas": "4.2.24" } } \ No newline at end of file diff --git a/spine-ts/spine-pixi/package.json b/spine-ts/spine-pixi/package.json index 353a7b214..61f9eb841 100644 --- a/spine-ts/spine-pixi/package.json +++ b/spine-ts/spine-pixi/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-pixi", - "version": "4.2.23", + "version": "4.2.24", "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.23" + "@esotericsoftware/spine-core": "4.2.24" }, "peerDependencies": { "@pixi/core": "^7.2.4", diff --git a/spine-ts/spine-player/package.json b/spine-ts/spine-player/package.json index 6d6c29612..7bace3829 100644 --- a/spine-ts/spine-player/package.json +++ b/spine-ts/spine-player/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-player", - "version": "4.2.23", + "version": "4.2.24", "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.23" + "@esotericsoftware/spine-webgl": "4.2.24" } } \ No newline at end of file diff --git a/spine-ts/spine-threejs/package.json b/spine-ts/spine-threejs/package.json index d2b092748..f609845ec 100644 --- a/spine-ts/spine-threejs/package.json +++ b/spine-ts/spine-threejs/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-threejs", - "version": "4.2.23", + "version": "4.2.24", "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.23" + "@esotericsoftware/spine-core": "4.2.24" } } \ No newline at end of file diff --git a/spine-ts/spine-webgl/package.json b/spine-ts/spine-webgl/package.json index b0444de04..02e47ad18 100644 --- a/spine-ts/spine-webgl/package.json +++ b/spine-ts/spine-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@esotericsoftware/spine-webgl", - "version": "4.2.23", + "version": "4.2.24", "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.23" + "@esotericsoftware/spine-core": "4.2.24" } } \ No newline at end of file