@guidepup/virtual-screen-reader
Advanced tools
Comparing version 0.17.1 to 0.18.0
{ | ||
"name": "@guidepup/virtual-screen-reader", | ||
"version": "0.17.1", | ||
"version": "0.18.0", | ||
"description": "Virtual Screen Reader driver for unit test automation.", | ||
"main": "lib/index.js", | ||
"author": "Craig Morten <craig.morten@hotmail.co.uk>", | ||
@@ -23,2 +22,12 @@ "license": "MIT", | ||
], | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"types": "lib/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./lib/cjs/index.d.ts", | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -28,4 +37,4 @@ "build": "yarn clean && yarn compile", | ||
"clean": "rimraf lib", | ||
"compile": "tsc", | ||
"lint": "eslint src --ext .ts,.tsx --cache", | ||
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json && ./scripts/package.sh", | ||
"lint": "eslint src test --ext .js,.jsx,.ts,.tsx --cache", | ||
"lint:fix": "yarn lint --fix", | ||
@@ -52,2 +61,3 @@ "test": "jest", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-require-extensions": "^0.1.3", | ||
"jest": "^29.7.0", | ||
@@ -59,2 +69,3 @@ "jest-environment-jsdom": "^29.7.0", | ||
"ts-jest": "^29.1.1", | ||
"ts-jest-resolver": "^2.0.1", | ||
"ts-node": "^10.9.2", | ||
@@ -61,0 +72,0 @@ "typescript": "^5.3.3" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
322612
18
128
8018
1