File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
examples/web-test-runner/src Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11/**
22 * Replace with:
33 *
4- * import { virtual } from '@guidepup/virtual-screen-reader'
4+ * import { virtual } from '@guidepup/virtual-screen-reader/browser.js '
55 *
66 * in your own code.
77 */
Original file line number Diff line number Diff line change 11{
22 "name" : " @guidepup/virtual-screen-reader" ,
3- "version" : " 0.22.0 " ,
3+ "version" : " 0.22.1 " ,
44 "description" : " Virtual Screen Reader driver for unit test automation." ,
55 "author" :
" Craig Morten <[email protected] >" ,
66 "license" : " MIT" ,
2020 " guidepup"
2121 ],
2222 "types" : " ./lib/esm/index.d.mts" ,
23- "browser" : " ./lib/esm/index.browser.mjs " ,
23+ "browser" : " ./lib/esm/index.browser.js " ,
2424 "module" : " ./lib/esm/index.legacy-esm.js" ,
2525 "main" : " ./lib/cjs/index.min.js" ,
2626 "exports" : {
2727 "." : {
2828 "types" : " ./lib/esm/index.d.mts" ,
29- "browser" : " ./lib/esm/index.browser.mjs " ,
29+ "browser" : " ./lib/esm/index.browser.js " ,
3030 "import" : " ./lib/esm/index.mjs" ,
31- "require" : " ./lib/cjs/index.min.js"
31+ "require" : " ./lib/cjs/index.min.js" ,
32+ "default" : " ./lib/cjs/index.min.js"
33+ },
34+ "./browser.js" : {
35+ "browser" : " ./lib/esm/index.browser.js" ,
36+ "import" : " ./lib/esm/index.browser.js" ,
37+ "default" : " ./lib/esm/index.browser.js"
3238 }
3339 },
3440 "scripts" : {
You can’t perform that action at this time.
0 commit comments