monocart-code-viewer
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "monocart-code-viewer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Monocart Code Viewer", | ||
"main": "dist/monocart-code-viewer.js", | ||
"scripts": { | ||
"build": "sf lint && sf b -p", | ||
"patch": "npm run build && sf publish patch" | ||
}, | ||
"files": [ | ||
@@ -10,3 +15,14 @@ "dist" | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"@codemirror/lang-css": "^6.2.0", | ||
"@codemirror/lang-javascript": "^6.1.7", | ||
"@codemirror/view": "^6.11.1", | ||
"codemirror": "^6.0.1", | ||
"eslint": "^8.40.0", | ||
"eslint-config-plus": "^1.0.6", | ||
"eslint-plugin-html": "^7.1.0", | ||
"lz-utils": "^2.0.1", | ||
"stylelint": "^15.6.1", | ||
"stylelint-config-plus": "^1.0.3" | ||
} | ||
} |
@@ -8,12 +8,13 @@ # monocart-code-viewer | ||
let codeViewer; | ||
const report = { | ||
content: "", | ||
coverage: { | ||
lineMap, | ||
bgMap, | ||
countMap | ||
line, | ||
bg, | ||
count | ||
} | ||
}; | ||
let codeViewer; | ||
if (codeViewer) { | ||
@@ -20,0 +21,0 @@ codeViewer.update(report); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
410435
4
25
10