@gem-sdk/pages 1.60.8 → 1.60.9

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.
@@ -16,10 +16,8 @@ const parseHtml = (html, isHead)=>{
16
16
  ...node.attribs
17
17
  });
18
18
  if (child instanceof parse.Text && isHead) {
19
- return /*#__PURE__*/ jsxRuntime.jsx(Script, {
19
+ return /*#__PURE__*/ jsxRuntime.jsx("script", {
20
20
  ...node.attribs,
21
- type: "text/javascript",
22
- strategy: isHead ? 'beforeInteractive' : 'afterInteractive',
23
21
  dangerouslySetInnerHTML: {
24
22
  __html: child.data
25
23
  }
@@ -14,10 +14,8 @@ const parseHtml = (html, isHead)=>{
14
14
  ...node.attribs
15
15
  });
16
16
  if (child instanceof Text && isHead) {
17
- return /*#__PURE__*/ jsx(Script, {
17
+ return /*#__PURE__*/ jsx("script", {
18
18
  ...node.attribs,
19
- type: "text/javascript",
20
- strategy: isHead ? 'beforeInteractive' : 'afterInteractive',
21
19
  dangerouslySetInnerHTML: {
22
20
  __html: child.data
23
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.60.8",
3
+ "version": "1.60.9",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",