@chantouchsek/validatorjs
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@chantouchsek/validatorjs", | ||
"type": "module", | ||
"version": "2.0.2", | ||
"packageManager": "pnpm@8.15.3", | ||
"version": "2.0.3", | ||
"packageManager": "pnpm@8.15.5", | ||
"description": "The validatorjs library makes data validation in JavaScript very easy in both the browser and Node.js.", | ||
@@ -42,2 +42,13 @@ "author": { | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"test": "vitest --run", | ||
"test:watch": "vitest watch", | ||
"test:cov": "vitest run --coverage", | ||
"release": "standard-version && git push --follow-tags origin main && pnpm publish", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"prepare": "husky", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
@@ -47,9 +58,9 @@ "lodash-es": "^4.17.21" | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.6.4", | ||
"@commitlint/cli": "^18.6.1", | ||
"@commitlint/config-conventional": "^18.6.2", | ||
"@antfu/eslint-config": "^2.11.4", | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@types/lodash-es": "^4.17.12", | ||
"@types/node": "^20.11.19", | ||
"@vitest/coverage-v8": "^1.2.2", | ||
"eslint": "^8.56.0", | ||
"@types/node": "^20.11.30", | ||
"@vitest/coverage-v8": "^1.4.0", | ||
"eslint": "^8.57.0", | ||
"husky": "^9.0.11", | ||
@@ -60,5 +71,5 @@ "lint-staged": "^15.2.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"typescript": "^5.4.3", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^1.2.2" | ||
"vitest": "^1.4.0" | ||
}, | ||
@@ -68,13 +79,3 @@ "lint-staged": { | ||
}, | ||
"engineStrict": true, | ||
"scripts": { | ||
"build": "unbuild", | ||
"test": "vitest --run", | ||
"test:watch": "vitest watch", | ||
"test:cov": "vitest run --coverage", | ||
"release": "standard-version && git push --follow-tags origin main && pnpm publish", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} | ||
"engineStrict": true | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
694305