@unified-latex/unified-latex-prettier
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -247,3 +247,3 @@ var __typeError = (msg) => { | ||
const node = path.getNode(); | ||
getNodeInfo( | ||
const { renderInfo, previousNode, nextNode, referenceMap } = getNodeInfo( | ||
node, | ||
@@ -745,3 +745,3 @@ options | ||
const node = path.getNode(); | ||
getNodeInfo( | ||
const { renderInfo, previousNode, nextNode, referenceMap } = getNodeInfo( | ||
node, | ||
@@ -825,3 +825,3 @@ options | ||
const node = path.getNode(); | ||
getNodeInfo( | ||
const { renderInfo, previousNode, nextNode, referenceMap } = getNodeInfo( | ||
node, | ||
@@ -828,0 +828,0 @@ options |
{ | ||
"name": "@unified-latex/unified-latex-prettier", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Prettier plugin for processing LaTeX code via unified-latex", | ||
@@ -8,11 +8,11 @@ "main": "index.js", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-ctan": "^1.8.1", | ||
"@unified-latex/unified-latex-ctan": "^1.8.2", | ||
"@unified-latex/unified-latex-types": "^1.8.0", | ||
"@unified-latex/unified-latex-util-align": "^1.8.1", | ||
"@unified-latex/unified-latex-util-match": "^1.8.0", | ||
"@unified-latex/unified-latex-util-parse": "^1.8.1", | ||
"@unified-latex/unified-latex-util-parse": "^1.8.2", | ||
"@unified-latex/unified-latex-util-pgfkeys": "^1.8.1", | ||
"@unified-latex/unified-latex-util-print-raw": "^1.8.0", | ||
"@unified-latex/unified-latex-util-trim": "^1.8.0", | ||
"@unified-latex/unified-latex-util-visit": "^1.8.0", | ||
"@unified-latex/unified-latex-util-trim": "^1.8.2", | ||
"@unified-latex/unified-latex-util-visit": "^1.8.2", | ||
"prettier": "^3.0.3" | ||
@@ -19,0 +19,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
222755