prettier-plugin-toml
Advanced tools
Comparing version 0.3.4 to 0.3.5
# prettier-plugin-toml | ||
## 0.3.5 | ||
### Patch Changes | ||
- [`c1a2d57`](https://github.com/un-ts/toml-tools/commit/c1a2d573552cfa88e4b2321d313f9dd36a5ce5c5) Thanks [@JounQin](https://github.com/JounQin)! - fix: mark @toml-tools/lexer ad dependency - close #55 | ||
- Updated dependencies []: | ||
- @toml-tools/lexer@0.3.5 | ||
- @toml-tools/parser@0.3.5 | ||
## 0.3.4 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "prettier-plugin-toml", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "TOML Prettier Plugin", | ||
@@ -12,6 +12,7 @@ "keywords": [ | ||
"main": "lib/api.js", | ||
"repository": "https://github.com/bd82/toml-tools/tree/master/packages/prettier-plugin-toml", | ||
"repository": "https://github.com/un-ts/toml-tools/tree/master/packages/prettier-plugin-toml", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@toml-tools/parser": "^0.3.2", | ||
"@toml-tools/lexer": "^0.3.5", | ||
"@toml-tools/parser": "^0.3.5", | ||
"prettier": "^1.16.0 || ^2.0.0" | ||
@@ -18,0 +19,0 @@ }, |
@@ -34,5 +34,5 @@ [![npm](https://img.shields.io/npm/v/prettier-plugin-toml.svg)](https://www.npmjs.com/package/prettier-plugin-toml) | ||
[In Gitpod](https://gitpod.io/#https://github.com/bd82/toml-tools/tree/master/test-packages/test-prettier-plugin-toml) | ||
[In Gitpod](https://gitpod.io/#https://github.com/un-ts/toml-tools/tree/master/test-packages/test-prettier-plugin-toml) | ||
Or clone an [example npm package](../../test-packages/test-prettier-plugin-toml) | ||
Or clone an [example npm package](https://github.com/un-ts/toml-tools/tree/master/test-packages/test-prettier-plugin-toml) | ||
which uses prettier-plugin-toml. | ||
@@ -39,0 +39,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
19536
3
+ Added@toml-tools/lexer@^0.3.5
Updated@toml-tools/parser@^0.3.5