pixi-spine
Advanced tools
Comparing version 1.5.16 to 1.5.18
@@ -267,4 +267,4 @@ /// <reference types="pixi.js" /> | ||
setAnimationWith(trackIndex: number, animation: Animation, loop: boolean): TrackEntry; | ||
addAnimation(trackIndex: number, animationName: string, loop: boolean, delay: number): TrackEntry; | ||
addAnimationWith(trackIndex: number, animation: Animation, loop: boolean, delay: number): TrackEntry; | ||
addAnimation(trackIndex: number, animationName: string, loop: boolean, delay?: number): TrackEntry; | ||
addAnimationWith(trackIndex: number, animation: Animation, loop: boolean, delay?: number): TrackEntry; | ||
setEmptyAnimation(trackIndex: number, mixDuration: number): TrackEntry; | ||
@@ -687,2 +687,3 @@ addEmptyAnimation(trackIndex: number, mixDuration: number, delay: number): TrackEntry; | ||
static AFTER: number; | ||
static epsilon: number; | ||
data: PathConstraintData; | ||
@@ -779,3 +780,3 @@ bones: Array<Bone>; | ||
setSkinByName(skinName: string): void; | ||
setSkin(newSkin: Skin): void; | ||
setSkin(newSkin: Skin | null): void; | ||
getAttachmentByName(slotName: string, attachmentName: string): Attachment; | ||
@@ -1142,2 +1143,3 @@ getAttachment(slotIndex: number, attachmentName: string): Attachment; | ||
static toSinglePrecision(value: number): number; | ||
static webkit602BugfixHelper(alpha: number, pose: MixPose): void; | ||
} | ||
@@ -1245,2 +1247,3 @@ class DebugUtils { | ||
static globalAutoUpdate: boolean; | ||
static globalDelayLimit: number; | ||
tintRgb: ArrayLike<number>; | ||
@@ -1253,5 +1256,7 @@ spineData: core.SkeletonData; | ||
tempClipContainers: Array<PIXI.Container>; | ||
localDelayLimit: number; | ||
constructor(spineData: core.SkeletonData); | ||
autoUpdate: boolean; | ||
tint: number; | ||
readonly delayLimit: number; | ||
update(dt: number): void; | ||
@@ -1274,3 +1279,5 @@ private setSpriteRegion(attachment, sprite, region); | ||
transformHack(): number; | ||
hackAttachmentGroups(nameSuffix: string, group: any): any[]; | ||
destroy(options?: PIXI.DestroyOptions | boolean): void; | ||
} | ||
} |
{ | ||
"name": "pixi-spine", | ||
"version": "1.5.16", | ||
"version": "1.5.18", | ||
"description": "Spine implementation for pixi v^3 and v^4", | ||
@@ -32,5 +32,5 @@ "author": "Mat Groves", | ||
"docs": "typedoc --out ./docs/ --readme README.md ./src/", | ||
"check:browserify": "yarn checkpack -- browserify -e test/checkpack.ts", | ||
"check:webpack": "yarn checkpack -- webpack -e test/checkpack.ts", | ||
"check:vanillajs": "yarn checkpack -- vanillajs -e test/checkpack.ts", | ||
"check:browserify": "yarn checkpack browserify -e test/checkpack.ts", | ||
"check:webpack": "yarn checkpack webpack -e test/checkpack.ts", | ||
"check:vanillajs": "yarn checkpack vanillajs -e test/checkpack.ts", | ||
"check:all": "yarn build && yarn check:browserify && yarn check:webpack && yarn check:vanillajs" | ||
@@ -40,3 +40,2 @@ }, | ||
"bin/", | ||
"src/", | ||
"SPINE-LICENSE", | ||
@@ -47,3 +46,4 @@ "package.json", | ||
"devDependencies": { | ||
"checkpack": "~0.1.0", | ||
"@types/lodash": "^4.14.108", | ||
"checkpack": "^0.3", | ||
"del": "~2.2.0", | ||
@@ -53,3 +53,3 @@ "glob": "~7.1.1", | ||
"parallelshell": "~2.0.0", | ||
"pixi.js": "~4.5", | ||
"pixi.js": "~4.8.1", | ||
"rimraf": "~2.5.3", | ||
@@ -59,7 +59,7 @@ "tmp": "^0.0.33", | ||
"typedoc": "^0.9.0", | ||
"typescript": "~2.4" | ||
"typescript": "^2.8.3" | ||
}, | ||
"dependencies": { | ||
"@types/pixi.js": "^4.5.3" | ||
"@types/pixi.js": "^4.8.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1181701
12
6
8572
Updated@types/pixi.js@^4.8.0