@canyonjs/report-component 1.0.16 → 1.0.17

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -394,7 +394,7 @@ const ChangedCodeCoverageTable = ({ coverage, addLines, onJumpToRange }) => {
394
394
  coverageStats.totalCount,
395
395
  ") - ",
396
396
  coverageStats.notCoveredCount,
397
- " 未覆盖"
397
+ " Not Covered"
398
398
  ] }),
399
399
  /* @__PURE__ */ jsx("span", {
400
400
  className: "canyon-changed-code-coverage-arrow",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@canyonjs/report-component",
3
3
  "type": "module",
4
- "version": "1.0.16",
4
+ "version": "1.0.17",
5
5
  "author": "Travis Zhang<https://github.com/travzhang>",
6
6
  "repository": {
7
7
  "type": "git",