@pixi/spritesheet
Advanced tools
Comparing version 6.1.0-rc.5 to 6.1.0-rc.6
/*! | ||
* @pixi/spritesheet - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* @pixi/spritesheet - v6.1.0-rc.6 | ||
* Compiled Fri, 23 Jul 2021 22:53:45 UTC | ||
* | ||
@@ -271,3 +271,3 @@ * @pixi/spritesheet is licensed under the MIT License. | ||
* @member {PIXI.Spritesheet} spritesheet | ||
* @memberof PIXI.ILoaderResource | ||
* @memberof PIXI.LoaderResource | ||
* @instance | ||
@@ -278,3 +278,3 @@ */ | ||
* @member {object<string, PIXI.Texture>} textures | ||
* @memberof PIXI.ILoaderResource | ||
* @memberof PIXI.LoaderResource | ||
* @instance | ||
@@ -281,0 +281,0 @@ */ |
/*! | ||
* @pixi/spritesheet - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* @pixi/spritesheet - v6.1.0-rc.6 | ||
* Compiled Fri, 23 Jul 2021 22:53:45 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/spritesheet is licensed under the MIT License. |
/*! | ||
* @pixi/spritesheet - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* @pixi/spritesheet - v6.1.0-rc.6 | ||
* Compiled Fri, 23 Jul 2021 22:53:45 UTC | ||
* | ||
@@ -276,3 +276,3 @@ * @pixi/spritesheet is licensed under the MIT License. | ||
* @member {PIXI.Spritesheet} spritesheet | ||
* @memberof PIXI.ILoaderResource | ||
* @memberof PIXI.LoaderResource | ||
* @instance | ||
@@ -283,3 +283,3 @@ */ | ||
* @member {object<string, PIXI.Texture>} textures | ||
* @memberof PIXI.ILoaderResource | ||
* @memberof PIXI.LoaderResource | ||
* @instance | ||
@@ -286,0 +286,0 @@ */ |
/*! | ||
* @pixi/spritesheet - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* @pixi/spritesheet - v6.1.0-rc.6 | ||
* Compiled Fri, 23 Jul 2021 22:53:45 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/spritesheet is licensed under the MIT License. |
/*! | ||
* @pixi/spritesheet - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* @pixi/spritesheet - v6.1.0-rc.6 | ||
* Compiled Fri, 23 Jul 2021 22:53:45 UTC | ||
* | ||
@@ -272,3 +272,3 @@ * @pixi/spritesheet is licensed under the MIT License. | ||
* @member {PIXI.Spritesheet} spritesheet | ||
* @memberof PIXI.ILoaderResource | ||
* @memberof PIXI.LoaderResource | ||
* @instance | ||
@@ -279,3 +279,3 @@ */ | ||
* @member {object<string, PIXI.Texture>} textures | ||
* @memberof PIXI.ILoaderResource | ||
* @memberof PIXI.LoaderResource | ||
* @instance | ||
@@ -282,0 +282,0 @@ */ |
/*! | ||
* @pixi/spritesheet - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* @pixi/spritesheet - v6.1.0-rc.6 | ||
* Compiled Fri, 23 Jul 2021 22:53:45 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/spritesheet is licensed under the MIT License. |
declare namespace GlobalMixins | ||
{ | ||
interface ILoaderResource | ||
interface LoaderResource | ||
{ | ||
@@ -5,0 +5,0 @@ /** Reference to Spritesheet object created. */ |
@@ -5,4 +5,4 @@ /// <reference path="./global.d.ts" /> | ||
import type { Dict } from '@pixi/utils'; | ||
import type { ILoaderResource } from '@pixi/loaders'; | ||
import type { IPointData } from '@pixi/math'; | ||
import { LoaderResource } from '@pixi/loaders'; | ||
import { Texture } from '@pixi/core'; | ||
@@ -176,3 +176,3 @@ | ||
*/ | ||
static use(resource: ILoaderResource, next: (...args: unknown[]) => void): void; | ||
static use(resource: LoaderResource, next: (...args: unknown[]) => void): void; | ||
/** | ||
@@ -183,5 +183,5 @@ * Get the spritesheets root path | ||
*/ | ||
static getResourcePath(resource: ILoaderResource, baseUrl: string): string; | ||
static getResourcePath(resource: LoaderResource, baseUrl: string): string; | ||
} | ||
export { } |
{ | ||
"name": "@pixi/spritesheet", | ||
"version": "6.1.0-rc.5", | ||
"version": "6.1.0-rc.6", | ||
"main": "dist/cjs/spritesheet.js", | ||
@@ -28,8 +28,8 @@ "module": "dist/esm/spritesheet.js", | ||
"peerDependencies": { | ||
"@pixi/core": "6.1.0-rc.5", | ||
"@pixi/loaders": "6.1.0-rc.5", | ||
"@pixi/math": "6.1.0-rc.5", | ||
"@pixi/utils": "6.1.0-rc.5" | ||
"@pixi/core": "6.1.0-rc.6", | ||
"@pixi/loaders": "6.1.0-rc.6", | ||
"@pixi/math": "6.1.0-rc.6", | ||
"@pixi/utils": "6.1.0-rc.6" | ||
}, | ||
"gitHead": "95ea00e00e06701e990aba8c76d5c910211c2959" | ||
"gitHead": "f783dd44a8dc87d2a511e6f4bc7b7839f5b6f6f3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
208706