@renovatebot/pep440
Advanced tools
Comparing version 3.0.19 to 3.0.20
@@ -12,3 +12,5 @@ import type { Pep440Version } from './shared'; | ||
): Pep440Version | null; | ||
export function stringify(version: string | null | undefined): string | null; | ||
export function stringify( | ||
version: Pep440Version | null | undefined, | ||
): string | null; | ||
export function valid(version: string | null | undefined): string | null; |
{ | ||
"name": "@renovatebot/pep440", | ||
"version": "3.0.19", | ||
"version": "3.0.20", | ||
"description": "PEP440 implementation in JavaScript", | ||
@@ -39,18 +39,18 @@ "keywords": [ | ||
"conventional-changelog-conventionalcommits": "7.0.2", | ||
"eslint": "8.56.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-formatter-gha": "1.4.3", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jest": "27.6.3", | ||
"eslint-plugin-jest": "27.9.0", | ||
"eslint-plugin-promise": "6.1.1", | ||
"husky": "9.0.10", | ||
"husky": "9.0.11", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.1", | ||
"markdownlint-cli2": "0.12.1", | ||
"lint-staged": "15.2.2", | ||
"markdownlint-cli2": "0.13.0", | ||
"npm-run-all2": "6.1.2", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-packagejson": "2.4.10", | ||
"semantic-release": "23.0.0" | ||
"prettier-plugin-packagejson": "2.4.14", | ||
"semantic-release": "23.0.7" | ||
}, | ||
"packageManager": "pnpm@8.15.1", | ||
"packageManager": "pnpm@8.15.6", | ||
"engines": { | ||
@@ -57,0 +57,0 @@ "node": "^18.12.0 || >= 20.0.0", |
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
34963
748