We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jsdom
testEnvironment
1 parent c72bdb0 commit f9962a0Copy full SHA for f9962a0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@guidepup/virtual-screen-reader",
3
- "version": "0.24.2",
+ "version": "0.25.0",
4
"description": "Virtual Screen Reader driver for unit test automation.",
5
"author": "Craig Morten <[email protected]>",
6
"license": "MIT",
@@ -20,13 +20,11 @@
20
"guidepup"
21
],
22
"types": "./lib/esm/index.d.mts",
23
- "browser": "./lib/esm/index.browser.js",
24
"module": "./lib/esm/index.legacy-esm.js",
25
"main": "./lib/cjs/index.min.js",
26
"exports": {
27
".": {
28
29
30
"import": "./lib/esm/index.mjs",
31
"require": "./lib/cjs/index.min.js",
32
"default": "./lib/cjs/index.min.js"
0 commit comments