Comparing version 2.1.4-next.9acc465.0 to 2.1.4-next.a60e6df.0
{ | ||
"name": "binarytf", | ||
"version": "2.1.4-next.9acc465.0", | ||
"version": "2.1.4-next.a60e6df.0", | ||
"description": "Binary Term Format", | ||
@@ -22,2 +22,3 @@ "author": "kyranet <kyradiscord@gmail.com>", | ||
"lint": "eslint --fix src tests --ext ts", | ||
"prettier": "prettier --ignore-path=.prettierignore", | ||
"format": "prettier --write .", | ||
@@ -34,25 +35,24 @@ "test": "vitest run", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@commitlint/cli": "^17.7.1", | ||
"@commitlint/config-conventional": "^17.7.0", | ||
"@favware/cliff-jumper": "^2.1.1", | ||
"@sapphire/eslint-config": "^4.4.3", | ||
"@sapphire/prettier-config": "^1.4.5", | ||
"@sapphire/ts-config": "^4.0.0", | ||
"@types/node": "^18.16.19", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"@vitest/coverage-v8": "^0.33.0", | ||
"@sapphire/eslint-config": "^5.0.1", | ||
"@sapphire/prettier-config": "^2.0.0", | ||
"@sapphire/ts-config": "^4.0.1", | ||
"@types/node": "^18.17.6", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"@vitest/coverage-v8": "^0.34.2", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint": "^8.47.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.3", | ||
"lint-staged": "^13.3.0", | ||
"pinst": "^3.0.0", | ||
"prettier": "^2.8.8", | ||
"pretty-quick": "^3.1.3", | ||
"tsup": "^7.1.0", | ||
"typedoc": "^0.23.28", | ||
"prettier": "^3.0.2", | ||
"tsup": "^7.2.0", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.33.0" | ||
"vitest": "^0.34.2" | ||
}, | ||
@@ -87,2 +87,3 @@ "repository": { | ||
"lint-staged": { | ||
"*": "prettier --ignore-unknown --write", | ||
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts" | ||
@@ -103,3 +104,3 @@ }, | ||
"prettier": "@sapphire/prettier-config", | ||
"packageManager": "yarn@3.6.1" | ||
"packageManager": "yarn@3.6.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
222107
22