@sentinel-password/react
Advanced tools
+9
-4
| { | ||
| "name": "@sentinel-password/react", | ||
| "version": "1.3.5", | ||
| "version": "1.3.6", | ||
| "type": "module", | ||
@@ -25,3 +25,4 @@ "description": "React hook (usePasswordValidator) for @sentinel-password/core - password validation made simple", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| "access": "public", | ||
| "provenance": true | ||
| }, | ||
@@ -41,5 +42,8 @@ "sideEffects": false, | ||
| "license": "MIT", | ||
| "engines": { | ||
| "node": ">=20" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/akankov/sentinel-password", | ||
| "url": "git+https://github.com/akankov/sentinel-password.git", | ||
| "directory": "packages/react" | ||
@@ -55,3 +59,3 @@ }, | ||
| "dependencies": { | ||
| "@sentinel-password/core": "1.2.5" | ||
| "@sentinel-password/core": "1.3.0" | ||
| }, | ||
@@ -78,2 +82,3 @@ "devDependencies": { | ||
| "test:watch": "vitest", | ||
| "test:coverage": "vitest run --coverage", | ||
| "lint": "eslint src", | ||
@@ -80,0 +85,0 @@ "lint:fix": "eslint src --fix", |
43248
0.27%+ Added
- Removed