prettier-plugin-embed
Advanced tools
Comparing version 0.4.12 to 0.4.13
@@ -15,4 +15,4 @@ import type { EmbeddedEmbedders, EmbeddedLanguage, EmbeddedOptions, EmbeddedParsers } from "./types.js"; | ||
import * as __glob__0_8 from "./jsonata/index.js"; | ||
import * as __glob__0_9 from "./latex/index.js"; | ||
import * as __glob__0_10 from "./markdown/index.js"; | ||
import * as __glob__0_9 from "./markdown/index.js"; | ||
import * as __glob__0_10 from "./latex/index.js"; | ||
import * as __glob__0_11 from "./nginx/index.js"; | ||
@@ -19,0 +19,0 @@ import * as __glob__0_12 from "./noop/index.js"; |
@@ -57,2 +57,3 @@ import type { Expression, Node, TemplateLiteral } from "estree"; | ||
sqlParamTypes?: import("sql-parser-cst/lib/ParserOptions.js").ParamType[] | undefined; | ||
sqlCanonicalSyntax?: boolean | undefined; | ||
keywordCase?: import("sql-formatter").KeywordCase | undefined; | ||
@@ -59,0 +60,0 @@ identifierCase?: import("sql-formatter").KeywordCase | undefined; |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"type": "module", | ||
@@ -64,8 +64,11 @@ "files": [ | ||
"changeset": "changeset", | ||
"bump": "changeset version 2>/dev/null | grep . && npm i", | ||
"bump": "changeset version 2>/dev/null | grep . && npm i; exit 0", | ||
"dev": "vite", | ||
"lint": "biome lint .", | ||
"type-check": "tsc --noEmit --emitDeclarationOnly false", | ||
"format": "biome format . --write", | ||
"check": "biome check --apply .", | ||
"format:prettier": "prettier . --write", | ||
"format:biome": "biome format . --write", | ||
"format": "conc \"npm:format:prettier\" \"npm:format:biome\"", | ||
"check:biome": "biome check --apply .", | ||
"check": "conc \"npm:format:prettier\" \"npm:check:biome\"", | ||
"prebuild": "npm run check && npm run type-check", | ||
@@ -87,3 +90,3 @@ "build": "vite build", | ||
"postpublish": "npm run restore-readme", | ||
"ncu": "npx ncu", | ||
"ncu": "ncu", | ||
"postncu": "npm i", | ||
@@ -124,3 +127,3 @@ "bump-biome": "npm i @biomejs/biome@latest --save-exact" | ||
"prettier-plugin-sql": "^0.18.0", | ||
"prettier-plugin-sql-cst": "^0.10.2", | ||
"prettier-plugin-sql-cst": "^0.11.1", | ||
"prettier-plugin-toml": "^2.0.1", | ||
@@ -127,0 +130,0 @@ "simple-git-hooks": "^2.9.0", |
@@ -7,3 +7,3 @@ <div align="center"> | ||
[![npm version](https://img.shields.io/npm/v/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![npm downloads](https://img.shields.io/npm/dm/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![npm license](https://img.shields.io/npm/l/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) | ||
[![npm version](https://img.shields.io/npm/v/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![npm downloads](https://img.shields.io/npm/dm/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![npm license](https://img.shields.io/npm/l/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![All Contributors](https://img.shields.io/github/all-contributors/Sec-ant/prettier-plugin-embed?color=56b3b4)](#contributors) | ||
@@ -1106,4 +1106,22 @@ [![github last commit](https://img.shields.io/github/last-commit/Sec-ant/prettier-plugin-embed?cacheSeconds=300)](https://github.com/Sec-ant/prettier-plugin-embed) [![bundlephobia minzipped](https://img.shields.io/bundlephobia/minzip/prettier-plugin-embed?cacheSeconds=300)](https://bundlephobia.com/package/prettier-plugin-embed@latest) [![](https://img.shields.io/jsdelivr/npm/hm/prettier-plugin-embed?cacheSeconds=300&color=ff5627)](https://www.jsdelivr.com/package/npm/prettier-plugin-embed) | ||
## Contributors | ||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
<!-- markdownlint-disable --> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td align="center" valign="top" width="14.28%"><a href="https://upleveled.io"><img src="https://avatars.githubusercontent.com/u/1935696?v=4?s=100" width="100px;" alt="Karl Horky"/><br /><sub><b>Karl Horky</b></sub></a><br /><a href="#code-karlhorky" title="Code">💻</a> <a href="#doc-karlhorky" title="Documentation">📖</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<!-- markdownlint-restore --> | ||
<!-- prettier-ignore-end --> | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
## License | ||
MIT |
Sorry, the diff of this file is too big to display
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
300691
0
1126