@lightningjs/ui-components-test-utils
Advanced tools
Comparing version 1.5.0 to 1.6.0
{ | ||
"name": "@lightningjs/ui-components-test-utils", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Helpful Jest unit test utilities for LightningJS applications utilizing the Lightning-UI-Components package.", | ||
@@ -13,5 +13,5 @@ "repository": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.js", | ||
"types": "./index.d.ts" | ||
"require": "./index.js" | ||
} | ||
@@ -38,3 +38,3 @@ }, | ||
"dependencies": { | ||
"@lightningjs/ui-components": "^2.16.0" | ||
"@lightningjs/ui-components": "^2.24.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "publishConfig": { |
@@ -56,2 +56,3 @@ /** | ||
...pressEvent, | ||
timeStamp: Date.now(), | ||
type: 'keydown', | ||
@@ -75,3 +76,8 @@ ...keyEvt | ||
[`_handle${keyEvt.key}Release`, '_handleKeyRelease'], | ||
{ ...pressEvent, type: 'keyup', ...keyEvt } | ||
{ | ||
...pressEvent, | ||
timeStamp: Date.now(), | ||
type: 'keyup', | ||
...keyEvt | ||
} | ||
); | ||
@@ -78,0 +84,0 @@ } |
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
60833
770