@lightningjs/ui-components-test-utils
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@lightningjs/ui-components-test-utils", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Helpful Jest unit test utilities for LightningJS applications utilizing the Lightning-UI-Components package.", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"dependencies": { | ||
"@lightningjs/ui-components": "2.2.4" | ||
"@lightningjs/ui-components": "^2.3.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
@@ -30,6 +30,9 @@ /** | ||
const stage = { | ||
w: 1920, | ||
h: 1080, | ||
clearColor: 0x00000000, | ||
canvas2d: false, | ||
w: 1280, | ||
h: 720, | ||
precision: 2 / 3, | ||
fontSharp: { | ||
precision: 2 / 3, | ||
fontSize: 12 | ||
}, | ||
useImageWorker: false | ||
@@ -86,3 +89,4 @@ }; | ||
applicationW: 1920, | ||
applicationH: 1080 | ||
applicationH: 1080, | ||
stage | ||
}; | ||
@@ -89,0 +93,0 @@ const opts = { |
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
15901
451
+ Added@lightningjs/core@2.11.0(transitive)
+ Added@lightningjs/ui-components@2.25.1(transitive)
- Removed@lightningjs/ui-components@2.2.4(transitive)