@wordpress/latex-to-mathml 1.4.1-next.8fd3f8831.0 → 1.5.1-next.06ee73755.0

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2025 by the contributors
3
+ Copyright 2016-2026 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
package/build/index.cjs CHANGED
@@ -33,7 +33,7 @@ __export(index_exports, {
33
33
  default: () => latexToMathML
34
34
  });
35
35
  module.exports = __toCommonJS(index_exports);
36
- var import_temml = __toESM(require("temml"), 1);
36
+ var import_temml = __toESM(require("temml"));
37
37
  function latexToMathML(latex, { displayMode = true } = {}) {
38
38
  const mathML = import_temml.default.renderToString(latex, {
39
39
  displayMode,
@@ -13,4 +13,4 @@ function latexToMathML(latex, { displayMode = true } = {}) {
13
13
  export {
14
14
  latexToMathML as default
15
15
  };
16
- //# sourceMappingURL=index.js.map
16
+ //# sourceMappingURL=index.mjs.map
@@ -5,4 +5,4 @@ function loader() {
5
5
  export {
6
6
  loader as default
7
7
  };
8
- //# sourceMappingURL=loader.js.map
8
+ //# sourceMappingURL=loader.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/latex-to-mathml",
3
- "version": "1.4.1-next.8fd3f8831.0",
3
+ "version": "1.5.1-next.06ee73755.0",
4
4
  "description": "Convert LaTeX math syntax to MathML.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -31,20 +31,19 @@
31
31
  "build-types",
32
32
  "*.md"
33
33
  ],
34
- "type": "module",
35
34
  "main": "build/index.cjs",
36
- "module": "build-module/index.js",
35
+ "module": "build-module/index.mjs",
37
36
  "exports": {
38
37
  ".": {
39
38
  "types": "./build-types/index.d.ts",
40
- "import": "./build-module/index.js",
39
+ "import": "./build-module/index.mjs",
41
40
  "require": "./build/index.cjs"
42
41
  },
43
42
  "./package.json": "./package.json"
44
43
  },
45
44
  "wpScriptModuleExports": {
46
- ".": "./build-module/index.js",
47
- "./loader": "./build-module/loader.js"
45
+ ".": "./build-module/index.mjs",
46
+ "./loader": "./build-module/loader.mjs"
48
47
  },
49
48
  "types": "build-types",
50
49
  "dependencies": {
@@ -53,5 +52,5 @@
53
52
  "publishConfig": {
54
53
  "access": "public"
55
54
  },
56
- "gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
55
+ "gitHead": "fd315436f44683a993d5f053789b5279d95b2872"
57
56
  }
File without changes
File without changes