@unified-latex/unified-latex-util-trim
Advanced tools
Comparing version 1.2.1 to 1.2.2
import type { Plugin } from "unified"; | ||
import * as Ast from "@unified-latex/unified-latex-types"; | ||
declare type PluginOptions = void; | ||
type PluginOptions = void; | ||
/** | ||
@@ -5,0 +5,0 @@ * Unified plugin to trim the whitespace from the start/end of any environments, including |
import type { Plugin } from "unified"; | ||
import * as Ast from "@unified-latex/unified-latex-types"; | ||
declare type PluginOptions = void; | ||
type PluginOptions = void; | ||
/** | ||
@@ -5,0 +5,0 @@ * Unified plugin to trim the whitespace from the start/end of the root element. |
{ | ||
"name": "@unified-latex/unified-latex-util-trim", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Functions for modifying a unified-latex AST", | ||
@@ -8,6 +8,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-types": "^1.2.1", | ||
"@unified-latex/unified-latex-util-match": "^1.2.1", | ||
"@unified-latex/unified-latex-util-render-info": "^1.2.1", | ||
"@unified-latex/unified-latex-util-visit": "^1.2.1", | ||
"@unified-latex/unified-latex-types": "^1.2.2", | ||
"@unified-latex/unified-latex-util-match": "^1.2.2", | ||
"@unified-latex/unified-latex-util-render-info": "^1.2.2", | ||
"@unified-latex/unified-latex-util-visit": "^1.2.2", | ||
"unified": "^10.1.2" | ||
@@ -14,0 +14,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39807