prettier-plugin-prisma
Advanced tools
Comparing version 4.8.0 to 4.9.0
{ | ||
"name": "prettier-plugin-prisma", | ||
"version": "4.8.0", | ||
"version": "4.9.0", | ||
"description": "Prettier plugin for Prisma files", | ||
@@ -17,6 +17,6 @@ "keywords": [ | ||
"scripts": { | ||
"checks": "npm run lint && npx tsc && npm test", | ||
"lint": "prettier . --check", | ||
"prepare": "husky install", | ||
"prerelease": "npm ci && npm run lint && npx tsc", | ||
"release": "np", | ||
"release": "np --test-script checks", | ||
"tdd": "jest --watch", | ||
@@ -29,14 +29,14 @@ "test": "jest" | ||
"dependencies": { | ||
"@prisma/prisma-fmt-wasm": "4.8.0-62.351fb726ff78e50c7d6db6331d66d4db0e378c53" | ||
"@prisma/prisma-fmt-wasm": "4.9.0-44.b29121153404aa8eda60ec38e41e477cc1c0ee66" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "29.2.4", | ||
"@types/jest": "29.2.6", | ||
"@types/prettier": "2.7.2", | ||
"@umidbekk/configs": "0.2.0", | ||
"husky": "8.0.2", | ||
"husky": "8.0.3", | ||
"jest": "29.3.1", | ||
"lint-staged": "13.1.0", | ||
"np": "7.6.2", | ||
"prettier": "2.8.1", | ||
"prettier-plugin-packagejson": "2.3.0", | ||
"np": "7.6.3", | ||
"prettier": "2.8.3", | ||
"prettier-plugin-packagejson": "2.4.0", | ||
"typescript": "4.9.4", | ||
@@ -43,0 +43,0 @@ "vscode-languageserver-protocol": "3.17.2" |
@@ -18,4 +18,9 @@ # Prettier plugin for [Prisma](https://github.com/prisma/prisma) | ||
### Feature requests | ||
This library is built on top of official [prisma-fmt-wasm](https://github.com/prisma/prisma-engines/tree/main/prisma-fmt-wasm), | ||
and all new features are developed there: https://github.com/prisma/prisma-engines/issues?q=fmt | ||
### Supported options | ||
- Tab width: https://prettier.io/docs/en/options.html#tab-width |
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
4603
26