@skillkit/core 1.18.0 → 1.19.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33843,7 +33843,7 @@ var SkillScanner = class {
|
|
|
33843
33843
|
|
|
33844
33844
|
// src/scanner/reporter.ts
|
|
33845
33845
|
import { basename as basename21 } from "path";
|
|
33846
|
-
var SCANNER_VERSION = true ? "1.
|
|
33846
|
+
var SCANNER_VERSION = true ? "1.19.0" : "0.0.0";
|
|
33847
33847
|
var SEVERITY_COLORS = {
|
|
33848
33848
|
["critical" /* CRITICAL */]: "\x1B[91m",
|
|
33849
33849
|
["high" /* HIGH */]: "\x1B[31m",
|