@pixi/core
Advanced tools
Comparing version 7.1.3 to 7.1.4
@@ -116,3 +116,3 @@ 'use strict'; | ||
const VERSION = "7.1.3"; | ||
const VERSION = "7.1.4"; | ||
@@ -119,0 +119,0 @@ exports.utils = utils__namespace; |
@@ -0,4 +1,5 @@ | ||
import { RENDERER_TYPE } from '@pixi/constants'; | ||
import { UniformGroup } from './shader/UniformGroup'; | ||
import { SystemManager } from './system/SystemManager'; | ||
import type { MSAA_QUALITY, RENDERER_TYPE } from '@pixi/constants'; | ||
import type { MSAA_QUALITY } from '@pixi/constants'; | ||
import type { ExtensionMetadata } from '@pixi/extensions'; | ||
@@ -92,3 +93,3 @@ import type { Rectangle } from '@pixi/math'; | ||
*/ | ||
readonly type: RENDERER_TYPE.WEBGL; | ||
readonly type = RENDERER_TYPE.WEBGL; | ||
/** | ||
@@ -95,0 +96,0 @@ * Options passed to the constructor. |
@@ -5,2 +5,3 @@ 'use strict'; | ||
var constants = require('@pixi/constants'); | ||
var extensions = require('@pixi/extensions'); | ||
@@ -16,2 +17,3 @@ var math = require('@pixi/math'); | ||
super(); | ||
this.type = constants.RENDERER_TYPE.WEBGL; | ||
options = Object.assign({}, settings.settings.RENDER_OPTIONS, options); | ||
@@ -18,0 +20,0 @@ this.gl = null; |
@@ -15,3 +15,3 @@ 'use strict'; | ||
if (options.hello) { | ||
console.log(`PixiJS ${"7.1.3"} - ${renderer.rendererLogId} - https://pixijs.com`); | ||
console.log(`PixiJS ${"7.1.4"} - ${renderer.rendererLogId} - https://pixijs.com`); | ||
} | ||
@@ -18,0 +18,0 @@ renderer.resize(this.renderer.screen.width, this.renderer.screen.height); |
{ | ||
"name": "@pixi/core", | ||
"version": "7.1.3", | ||
"version": "7.1.4", | ||
"main": "lib/index.js", | ||
@@ -43,12 +43,12 @@ "module": "lib/index.mjs", | ||
"dependencies": { | ||
"@pixi/constants": "7.1.3", | ||
"@pixi/extensions": "7.1.3", | ||
"@pixi/math": "7.1.3", | ||
"@pixi/runner": "7.1.3", | ||
"@pixi/settings": "7.1.3", | ||
"@pixi/ticker": "7.1.3", | ||
"@pixi/utils": "7.1.3", | ||
"@pixi/constants": "7.1.4", | ||
"@pixi/extensions": "7.1.4", | ||
"@pixi/math": "7.1.4", | ||
"@pixi/runner": "7.1.4", | ||
"@pixi/settings": "7.1.4", | ||
"@pixi/ticker": "7.1.4", | ||
"@pixi/utils": "7.1.4", | ||
"@types/offscreencanvas": "^2019.6.4" | ||
}, | ||
"gitHead": "232489b10c051880a3cc4eff321ceebdd61a4562" | ||
"gitHead": "39c67e00abe2dd592bf43d23b2559e646ab9791b" | ||
} |
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
2505942
22522
+ Added@pixi/constants@7.1.4(transitive)
+ Added@pixi/extensions@7.1.4(transitive)
+ Added@pixi/math@7.1.4(transitive)
+ Added@pixi/runner@7.1.4(transitive)
+ Added@pixi/settings@7.1.4(transitive)
+ Added@pixi/ticker@7.1.4(transitive)
+ Added@pixi/utils@7.1.4(transitive)
- Removed@pixi/constants@7.1.3(transitive)
- Removed@pixi/extensions@7.1.3(transitive)
- Removed@pixi/math@7.1.3(transitive)
- Removed@pixi/runner@7.1.3(transitive)
- Removed@pixi/settings@7.1.3(transitive)
- Removed@pixi/ticker@7.1.3(transitive)
- Removed@pixi/utils@7.1.3(transitive)
Updated@pixi/constants@7.1.4
Updated@pixi/extensions@7.1.4
Updated@pixi/math@7.1.4
Updated@pixi/runner@7.1.4
Updated@pixi/settings@7.1.4
Updated@pixi/ticker@7.1.4
Updated@pixi/utils@7.1.4