@pixi/prepare
Advanced tools
Comparing version 5.0.0-rc.3 to 5.0.0
/*! | ||
* @pixi/prepare - v5.0.0-rc.3 | ||
* Compiled Fri, 22 Mar 2019 16:33:44 UTC | ||
* Compiled Tue, 30 Apr 2019 02:21:00 UTC | ||
* | ||
@@ -68,3 +68,3 @@ * @pixi/prepare is licensed under the MIT License. | ||
* BasePrepare handles basic queuing functionality and is extended by | ||
* {@link PIXI.prepare.WebGLPrepare} and {@link PIXI.prepare.CanvasPrepare} | ||
* {@link PIXI.prepare.Prepare} and {@link PIXI.prepare.CanvasPrepare} | ||
* to provide preparation capabilities specific to their respective renderers. | ||
@@ -106,3 +106,3 @@ * | ||
/** | ||
* The only real difference between CanvasPrepare and WebGLPrepare is what they pass | ||
* The only real difference between CanvasPrepare and Prepare is what they pass | ||
* to upload hooks. That different parameter is stored here. | ||
@@ -109,0 +109,0 @@ * @type {PIXI.prepare.CanvasPrepare|PIXI.Renderer} |
/*! | ||
* @pixi/prepare - v5.0.0-rc.3 | ||
* Compiled Fri, 22 Mar 2019 16:33:44 UTC | ||
* Compiled Tue, 30 Apr 2019 02:21:00 UTC | ||
* | ||
@@ -70,3 +70,3 @@ * @pixi/prepare is licensed under the MIT License. | ||
* BasePrepare handles basic queuing functionality and is extended by | ||
* {@link PIXI.prepare.WebGLPrepare} and {@link PIXI.prepare.CanvasPrepare} | ||
* {@link PIXI.prepare.Prepare} and {@link PIXI.prepare.CanvasPrepare} | ||
* to provide preparation capabilities specific to their respective renderers. | ||
@@ -108,3 +108,3 @@ * | ||
/** | ||
* The only real difference between CanvasPrepare and WebGLPrepare is what they pass | ||
* The only real difference between CanvasPrepare and Prepare is what they pass | ||
* to upload hooks. That different parameter is stored here. | ||
@@ -111,0 +111,0 @@ * @type {PIXI.prepare.CanvasPrepare|PIXI.Renderer} |
/*! | ||
* @pixi/prepare - v5.0.0-rc.3 | ||
* Compiled Fri, 22 Mar 2019 16:33:44 UTC | ||
* Compiled Tue, 30 Apr 2019 02:21:00 UTC | ||
* | ||
@@ -74,3 +74,3 @@ * @pixi/prepare is licensed under the MIT License. | ||
* BasePrepare handles basic queuing functionality and is extended by | ||
* {@link PIXI.prepare.WebGLPrepare} and {@link PIXI.prepare.CanvasPrepare} | ||
* {@link PIXI.prepare.Prepare} and {@link PIXI.prepare.CanvasPrepare} | ||
* to provide preparation capabilities specific to their respective renderers. | ||
@@ -112,3 +112,3 @@ * | ||
/** | ||
* The only real difference between CanvasPrepare and WebGLPrepare is what they pass | ||
* The only real difference between CanvasPrepare and Prepare is what they pass | ||
* to upload hooks. That different parameter is stored here. | ||
@@ -115,0 +115,0 @@ * @type {PIXI.prepare.CanvasPrepare|PIXI.Renderer} |
{ | ||
"name": "@pixi/prepare", | ||
"version": "5.0.0-rc.3", | ||
"version": "5.0.0", | ||
"main": "lib/prepare.js", | ||
@@ -31,8 +31,8 @@ "module": "lib/prepare.es.js", | ||
"dependencies": { | ||
"@pixi/core": "^5.0.0-rc.3", | ||
"@pixi/display": "^5.0.0-rc.3", | ||
"@pixi/graphics": "^5.0.0-rc.3", | ||
"@pixi/settings": "^5.0.0-rc.3", | ||
"@pixi/text": "^5.0.0-rc.3", | ||
"@pixi/ticker": "^5.0.0-rc.3" | ||
"@pixi/core": "^5.0.0", | ||
"@pixi/display": "^5.0.0", | ||
"@pixi/graphics": "^5.0.0", | ||
"@pixi/settings": "^5.0.0", | ||
"@pixi/text": "^5.0.0", | ||
"@pixi/ticker": "^5.0.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8bd27c8b903ae2c8f90d91d64e82d65b19ac1cdb" | ||
"gitHead": "607e68419902444cde15f2d69588fbd189481cd8" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
145166
9
1935
Updated@pixi/core@^5.0.0
Updated@pixi/display@^5.0.0
Updated@pixi/graphics@^5.0.0
Updated@pixi/settings@^5.0.0
Updated@pixi/text@^5.0.0
Updated@pixi/ticker@^5.0.0