@canyonjs/report-component 0.0.1-beta.6 → 0.0.1-beta.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1058,10 +1058,10 @@ function CanyonReport$1({ fileContent, fileCoverage, fileCodeChange }) {
1058
1058
  if (window.monaco?.editor && dom) window.monaco.editor.create(dom, options);
1059
1059
  }
1060
1060
  }, []);
1061
- return /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("div", {
1061
+ return /* @__PURE__ */ jsxs("div", { children: [JSON.stringify(fileCodeChange || []), /* @__PURE__ */ jsx("div", {
1062
1062
  ref,
1063
1063
  style: { height: "calc(100vh - 150px)" }
1064
- }) });
1064
+ })] });
1065
1065
  }
1066
1066
  var CoverageDetail_default = CanyonReport$1;
1067
1067
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@canyonjs/report-component",
3
3
  "type": "module",
4
- "version": "0.0.1-beta.6",
4
+ "version": "0.0.1-beta.7",
5
5
  "description": "A starter for creating a React component library.",
6
6
  "author": "Author Name <author.name@mail.com>",
7
7
  "license": "MIT",