pixi.js-legacy
Advanced tools
Comparing version 5.1.5 to 5.2.0
/*! | ||
* pixi.js-legacy - v5.1.5 | ||
* Compiled Tue, 24 Sep 2019 04:07:05 UTC | ||
* pixi.js-legacy - v5.2.0 | ||
* Compiled Wed, 06 Nov 2019 02:32:43 UTC | ||
* | ||
@@ -11,3 +11,3 @@ * pixi.js-legacy is licensed under the MIT License. | ||
import { CanvasRenderer } from '@pixi/canvas-renderer'; | ||
export { CanvasRenderer, CanvasTinter } from '@pixi/canvas-renderer'; | ||
export { CanvasRenderer, canvasUtils } from '@pixi/canvas-renderer'; | ||
import { CanvasMeshRenderer } from '@pixi/canvas-mesh'; | ||
@@ -14,0 +14,0 @@ export { CanvasMeshRenderer } from '@pixi/canvas-mesh'; |
/*! | ||
* pixi.js-legacy - v5.1.5 | ||
* Compiled Tue, 24 Sep 2019 04:07:05 UTC | ||
* pixi.js-legacy - v5.2.0 | ||
* Compiled Wed, 06 Nov 2019 02:32:43 UTC | ||
* | ||
@@ -49,6 +49,6 @@ * pixi.js-legacy is licensed under the MIT License. | ||
}); | ||
Object.defineProperty(exports, 'CanvasTinter', { | ||
Object.defineProperty(exports, 'canvasUtils', { | ||
enumerable: true, | ||
get: function () { | ||
return canvasRenderer.CanvasTinter; | ||
return canvasRenderer.canvasUtils; | ||
} | ||
@@ -55,0 +55,0 @@ }); |
{ | ||
"name": "pixi.js-legacy", | ||
"version": "5.1.5", | ||
"version": "5.2.0", | ||
"description": "The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.", | ||
@@ -34,15 +34,15 @@ "author": "Mat Groves", | ||
"dependencies": { | ||
"@pixi/canvas-display": "^5.1.3", | ||
"@pixi/canvas-extract": "^5.1.5", | ||
"@pixi/canvas-graphics": "^5.1.5", | ||
"@pixi/canvas-mesh": "^5.1.5", | ||
"@pixi/canvas-particles": "^5.1.5", | ||
"@pixi/canvas-prepare": "^5.1.5", | ||
"@pixi/canvas-renderer": "^5.1.5", | ||
"@pixi/canvas-sprite": "^5.1.5", | ||
"@pixi/canvas-sprite-tiling": "^5.1.5", | ||
"@pixi/canvas-text": "^5.1.5", | ||
"pixi.js": "^5.1.5" | ||
"@pixi/canvas-display": "^5.2.0", | ||
"@pixi/canvas-extract": "^5.2.0", | ||
"@pixi/canvas-graphics": "^5.2.0", | ||
"@pixi/canvas-mesh": "^5.2.0", | ||
"@pixi/canvas-particles": "^5.2.0", | ||
"@pixi/canvas-prepare": "^5.2.0", | ||
"@pixi/canvas-renderer": "^5.2.0", | ||
"@pixi/canvas-sprite": "^5.2.0", | ||
"@pixi/canvas-sprite-tiling": "^5.2.0", | ||
"@pixi/canvas-text": "^5.2.0", | ||
"pixi.js": "^5.2.0" | ||
}, | ||
"gitHead": "8cf3db88d06355cbabea64150cdb0774191e502c" | ||
"gitHead": "aaf96b460582b83a1fa73037ef2dd69dd9e84415" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
6960355
67493
+ Addedcall-bind-apply-helpers@1.0.2(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
Updated@pixi/canvas-display@^5.2.0
Updated@pixi/canvas-extract@^5.2.0
Updated@pixi/canvas-graphics@^5.2.0
Updated@pixi/canvas-mesh@^5.2.0
Updated@pixi/canvas-prepare@^5.2.0
Updated@pixi/canvas-renderer@^5.2.0
Updated@pixi/canvas-sprite@^5.2.0
Updated@pixi/canvas-text@^5.2.0
Updatedpixi.js@^5.2.0