mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ts] Update version to 4.0.2
This commit is contained in:
parent
a12e26be65
commit
5e0006863a
39
spine-ts/package-lock.json
generated
39
spine-ts/package-lock.json
generated
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "spine-ts",
|
"name": "@esotericsoftware/spine-ts",
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
|
"name": "@esotericsoftware/spine-ts",
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
@ -8117,11 +8118,8 @@
|
|||||||
"name": "@esotericsoftware/spine-canvas",
|
"name": "@esotericsoftware/spine-canvas",
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"npx": "^10.2.2",
|
"@esotericsoftware/spine-core": "4.0.1"
|
||||||
"rollup": "^2.56.2",
|
|
||||||
"rollup-plugin-dts": "^3.0.2",
|
|
||||||
"typescript": "^4.3.5"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spine-core": {
|
"spine-core": {
|
||||||
@ -8132,13 +8130,18 @@
|
|||||||
"spine-player": {
|
"spine-player": {
|
||||||
"name": "@esotericsoftware/spine-player",
|
"name": "@esotericsoftware/spine-player",
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"license": "LicenseRef-LICENSE"
|
"license": "LicenseRef-LICENSE",
|
||||||
|
"dependencies": {
|
||||||
|
"@esotericsoftware/spine-core": "4.0.1",
|
||||||
|
"@esotericsoftware/spine-webgl": "4.0.1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"spine-threejs": {
|
"spine-threejs": {
|
||||||
"name": "@esotericsoftware/spine-threejs",
|
"name": "@esotericsoftware/spine-threejs",
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@esotericsoftware/spine-core": "4.0.1",
|
||||||
"@types/three": "^0.131.0",
|
"@types/three": "^0.131.0",
|
||||||
"three": "^0.132.0"
|
"three": "^0.132.0"
|
||||||
},
|
},
|
||||||
@ -8152,7 +8155,10 @@
|
|||||||
"spine-webgl": {
|
"spine-webgl": {
|
||||||
"name": "@esotericsoftware/spine-webgl",
|
"name": "@esotericsoftware/spine-webgl",
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"license": "LicenseRef-LICENSE"
|
"license": "LicenseRef-LICENSE",
|
||||||
|
"dependencies": {
|
||||||
|
"@esotericsoftware/spine-core": "4.0.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -8185,21 +8191,23 @@
|
|||||||
"@esotericsoftware/spine-canvas": {
|
"@esotericsoftware/spine-canvas": {
|
||||||
"version": "file:spine-canvas",
|
"version": "file:spine-canvas",
|
||||||
"requires": {
|
"requires": {
|
||||||
"npx": "^10.2.2",
|
"@esotericsoftware/spine-core": "4.0.1"
|
||||||
"rollup": "^2.56.2",
|
|
||||||
"rollup-plugin-dts": "^3.0.2",
|
|
||||||
"typescript": "^4.3.5"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@esotericsoftware/spine-core": {
|
"@esotericsoftware/spine-core": {
|
||||||
"version": "file:spine-core"
|
"version": "file:spine-core"
|
||||||
},
|
},
|
||||||
"@esotericsoftware/spine-player": {
|
"@esotericsoftware/spine-player": {
|
||||||
"version": "file:spine-player"
|
"version": "file:spine-player",
|
||||||
|
"requires": {
|
||||||
|
"@esotericsoftware/spine-core": "4.0.1",
|
||||||
|
"@esotericsoftware/spine-webgl": "4.0.1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"@esotericsoftware/spine-threejs": {
|
"@esotericsoftware/spine-threejs": {
|
||||||
"version": "file:spine-threejs",
|
"version": "file:spine-threejs",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"@esotericsoftware/spine-core": "4.0.1",
|
||||||
"@types/three": "^0.131.0",
|
"@types/three": "^0.131.0",
|
||||||
"npx": "^10.2.2",
|
"npx": "^10.2.2",
|
||||||
"rollup": "^2.56.2",
|
"rollup": "^2.56.2",
|
||||||
@ -8209,7 +8217,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@esotericsoftware/spine-webgl": {
|
"@esotericsoftware/spine-webgl": {
|
||||||
"version": "file:spine-webgl"
|
"version": "file:spine-webgl",
|
||||||
|
"requires": {
|
||||||
|
"@esotericsoftware/spine-core": "4.0.1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"@types/normalize-package-data": {
|
"@types/normalize-package-data": {
|
||||||
"version": "2.4.1",
|
"version": "2.4.1",
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-ts",
|
"name": "@esotericsoftware/spine-ts",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"description": "The official Spine Runtimes for the web.",
|
"description": "The official Spine Runtimes for the web.",
|
||||||
|
"files": [
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf build && concurrently \"npm run build:core\" \"npm run build:canvas\" \"npm run build:webgl\" \"npm run build:player\" \"npm run build:threejs\" \"npm run build:modules\"",
|
"build": "rm -rf build && concurrently \"npm run build:core\" \"npm run build:canvas\" \"npm run build:webgl\" \"npm run build:player\" \"npm run build:threejs\" \"npm run build:modules\"",
|
||||||
"build:modules": "tsc -b -clean && tsc -b",
|
"build:modules": "tsc -b -clean && tsc -b",
|
||||||
@ -35,7 +38,6 @@
|
|||||||
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
|
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||||
"private": true,
|
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"spine-core",
|
"spine-core",
|
||||||
"spine-canvas",
|
"spine-canvas",
|
||||||
|
|||||||
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-canvas",
|
"name": "@esotericsoftware/spine-canvas",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"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",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*"
|
"dist/**/*",
|
||||||
|
"../README.md",
|
||||||
|
"../LICENSE"
|
||||||
],
|
],
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -28,6 +30,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsofware/spine-core": "4.0.1"
|
"@esotericsoftware/spine-core": "4.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
9341
spine-ts/spine-core/package-lock.json
generated
9341
spine-ts/spine-core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-core",
|
"name": "@esotericsoftware/spine-core",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"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",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*"
|
"dist/**/*",
|
||||||
|
"../README.md",
|
||||||
|
"../LICENSE"
|
||||||
],
|
],
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -27,4 +29,4 @@
|
|||||||
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
|
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme"
|
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-player",
|
"name": "@esotericsoftware/spine-player",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"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",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*"
|
"dist/**/*",
|
||||||
|
"../README.md",
|
||||||
|
"../LICENSE"
|
||||||
],
|
],
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -28,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.0.1",
|
"@esotericsoftware/spine-core": "4.0.2",
|
||||||
"@esotericsoftware/spine-webgl": "4.0.1"
|
"@esotericsoftware/spine-webgl": "4.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
spine-ts/spine-threejs/package-lock.json
generated
4
spine-ts/spine-threejs/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-canvas",
|
"name": "@esotericsoftware/spine-canvas",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@esotericsoftware/spine-canvas",
|
"name": "@esotericsoftware/spine-canvas",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/three": "^0.131.0",
|
"@types/three": "^0.131.0",
|
||||||
|
|||||||
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-threejs",
|
"name": "@esotericsoftware/spine-threejs",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"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",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*"
|
"dist/**/*",
|
||||||
|
"../README.md",
|
||||||
|
"../LICENSE"
|
||||||
],
|
],
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -36,6 +38,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/three": "^0.131.0",
|
"@types/three": "^0.131.0",
|
||||||
"three": "^0.132.0",
|
"three": "^0.132.0",
|
||||||
"@esotericsoftware/spine-core": "4.0.1"
|
"@esotericsoftware/spine-core": "4.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-webgl",
|
"name": "@esotericsoftware/spine-webgl",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"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",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*"
|
"dist/**/*",
|
||||||
|
"../README.md",
|
||||||
|
"../LICENSE"
|
||||||
],
|
],
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -28,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.0.1"
|
"@esotericsoftware/spine-core": "4.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user