katex 0.16.27 → 0.16.28

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
@@ -17350,7 +17350,7 @@ class Parser {
17350
17350
  * Parses an "expression", which is a list of atoms.
17351
17351
  *
17352
17352
  * `breakOnInfix`: Should the parsing stop when we hit infix nodes? This
17353
- * happens when functions have higher precedence han infix
17353
+ * happens when functions have higher precedence than infix
17354
17354
  * nodes in implicit parses.
17355
17355
  *
17356
17356
  * `breakOnTokenText`: The text of the token that the expression should end
@@ -18443,7 +18443,7 @@ var renderToHTMLTree = function renderToHTMLTree(expression, options) {
18443
18443
  }
18444
18444
  };
18445
18445
 
18446
- var version = "0.16.27";
18446
+ var version = "0.16.28";
18447
18447
  var __domTree = {
18448
18448
  Span,
18449
18449
  Anchor,
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "katex",
3
- "version": "0.16.27",
3
+ "version": "0.16.28",
4
4
  "description": "Fast math typesetting for the web.",
5
5
  "main": "dist/katex.js",
6
+ "types": "types/katex.d.ts",
6
7
  "exports": {
7
8
  ".": {
8
9
  "require": {
package/src/Parser.js CHANGED
@@ -178,7 +178,7 @@ export default class Parser {
178
178
  * Parses an "expression", which is a list of atoms.
179
179
  *
180
180
  * `breakOnInfix`: Should the parsing stop when we hit infix nodes? This
181
- * happens when functions have higher precedence han infix
181
+ * happens when functions have higher precedence than infix
182
182
  * nodes in implicit parses.
183
183
  *
184
184
  * `breakOnTokenText`: The text of the token that the expression should end