@lesjoursfr/bin-version
Advanced tools
Comparing version 7.1.3 to 7.1.4
{ | ||
"name": "@lesjoursfr/bin-version", | ||
"version": "7.1.3", | ||
"version": "7.1.4", | ||
"description": "Get the version of a binary in semver format", | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
"scripts": { | ||
"freshlock": "rm -rf node_modules/ && rm .yarn/install-state.gz && rm -r .yarn/cache/ && rm yarn.lock && yarn", | ||
"freshlock": "rm -rf node_modules/ && rm .yarn/install-state.gz && rm yarn.lock && yarn", | ||
"check-lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
@@ -57,13 +57,13 @@ "check-format": "prettier --check \"**/*.{ts,js,cjs,mjs,json,yml,md}\"", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.1", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"eslint": "^8.54.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@types/node": "^20.10.6", | ||
"@typescript-eslint/eslint-plugin": "^6.17.0", | ||
"@typescript-eslint/parser": "^6.17.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"mocha": "^10.2.0", | ||
"prettier": "^3.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.3.2" | ||
"prettier": "^3.1.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"packageManager": "yarn@4.0.2" | ||
} |
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
7770