@ndla/article-converter 10.0.189-alpha.0 → 10.0.191-alpha.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.
@@ -1,6 +1,6 @@
1
1
  const require_runtime = require("./_virtual/_rolldown/runtime.js");
2
2
  let html_react_parser = require("html-react-parser");
3
- html_react_parser = require_runtime.__toESM(html_react_parser);
3
+ html_react_parser = require_runtime.__toESM(html_react_parser, 1);
4
4
  //#region src/extractEmbedMeta.ts
5
5
  const extractEmbedMeta = (embed) => {
6
6
  const node = (0, html_react_parser.default)(embed);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ndla/article-converter",
3
3
  "type": "module",
4
- "version": "10.0.189-alpha.0",
4
+ "version": "10.0.191-alpha.0",
5
5
  "description": "Transforms NDLA articles into extended html versions",
6
6
  "license": "GPL-3.0",
7
7
  "exports": {
@@ -35,9 +35,9 @@
35
35
  "@ndla/types-embed": "^5.0.21-alpha.0"
36
36
  },
37
37
  "dependencies": {
38
- "@ndla/primitives": "^1.0.127-alpha.0",
39
- "@ndla/safelink": "^7.0.130-alpha.0",
40
- "@ndla/ui": "^56.0.185-alpha.0",
38
+ "@ndla/primitives": "^1.0.128-alpha.0",
39
+ "@ndla/safelink": "^7.0.131-alpha.0",
40
+ "@ndla/ui": "^56.0.187-alpha.0",
41
41
  "html-react-parser": "^6.0.0"
42
42
  },
43
43
  "peerDependencies": {
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "61d37fa44c4b9bd0517468c99cb9ee16d8c045bf"
53
+ "gitHead": "6e0fe3687125dd1a02010543128cf67ad50dc986"
54
54
  }