mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Merge branch '4.1-beta' into 4.1-beta-physics
This commit is contained in:
commit
a08a5ee2d0
30
spine-ts/package-lock.json
generated
30
spine-ts/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"workspaces": [
|
||||
"spine-core",
|
||||
@ -7949,41 +7949,41 @@
|
||||
},
|
||||
"spine-canvas": {
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "^4.1.0"
|
||||
"@esotericsoftware/spine-core": "^4.1.1"
|
||||
}
|
||||
},
|
||||
"spine-core": {
|
||||
"name": "@esotericsoftware/spine-core",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"license": "LicenseRef-LICENSE"
|
||||
},
|
||||
"spine-player": {
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-webgl": "^4.1.0"
|
||||
"@esotericsoftware/spine-webgl": "^4.1.1"
|
||||
}
|
||||
},
|
||||
"spine-threejs": {
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "^4.1.0",
|
||||
"@esotericsoftware/spine-core": "^4.1.1",
|
||||
"@types/three": "^0.131.0",
|
||||
"three": "^0.132.0"
|
||||
}
|
||||
},
|
||||
"spine-webgl": {
|
||||
"name": "@esotericsoftware/spine-webgl",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "^4.1.0"
|
||||
"@esotericsoftware/spine-core": "^4.1.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -7991,7 +7991,7 @@
|
||||
"@esotericsoftware/spine-canvas": {
|
||||
"version": "file:spine-canvas",
|
||||
"requires": {
|
||||
"@esotericsoftware/spine-core": "^4.1.0"
|
||||
"@esotericsoftware/spine-core": "^4.1.1"
|
||||
}
|
||||
},
|
||||
"@esotericsoftware/spine-core": {
|
||||
@ -8000,13 +8000,13 @@
|
||||
"@esotericsoftware/spine-player": {
|
||||
"version": "file:spine-player",
|
||||
"requires": {
|
||||
"@esotericsoftware/spine-webgl": "^4.1.0"
|
||||
"@esotericsoftware/spine-webgl": "^4.1.1"
|
||||
}
|
||||
},
|
||||
"@esotericsoftware/spine-threejs": {
|
||||
"version": "file:spine-threejs",
|
||||
"requires": {
|
||||
"@esotericsoftware/spine-core": "^4.1.0",
|
||||
"@esotericsoftware/spine-core": "^4.1.1",
|
||||
"@types/three": "^0.131.0",
|
||||
"three": "^0.132.0"
|
||||
}
|
||||
@ -8014,7 +8014,7 @@
|
||||
"@esotericsoftware/spine-webgl": {
|
||||
"version": "file:spine-webgl",
|
||||
"requires": {
|
||||
"@esotericsoftware/spine-core": "^4.1.0"
|
||||
"@esotericsoftware/spine-core": "^4.1.1"
|
||||
}
|
||||
},
|
||||
"@types/offscreencanvas": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"files": [
|
||||
"README.md"
|
||||
@ -60,4 +60,4 @@
|
||||
"typescript": "^4.3.5",
|
||||
"@types/offscreencanvas": "^2019.6.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"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.0"
|
||||
"@esotericsoftware/spine-core": "^4.1.1"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-core",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@ -42,7 +42,7 @@ import { SlotData, BlendMode } from "./SlotData";
|
||||
import { TransformConstraintData } from "./TransformConstraintData";
|
||||
import { Utils, Color, NumberArrayLike } from "./Utils";
|
||||
import { Sequence, SequenceMode } from "./attachments/Sequence";
|
||||
import { SequenceTimeline } from "src";
|
||||
import { SequenceTimeline } from "./Animation";
|
||||
import { HasTextureRegion } from "./attachments/HasTextureRegion";
|
||||
|
||||
/** Loads skeleton data in the Spine JSON format.
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
import { TextureRegion } from "../Texture";
|
||||
import { Slot } from "../Slot";
|
||||
import { HasTextureRegion } from "./HasTextureRegion";
|
||||
import { Utils } from "src";
|
||||
import { Utils } from "../Utils";
|
||||
|
||||
|
||||
export class Sequence {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"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.0"
|
||||
"@esotericsoftware/spine-webgl": "^4.1.1"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -32,6 +32,6 @@
|
||||
"dependencies": {
|
||||
"@types/three": "^0.131.0",
|
||||
"three": "^0.132.0",
|
||||
"@esotericsoftware/spine-core": "^4.1.0"
|
||||
"@esotericsoftware/spine-core": "^4.1.1"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-webgl",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"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.0"
|
||||
"@esotericsoftware/spine-core": "^4.1.1"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user