@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.18.0" : "0.0.0";
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillkit/core",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "description": "Core functionality for SkillKit - skill discovery, parsing, and translation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",