katex 0.16.6 → 0.16.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/katex.mjs CHANGED
@@ -18297,7 +18297,7 @@ var katex = {
18297
18297
  /**
18298
18298
  * Current KaTeX version
18299
18299
  */
18300
- version: "0.16.6",
18300
+ version: "0.16.7",
18301
18301
 
18302
18302
  /**
18303
18303
  * Renders the given LaTeX into an HTML+MathML combination, and adds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "katex",
3
- "version": "0.16.6",
3
+ "version": "0.16.7",
4
4
  "description": "Fast math typesetting for the web.",
5
5
  "main": "dist/katex.js",
6
6
  "exports": {