@pixi/prepare
Advanced tools
Comparing version 5.0.0-rc.2 to 5.0.0-rc.3
/*! | ||
* @pixi/prepare - v5.0.0-rc.2 | ||
* Compiled Mon, 18 Feb 2019 23:45:28 UTC | ||
* @pixi/prepare - v5.0.0-rc.3 | ||
* Compiled Fri, 22 Mar 2019 16:33:44 UTC | ||
* | ||
@@ -561,6 +561,6 @@ * @pixi/prepare is licensed under the MIT License. | ||
*/ | ||
var Prepare = /*@__PURE__*/(function (BasePrepare$$1) { | ||
var Prepare = /*@__PURE__*/(function (BasePrepare) { | ||
function Prepare(renderer) | ||
{ | ||
BasePrepare$$1.call(this, renderer); | ||
BasePrepare.call(this, renderer); | ||
@@ -575,4 +575,4 @@ this.uploadHookHelper = this.renderer; | ||
if ( BasePrepare$$1 ) Prepare.__proto__ = BasePrepare$$1; | ||
Prepare.prototype = Object.create( BasePrepare$$1 && BasePrepare$$1.prototype ); | ||
if ( BasePrepare ) Prepare.__proto__ = BasePrepare; | ||
Prepare.prototype = Object.create( BasePrepare && BasePrepare.prototype ); | ||
Prepare.prototype.constructor = Prepare; | ||
@@ -722,3 +722,3 @@ | ||
export { Prepare, BasePrepare, CountLimiter, TimeLimiter }; | ||
export { BasePrepare, CountLimiter, Prepare, TimeLimiter }; | ||
//# sourceMappingURL=prepare.es.js.map |
/*! | ||
* @pixi/prepare - v5.0.0-rc.2 | ||
* Compiled Mon, 18 Feb 2019 23:45:28 UTC | ||
* @pixi/prepare - v5.0.0-rc.3 | ||
* Compiled Fri, 22 Mar 2019 16:33:44 UTC | ||
* | ||
@@ -565,6 +565,6 @@ * @pixi/prepare is licensed under the MIT License. | ||
*/ | ||
var Prepare = /*@__PURE__*/(function (BasePrepare$$1) { | ||
var Prepare = /*@__PURE__*/(function (BasePrepare) { | ||
function Prepare(renderer) | ||
{ | ||
BasePrepare$$1.call(this, renderer); | ||
BasePrepare.call(this, renderer); | ||
@@ -579,4 +579,4 @@ this.uploadHookHelper = this.renderer; | ||
if ( BasePrepare$$1 ) Prepare.__proto__ = BasePrepare$$1; | ||
Prepare.prototype = Object.create( BasePrepare$$1 && BasePrepare$$1.prototype ); | ||
if ( BasePrepare ) Prepare.__proto__ = BasePrepare; | ||
Prepare.prototype = Object.create( BasePrepare && BasePrepare.prototype ); | ||
Prepare.prototype.constructor = Prepare; | ||
@@ -726,6 +726,6 @@ | ||
exports.Prepare = Prepare; | ||
exports.BasePrepare = BasePrepare; | ||
exports.CountLimiter = CountLimiter; | ||
exports.Prepare = Prepare; | ||
exports.TimeLimiter = TimeLimiter; | ||
//# sourceMappingURL=prepare.js.map |
{ | ||
"name": "@pixi/prepare", | ||
"version": "5.0.0-rc.2", | ||
"version": "5.0.0-rc.3", | ||
"main": "lib/prepare.js", | ||
"module": "lib/prepare.es.js", | ||
"bundle": "dist/prepare.js", | ||
"namespace": "PIXI.prepare", | ||
"description": "Plugin to allow uploading textures to the GPU", | ||
@@ -25,17 +27,17 @@ "author": "Mat Groves", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@pixi/canvas-renderer": "^5.0.0-rc.2", | ||
"@pixi/core": "^5.0.0-rc.2", | ||
"@pixi/display": "^5.0.0-rc.2", | ||
"@pixi/graphics": "^5.0.0-rc.2", | ||
"@pixi/settings": "^5.0.0-rc.2", | ||
"@pixi/text": "^5.0.0-rc.2", | ||
"@pixi/ticker": "^5.0.0-rc.2" | ||
"@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" | ||
}, | ||
"devDependencies": { | ||
"floss": "^2.1.5" | ||
"floss": "^2.2.0" | ||
}, | ||
"gitHead": "53b354f4e01d3baee7223756dd09a3163ad29d0f" | ||
"gitHead": "8bd27c8b903ae2c8f90d91d64e82d65b19ac1cdb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
173514
6
11
1959
- Removed@pixi/canvas-renderer@^5.0.0-rc.2
- Removed@pixi/canvas-renderer@5.3.12(transitive)
Updated@pixi/core@^5.0.0-rc.3
Updated@pixi/display@^5.0.0-rc.3
Updated@pixi/graphics@^5.0.0-rc.3
Updated@pixi/settings@^5.0.0-rc.3
Updated@pixi/text@^5.0.0-rc.3
Updated@pixi/ticker@^5.0.0-rc.3