mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +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",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.0.1",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"workspaces": [
|
||||
@ -8117,11 +8118,8 @@
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.0.1",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"devDependencies": {
|
||||
"npx": "^10.2.2",
|
||||
"rollup": "^2.56.2",
|
||||
"rollup-plugin-dts": "^3.0.2",
|
||||
"typescript": "^4.3.5"
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.0.1"
|
||||
}
|
||||
},
|
||||
"spine-core": {
|
||||
@ -8132,13 +8130,18 @@
|
||||
"spine-player": {
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"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": {
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.0.1",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.0.1",
|
||||
"@types/three": "^0.131.0",
|
||||
"three": "^0.132.0"
|
||||
},
|
||||
@ -8152,7 +8155,10 @@
|
||||
"spine-webgl": {
|
||||
"name": "@esotericsoftware/spine-webgl",
|
||||
"version": "4.0.1",
|
||||
"license": "LicenseRef-LICENSE"
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.0.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
@ -8185,21 +8191,23 @@
|
||||
"@esotericsoftware/spine-canvas": {
|
||||
"version": "file:spine-canvas",
|
||||
"requires": {
|
||||
"npx": "^10.2.2",
|
||||
"rollup": "^2.56.2",
|
||||
"rollup-plugin-dts": "^3.0.2",
|
||||
"typescript": "^4.3.5"
|
||||
"@esotericsoftware/spine-core": "4.0.1"
|
||||
}
|
||||
},
|
||||
"@esotericsoftware/spine-core": {
|
||||
"version": "file:spine-core"
|
||||
},
|
||||
"@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": {
|
||||
"version": "file:spine-threejs",
|
||||
"requires": {
|
||||
"@esotericsoftware/spine-core": "4.0.1",
|
||||
"@types/three": "^0.131.0",
|
||||
"npx": "^10.2.2",
|
||||
"rollup": "^2.56.2",
|
||||
@ -8209,7 +8217,10 @@
|
||||
}
|
||||
},
|
||||
"@esotericsoftware/spine-webgl": {
|
||||
"version": "file:spine-webgl"
|
||||
"version": "file:spine-webgl",
|
||||
"requires": {
|
||||
"@esotericsoftware/spine-core": "4.0.1"
|
||||
}
|
||||
},
|
||||
"@types/normalize-package-data": {
|
||||
"version": "2.4.1",
|
||||
|
||||
@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"files": [
|
||||
"README.md"
|
||||
],
|
||||
"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:modules": "tsc -b -clean && tsc -b",
|
||||
@ -35,7 +38,6 @@
|
||||
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"spine-core",
|
||||
"spine-canvas",
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"../README.md",
|
||||
"../LICENSE"
|
||||
],
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
@ -28,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"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",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"../README.md",
|
||||
"../LICENSE"
|
||||
],
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
@ -27,4 +29,4 @@
|
||||
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"../README.md",
|
||||
"../LICENSE"
|
||||
],
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
@ -28,7 +30,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.0.1",
|
||||
"@esotericsoftware/spine-webgl": "4.0.1"
|
||||
"@esotericsoftware/spine-core": "4.0.2",
|
||||
"@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",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@types/three": "^0.131.0",
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"../README.md",
|
||||
"../LICENSE"
|
||||
],
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
@ -36,6 +38,6 @@
|
||||
"dependencies": {
|
||||
"@types/three": "^0.131.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",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"../README.md",
|
||||
"../LICENSE"
|
||||
],
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
@ -28,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.0.1"
|
||||
"@esotericsoftware/spine-core": "4.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user