[ts] Release 4.2.23

This commit is contained in:
Mario Zechner 2023-10-24 21:15:05 +02:00
parent 3fe6415235
commit a9e996353d
9 changed files with 159 additions and 106 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.2.23", "version": "4.2.24",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@esotericsoftware/spine-ts", "name": "@esotericsoftware/spine-ts",
"version": "4.2.23", "version": "4.2.24",
"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.22.15", "version": "7.23.2",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -85,43 +85,48 @@
"link": true "link": true
}, },
"node_modules/@pixi/assets": { "node_modules/@pixi/assets": {
"version": "7.3.0", "version": "7.3.2",
"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.3.0", "@pixi/core": "7.3.2",
"@pixi/utils": "7.3.0" "@pixi/utils": "7.3.2"
} }
}, },
"node_modules/@pixi/color": { "node_modules/@pixi/color": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "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": { "node_modules/@pixi/constants": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/core": { "node_modules/@pixi/core": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/color": "7.3.0", "@pixi/color": "7.3.2",
"@pixi/constants": "7.3.0", "@pixi/constants": "7.3.2",
"@pixi/extensions": "7.3.0", "@pixi/extensions": "7.3.2",
"@pixi/math": "7.3.0", "@pixi/math": "7.3.2",
"@pixi/runner": "7.3.0", "@pixi/runner": "7.3.2",
"@pixi/settings": "7.3.0", "@pixi/settings": "7.3.2",
"@pixi/ticker": "7.3.0", "@pixi/ticker": "7.3.2",
"@pixi/utils": "7.3.0", "@pixi/utils": "7.3.2",
"@types/offscreencanvas": "^2019.6.4" "@types/offscreencanvas": "^2019.6.4"
}, },
"funding": { "funding": {
@ -130,93 +135,93 @@
} }
}, },
"node_modules/@pixi/display": { "node_modules/@pixi/display": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.0" "@pixi/core": "7.3.2"
} }
}, },
"node_modules/@pixi/extensions": { "node_modules/@pixi/extensions": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/graphics": { "node_modules/@pixi/graphics": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.0", "@pixi/core": "7.3.2",
"@pixi/display": "7.3.0", "@pixi/display": "7.3.2",
"@pixi/sprite": "7.3.0" "@pixi/sprite": "7.3.2"
} }
}, },
"node_modules/@pixi/math": { "node_modules/@pixi/math": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/mesh": { "node_modules/@pixi/mesh": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.0", "@pixi/core": "7.3.2",
"@pixi/display": "7.3.0" "@pixi/display": "7.3.2"
} }
}, },
"node_modules/@pixi/runner": { "node_modules/@pixi/runner": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@pixi/settings": { "node_modules/@pixi/settings": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/constants": "7.3.0", "@pixi/constants": "7.3.2",
"@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.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.0", "@pixi/core": "7.3.2",
"@pixi/display": "7.3.0" "@pixi/display": "7.3.2"
} }
}, },
"node_modules/@pixi/text": { "node_modules/@pixi/text": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
"@pixi/core": "7.3.0", "@pixi/core": "7.3.2",
"@pixi/sprite": "7.3.0" "@pixi/sprite": "7.3.2"
} }
}, },
"node_modules/@pixi/ticker": { "node_modules/@pixi/ticker": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/extensions": "7.3.0", "@pixi/extensions": "7.3.2",
"@pixi/settings": "7.3.0", "@pixi/settings": "7.3.2",
"@pixi/utils": "7.3.0" "@pixi/utils": "7.3.2"
} }
}, },
"node_modules/@pixi/utils": { "node_modules/@pixi/utils": {
"version": "7.3.0", "version": "7.3.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@pixi/color": "7.3.0", "@pixi/color": "7.3.2",
"@pixi/constants": "7.3.0", "@pixi/constants": "7.3.2",
"@pixi/settings": "7.3.0", "@pixi/settings": "7.3.2",
"@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,12 +239,12 @@
"peer": true "peer": true
}, },
"node_modules/@types/earcut": { "node_modules/@types/earcut": {
"version": "2.1.1", "version": "2.1.3",
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/@types/offscreencanvas": { "node_modules/@types/offscreencanvas": {
"version": "2019.7.1", "version": "2019.7.2",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/three": { "node_modules/@types/three": {
@ -251,7 +256,7 @@
} }
}, },
"node_modules/@types/webxr": { "node_modules/@types/webxr": {
"version": "0.5.4", "version": "0.5.7",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@ -510,12 +515,13 @@
} }
}, },
"node_modules/call-bind": { "node_modules/call-bind": {
"version": "1.0.2", "version": "1.0.5",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"function-bind": "^1.1.1", "function-bind": "^1.1.2",
"get-intrinsic": "^1.0.2" "get-intrinsic": "^1.2.1",
"set-function-length": "^1.1.1"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
@ -677,11 +683,6 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/colord": {
"version": "2.9.3",
"license": "MIT",
"peer": true
},
"node_modules/colors": { "node_modules/colors": {
"version": "1.4.0", "version": "1.4.0",
"dev": true, "dev": true,
@ -850,6 +851,19 @@
"node": ">=0.10" "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": { "node_modules/define-property": {
"version": "2.0.2", "version": "2.0.2",
"dev": true, "dev": true,
@ -1197,9 +1211,12 @@
} }
}, },
"node_modules/function-bind": { "node_modules/function-bind": {
"version": "1.1.1", "version": "1.1.2",
"license": "MIT", "license": "MIT",
"peer": true "peer": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
}, },
"node_modules/get-caller-file": { "node_modules/get-caller-file": {
"version": "2.0.5", "version": "2.0.5",
@ -1210,14 +1227,14 @@
} }
}, },
"node_modules/get-intrinsic": { "node_modules/get-intrinsic": {
"version": "1.2.1", "version": "1.2.2",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"function-bind": "^1.1.1", "function-bind": "^1.1.2",
"has": "^1.0.3",
"has-proto": "^1.0.1", "has-proto": "^1.0.1",
"has-symbols": "^1.0.3" "has-symbols": "^1.0.3",
"hasown": "^2.0.0"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
@ -1270,22 +1287,22 @@
"node": ">=0.10.0" "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": { "node_modules/graceful-fs": {
"version": "4.2.11", "version": "4.2.11",
"dev": true, "dev": true,
"license": "ISC" "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": { "node_modules/has-flag": {
"version": "4.0.0", "version": "4.0.0",
"dev": true, "dev": true,
@ -1294,6 +1311,17 @@
"node": ">=8" "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": { "node_modules/has-proto": {
"version": "1.0.1", "version": "1.0.1",
"license": "MIT", "license": "MIT",
@ -1352,6 +1380,17 @@
"node": ">=0.10.0" "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": { "node_modules/http-auth": {
"version": "3.1.3", "version": "3.1.3",
"dev": true, "dev": true,
@ -1948,7 +1987,7 @@
} }
}, },
"node_modules/object-inspect": { "node_modules/object-inspect": {
"version": "1.12.3", "version": "1.13.1",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"funding": { "funding": {
@ -2379,6 +2418,20 @@
"dev": true, "dev": true,
"license": "ISC" "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": { "node_modules/set-value": {
"version": "2.0.1", "version": "2.0.1",
"dev": true, "dev": true,
@ -3094,33 +3147,33 @@
}, },
"spine-canvas": { "spine-canvas": {
"name": "@esotericsoftware/spine-canvas", "name": "@esotericsoftware/spine-canvas",
"version": "4.2.23", "version": "4.2.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.23" "@esotericsoftware/spine-core": "4.2.24"
} }
}, },
"spine-core": { "spine-core": {
"name": "@esotericsoftware/spine-core", "name": "@esotericsoftware/spine-core",
"version": "4.2.23", "version": "4.2.24",
"license": "LicenseRef-LICENSE" "license": "LicenseRef-LICENSE"
}, },
"spine-phaser": { "spine-phaser": {
"name": "@esotericsoftware/spine-phaser", "name": "@esotericsoftware/spine-phaser",
"version": "4.2.23", "version": "4.2.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-canvas": "4.2.23", "@esotericsoftware/spine-canvas": "4.2.24",
"@esotericsoftware/spine-core": "4.2.23", "@esotericsoftware/spine-core": "4.2.24",
"@esotericsoftware/spine-webgl": "4.2.23" "@esotericsoftware/spine-webgl": "4.2.24"
} }
}, },
"spine-pixi": { "spine-pixi": {
"name": "@esotericsoftware/spine-pixi", "name": "@esotericsoftware/spine-pixi",
"version": "4.2.23", "version": "4.2.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.23" "@esotericsoftware/spine-core": "4.2.24"
}, },
"peerDependencies": { "peerDependencies": {
"@pixi/assets": "^7.2.4", "@pixi/assets": "^7.2.4",
@ -3133,26 +3186,26 @@
}, },
"spine-player": { "spine-player": {
"name": "@esotericsoftware/spine-player", "name": "@esotericsoftware/spine-player",
"version": "4.2.23", "version": "4.2.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-webgl": "4.2.23" "@esotericsoftware/spine-webgl": "4.2.24"
} }
}, },
"spine-threejs": { "spine-threejs": {
"name": "@esotericsoftware/spine-threejs", "name": "@esotericsoftware/spine-threejs",
"version": "4.2.23", "version": "4.2.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.23" "@esotericsoftware/spine-core": "4.2.24"
} }
}, },
"spine-webgl": { "spine-webgl": {
"name": "@esotericsoftware/spine-webgl", "name": "@esotericsoftware/spine-webgl",
"version": "4.2.23", "version": "4.2.24",
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "4.2.23" "@esotericsoftware/spine-core": "4.2.24"
} }
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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