[ts] Release 4.2.23

This commit is contained in:
Mario Zechner 2023-09-22 17:30:28 +02:00
parent 16c917805a
commit 79f9f8aa37
9 changed files with 76 additions and 76 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.2.22", "version": "4.2.23",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.2.22", "version": "4.2.23",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"workspaces": [ "workspaces": [
"spine-core", "spine-core",
@ -85,19 +85,19 @@
"link": true "link": true
}, },
"node_modules/@pixi/assets": { "node_modules/@pixi/assets": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@types/css-font-loading-module": "^0.0.7" "@types/css-font-loading-module": "^0.0.7"
}, },
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.2.4", "@pixi/core": "7.3.0",
"@pixi/utils": "7.2.4" "@pixi/utils": "7.3.0"
} }
}, },
"node_modules/@pixi/color": { "node_modules/@pixi/color": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
@ -105,23 +105,23 @@
} }
}, },
"node_modules/@pixi/constants": { "node_modules/@pixi/constants": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/core": { "node_modules/@pixi/core": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/color": "7.2.4", "@pixi/color": "7.3.0",
"@pixi/constants": "7.2.4", "@pixi/constants": "7.3.0",
"@pixi/extensions": "7.2.4", "@pixi/extensions": "7.3.0",
"@pixi/math": "7.2.4", "@pixi/math": "7.3.0",
"@pixi/runner": "7.2.4", "@pixi/runner": "7.3.0",
"@pixi/settings": "7.2.4", "@pixi/settings": "7.3.0",
"@pixi/ticker": "7.2.4", "@pixi/ticker": "7.3.0",
"@pixi/utils": "7.2.4", "@pixi/utils": "7.3.0",
"@types/offscreencanvas": "^2019.6.4" "@types/offscreencanvas": "^2019.6.4"
}, },
"funding": { "funding": {
@ -130,93 +130,93 @@
} }
}, },
"node_modules/@pixi/display": { "node_modules/@pixi/display": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.2.4" "@pixi/core": "7.3.0"
} }
}, },
"node_modules/@pixi/extensions": { "node_modules/@pixi/extensions": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/graphics": { "node_modules/@pixi/graphics": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.2.4", "@pixi/core": "7.3.0",
"@pixi/display": "7.2.4", "@pixi/display": "7.3.0",
"@pixi/sprite": "7.2.4" "@pixi/sprite": "7.3.0"
} }
}, },
"node_modules/@pixi/math": { "node_modules/@pixi/math": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/mesh": { "node_modules/@pixi/mesh": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.2.4", "@pixi/core": "7.3.0",
"@pixi/display": "7.2.4" "@pixi/display": "7.3.0"
} }
}, },
"node_modules/@pixi/runner": { "node_modules/@pixi/runner": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/settings": { "node_modules/@pixi/settings": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/constants": "7.2.4", "@pixi/constants": "7.3.0",
"@types/css-font-loading-module": "^0.0.7", "@types/css-font-loading-module": "^0.0.7",
"ismobilejs": "^1.1.0" "ismobilejs": "^1.1.0"
} }
}, },
"node_modules/@pixi/sprite": { "node_modules/@pixi/sprite": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.2.4", "@pixi/core": "7.3.0",
"@pixi/display": "7.2.4" "@pixi/display": "7.3.0"
} }
}, },
"node_modules/@pixi/text": { "node_modules/@pixi/text": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.2.4", "@pixi/core": "7.3.0",
"@pixi/sprite": "7.2.4" "@pixi/sprite": "7.3.0"
} }
}, },
"node_modules/@pixi/ticker": { "node_modules/@pixi/ticker": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/extensions": "7.2.4", "@pixi/extensions": "7.3.0",
"@pixi/settings": "7.2.4", "@pixi/settings": "7.3.0",
"@pixi/utils": "7.2.4" "@pixi/utils": "7.3.0"
} }
}, },
"node_modules/@pixi/utils": { "node_modules/@pixi/utils": {
"version": "7.2.4", "version": "7.3.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/color": "7.2.4", "@pixi/color": "7.3.0",
"@pixi/constants": "7.2.4", "@pixi/constants": "7.3.0",
"@pixi/settings": "7.2.4", "@pixi/settings": "7.3.0",
"@types/earcut": "^2.1.0", "@types/earcut": "^2.1.0",
"earcut": "^2.2.4", "earcut": "^2.2.4",
"eventemitter3": "^4.0.0", "eventemitter3": "^4.0.0",
@ -2964,7 +2964,7 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/url": { "node_modules/url": {
"version": "0.11.2", "version": "0.11.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
@ -3094,33 +3094,33 @@
}, },
"spine-canvas": { "spine-canvas": {
"name": "@esotericsoftware/spine-canvas", "name": "@esotericsoftware/spine-canvas",
"version": "4.2.22", "version": "4.2.23",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.22" "@esotericsoftware/spine-core": "4.2.23"
} }
}, },
"spine-core": { "spine-core": {
"name": "@esotericsoftware/spine-core", "name": "@esotericsoftware/spine-core",
"version": "4.2.22", "version": "4.2.23",
"license": "LicenseRef-LICENSE" "license": "LicenseRef-LICENSE"
}, },
"spine-phaser": { "spine-phaser": {
"name": "@esotericsoftware/spine-phaser", "name": "@esotericsoftware/spine-phaser",
"version": "4.2.22", "version": "4.2.23",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-canvas": "4.2.22", "@esotericsoftware/spine-canvas": "4.2.23",
"@esotericsoftware/spine-core": "4.2.22", "@esotericsoftware/spine-core": "4.2.23",
"@esotericsoftware/spine-webgl": "4.2.22" "@esotericsoftware/spine-webgl": "4.2.23"
} }
}, },
"spine-pixi": { "spine-pixi": {
"name": "@esotericsoftware/spine-pixi", "name": "@esotericsoftware/spine-pixi",
"version": "4.2.22", "version": "4.2.23",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.22" "@esotericsoftware/spine-core": "4.2.23"
}, },
"peerDependencies": { "peerDependencies": {
"@pixi/assets": "^7.2.4", "@pixi/assets": "^7.2.4",
@ -3133,26 +3133,26 @@
}, },
"spine-player": { "spine-player": {
"name": "@esotericsoftware/spine-player", "name": "@esotericsoftware/spine-player",
"version": "4.2.22", "version": "4.2.23",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-webgl": "4.2.22" "@esotericsoftware/spine-webgl": "4.2.23"
} }
}, },
"spine-threejs": { "spine-threejs": {
"name": "@esotericsoftware/spine-threejs", "name": "@esotericsoftware/spine-threejs",
"version": "4.2.22", "version": "4.2.23",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.22" "@esotericsoftware/spine-core": "4.2.23"
} }
}, },
"spine-webgl": { "spine-webgl": {
"name": "@esotericsoftware/spine-webgl", "name": "@esotericsoftware/spine-webgl",
"version": "4.2.22", "version": "4.2.23",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.22" "@esotericsoftware/spine-core": "4.2.23"
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.2.22", "version": "4.2.23",
"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.2.22", "version": "4.2.23",
"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.2.22" "@esotericsoftware/spine-core": "4.2.23"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-pixi", "name": "@esotericsoftware/spine-pixi",
"version": "4.2.22", "version": "4.2.23",
"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,7 +30,7 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.22" "@esotericsoftware/spine-core": "4.2.23"
}, },
"peerDependencies": { "peerDependencies": {
"@pixi/core": "^7.2.4", "@pixi/core": "^7.2.4",

View File

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

View File

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

View File

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