@webability/jest
Advanced tools
+8
-8
| { | ||
| "name": "@webability/jest", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "Component-level accessibility testing for Jest and Vitest", | ||
@@ -19,7 +19,2 @@ "type": "module", | ||
| ], | ||
| "scripts": { | ||
| "build": "tsup src/index.ts --format esm,cjs --dts --clean", | ||
| "typecheck": "tsc --noEmit", | ||
| "clean": "rm -rf dist" | ||
| }, | ||
| "keywords": [ | ||
@@ -39,3 +34,3 @@ "a11y", | ||
| "dependencies": { | ||
| "@webability/core": "workspace:*" | ||
| "@webability/core": "1.1.1" | ||
| }, | ||
@@ -60,3 +55,8 @@ "peerDependencies": { | ||
| "url": "https://github.com/snayyar00/abilyo" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup src/index.ts --format esm,cjs --dts --clean", | ||
| "typecheck": "tsc --noEmit", | ||
| "clean": "rm -rf dist" | ||
| } | ||
| } | ||
| } |
16346
-0.04%+ Added
Updated