[ts] Release 4.2.35

This commit is contained in:
Mario Zechner 2024-01-16 12:41:30 +01:00
parent f68f5437d9
commit 62080c6c8b
9 changed files with 83 additions and 83 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.2.34", "version": "4.2.35",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.2.34", "version": "4.2.35",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"workspaces": [ "workspaces": [
"spine-core", "spine-core",
@ -31,7 +31,7 @@
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.23.5", "version": "7.23.8",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -85,19 +85,18 @@
"link": true "link": true
}, },
"node_modules/@pixi/assets": { "node_modules/@pixi/assets": {
"version": "7.3.2", "version": "7.3.3",
"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.12"
}, },
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.2", "@pixi/core": "7.3.3"
"@pixi/utils": "7.3.2"
} }
}, },
"node_modules/@pixi/color": { "node_modules/@pixi/color": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
@ -110,23 +109,23 @@
"peer": true "peer": true
}, },
"node_modules/@pixi/constants": { "node_modules/@pixi/constants": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/core": { "node_modules/@pixi/core": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/color": "7.3.2", "@pixi/color": "7.3.3",
"@pixi/constants": "7.3.2", "@pixi/constants": "7.3.3",
"@pixi/extensions": "7.3.2", "@pixi/extensions": "7.3.3",
"@pixi/math": "7.3.2", "@pixi/math": "7.3.3",
"@pixi/runner": "7.3.2", "@pixi/runner": "7.3.3",
"@pixi/settings": "7.3.2", "@pixi/settings": "7.3.3",
"@pixi/ticker": "7.3.2", "@pixi/ticker": "7.3.3",
"@pixi/utils": "7.3.2", "@pixi/utils": "7.3.3",
"@types/offscreencanvas": "^2019.6.4" "@types/offscreencanvas": "^2019.6.4"
}, },
"funding": { "funding": {
@ -135,93 +134,93 @@
} }
}, },
"node_modules/@pixi/display": { "node_modules/@pixi/display": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.2" "@pixi/core": "7.3.3"
} }
}, },
"node_modules/@pixi/extensions": { "node_modules/@pixi/extensions": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/graphics": { "node_modules/@pixi/graphics": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.2", "@pixi/core": "7.3.3",
"@pixi/display": "7.3.2", "@pixi/display": "7.3.3",
"@pixi/sprite": "7.3.2" "@pixi/sprite": "7.3.3"
} }
}, },
"node_modules/@pixi/math": { "node_modules/@pixi/math": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/mesh": { "node_modules/@pixi/mesh": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.2", "@pixi/core": "7.3.3",
"@pixi/display": "7.3.2" "@pixi/display": "7.3.3"
} }
}, },
"node_modules/@pixi/runner": { "node_modules/@pixi/runner": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/settings": { "node_modules/@pixi/settings": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/constants": "7.3.2", "@pixi/constants": "7.3.3",
"@types/css-font-loading-module": "^0.0.7", "@types/css-font-loading-module": "^0.0.12",
"ismobilejs": "^1.1.0" "ismobilejs": "^1.1.0"
} }
}, },
"node_modules/@pixi/sprite": { "node_modules/@pixi/sprite": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.2", "@pixi/core": "7.3.3",
"@pixi/display": "7.3.2" "@pixi/display": "7.3.3"
} }
}, },
"node_modules/@pixi/text": { "node_modules/@pixi/text": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.2", "@pixi/core": "7.3.3",
"@pixi/sprite": "7.3.2" "@pixi/sprite": "7.3.3"
} }
}, },
"node_modules/@pixi/ticker": { "node_modules/@pixi/ticker": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/extensions": "7.3.2", "@pixi/extensions": "7.3.3",
"@pixi/settings": "7.3.2", "@pixi/settings": "7.3.3",
"@pixi/utils": "7.3.2" "@pixi/utils": "7.3.3"
} }
}, },
"node_modules/@pixi/utils": { "node_modules/@pixi/utils": {
"version": "7.3.2", "version": "7.3.3",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/color": "7.3.2", "@pixi/color": "7.3.3",
"@pixi/constants": "7.3.2", "@pixi/constants": "7.3.3",
"@pixi/settings": "7.3.2", "@pixi/settings": "7.3.3",
"@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",
@ -234,7 +233,7 @@
"peer": true "peer": true
}, },
"node_modules/@types/css-font-loading-module": { "node_modules/@types/css-font-loading-module": {
"version": "0.0.7", "version": "0.0.12",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
@ -2088,7 +2087,7 @@
} }
}, },
"node_modules/regenerator-runtime": { "node_modules/regenerator-runtime": {
"version": "0.14.0", "version": "0.14.1",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@ -2302,14 +2301,15 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/set-function-length": { "node_modules/set-function-length": {
"version": "1.1.1", "version": "1.2.0",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"define-data-property": "^1.1.1", "define-data-property": "^1.1.1",
"get-intrinsic": "^1.2.1", "function-bind": "^1.1.2",
"get-intrinsic": "^1.2.2",
"gopd": "^1.0.1", "gopd": "^1.0.1",
"has-property-descriptors": "^1.0.0" "has-property-descriptors": "^1.0.1"
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
@ -2968,33 +2968,33 @@
}, },
"spine-canvas": { "spine-canvas": {
"name": "@esotericsoftware/spine-canvas", "name": "@esotericsoftware/spine-canvas",
"version": "4.2.34", "version": "4.2.35",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34" "@esotericsoftware/spine-core": "4.2.35"
} }
}, },
"spine-core": { "spine-core": {
"name": "@esotericsoftware/spine-core", "name": "@esotericsoftware/spine-core",
"version": "4.2.34", "version": "4.2.35",
"license": "LicenseRef-LICENSE" "license": "LicenseRef-LICENSE"
}, },
"spine-phaser": { "spine-phaser": {
"name": "@esotericsoftware/spine-phaser", "name": "@esotericsoftware/spine-phaser",
"version": "4.2.34", "version": "4.2.35",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-canvas": "4.2.34", "@esotericsoftware/spine-canvas": "4.2.35",
"@esotericsoftware/spine-core": "4.2.34", "@esotericsoftware/spine-core": "4.2.35",
"@esotericsoftware/spine-webgl": "4.2.34" "@esotericsoftware/spine-webgl": "4.2.35"
} }
}, },
"spine-pixi": { "spine-pixi": {
"name": "@esotericsoftware/spine-pixi", "name": "@esotericsoftware/spine-pixi",
"version": "4.2.34", "version": "4.2.35",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34" "@esotericsoftware/spine-core": "4.2.35"
}, },
"peerDependencies": { "peerDependencies": {
"@pixi/assets": "^7.2.4", "@pixi/assets": "^7.2.4",
@ -3007,26 +3007,26 @@
}, },
"spine-player": { "spine-player": {
"name": "@esotericsoftware/spine-player", "name": "@esotericsoftware/spine-player",
"version": "4.2.34", "version": "4.2.35",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-webgl": "4.2.34" "@esotericsoftware/spine-webgl": "4.2.35"
} }
}, },
"spine-threejs": { "spine-threejs": {
"name": "@esotericsoftware/spine-threejs", "name": "@esotericsoftware/spine-threejs",
"version": "4.2.34", "version": "4.2.35",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34" "@esotericsoftware/spine-core": "4.2.35"
} }
}, },
"spine-webgl": { "spine-webgl": {
"name": "@esotericsoftware/spine-webgl", "name": "@esotericsoftware/spine-webgl",
"version": "4.2.34", "version": "4.2.35",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34" "@esotericsoftware/spine-core": "4.2.35"
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.2.34", "version": "4.2.35",
"description": "The official Spine Runtimes for the web.", "description": "The official Spine Runtimes for the web.",
"type": "module", "type": "module",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-canvas", "name": "@esotericsoftware/spine-canvas",
"version": "4.2.34", "version": "4.2.35",
"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",
@ -31,6 +31,6 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34" "@esotericsoftware/spine-core": "4.2.35"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-core", "name": "@esotericsoftware/spine-core",
"version": "4.2.34", "version": "4.2.35",
"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.34", "version": "4.2.35",
"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",
@ -31,8 +31,8 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34", "@esotericsoftware/spine-core": "4.2.35",
"@esotericsoftware/spine-webgl": "4.2.34", "@esotericsoftware/spine-webgl": "4.2.35",
"@esotericsoftware/spine-canvas": "4.2.34" "@esotericsoftware/spine-canvas": "4.2.35"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-pixi", "name": "@esotericsoftware/spine-pixi",
"version": "4.2.34", "version": "4.2.35",
"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",
@ -31,7 +31,7 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34" "@esotericsoftware/spine-core": "4.2.35"
}, },
"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.34", "version": "4.2.35",
"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",
@ -31,6 +31,6 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-webgl": "4.2.34" "@esotericsoftware/spine-webgl": "4.2.35"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-threejs", "name": "@esotericsoftware/spine-threejs",
"version": "4.2.34", "version": "4.2.35",
"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",
@ -31,6 +31,6 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34" "@esotericsoftware/spine-core": "4.2.35"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@esotericsoftware/spine-webgl", "name": "@esotericsoftware/spine-webgl",
"version": "4.2.34", "version": "4.2.35",
"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",
@ -31,6 +31,6 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.34" "@esotericsoftware/spine-core": "4.2.35"
} }
} }