[ts] Release 4.1.41

This commit is contained in:
Mario Zechner 2023-09-13 22:28:17 +02:00
parent a397b8fe3f
commit ed326999af
9 changed files with 40 additions and 40 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.40",
"version": "4.1.41",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esotericsoftware/spine-ts",
"version": "4.1.40",
"version": "4.1.41",
"license": "LicenseRef-LICENSE",
"workspaces": [
"spine-core",
@ -2297,9 +2297,9 @@
"dev": true
},
"node_modules/nan": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz",
"integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==",
"version": "2.18.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz",
"integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==",
"dev": true,
"optional": true
},
@ -3590,13 +3590,13 @@
"dev": true
},
"node_modules/url": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/url/-/url-0.11.1.tgz",
"integrity": "sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/url/-/url-0.11.2.tgz",
"integrity": "sha512-7yIgNnrST44S7PJ5+jXbdIupfU1nWUdQJBFBeJRclPXiWgCvrSq5Frw8lr/i//n5sqDfzoKmBymMS81l4U/7cg==",
"peer": true,
"dependencies": {
"punycode": "^1.4.1",
"qs": "^6.11.0"
"qs": "^6.11.2"
}
},
"node_modules/use": {
@ -3735,33 +3735,33 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.40",
"version": "4.1.41",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.40"
"@esotericsoftware/spine-core": "4.1.41"
}
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.1.40",
"version": "4.1.41",
"license": "LicenseRef-LICENSE"
},
"spine-phaser": {
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.40",
"version": "4.1.41",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-canvas": "4.1.40",
"@esotericsoftware/spine-core": "4.1.40",
"@esotericsoftware/spine-webgl": "4.1.40"
"@esotericsoftware/spine-canvas": "4.1.41",
"@esotericsoftware/spine-core": "4.1.41",
"@esotericsoftware/spine-webgl": "4.1.41"
}
},
"spine-pixi": {
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.40",
"version": "4.1.41",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.40"
"@esotericsoftware/spine-core": "4.1.41"
},
"peerDependencies": {
"@pixi/assets": "^7.2.4",
@ -3774,26 +3774,26 @@
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.1.40",
"version": "4.1.41",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.1.40"
"@esotericsoftware/spine-webgl": "4.1.41"
}
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.40",
"version": "4.1.41",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.40"
"@esotericsoftware/spine-core": "4.1.41"
}
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.40",
"version": "4.1.41",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.40"
"@esotericsoftware/spine-core": "4.1.41"
}
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.40",
"version": "4.1.41",
"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.1.40"
"@esotericsoftware/spine-core": "4.1.41"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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