@skill-map/cli 0.24.1 → 0.24.2

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/cli.js CHANGED
@@ -2414,14 +2414,14 @@ var linkCountsAnalyzer = {
2414
2414
  viewContributions: {
2415
2415
  linksIn: {
2416
2416
  slot: "card.footer.left",
2417
- icon: "pi-arrow-up",
2417
+ icon: "pi-download",
2418
2418
  label: "incoming links",
2419
2419
  emitWhenEmpty: false,
2420
2420
  priority: 10
2421
2421
  },
2422
2422
  linksOut: {
2423
2423
  slot: "card.footer.left",
2424
- icon: "pi-arrow-down",
2424
+ icon: "pi-upload",
2425
2425
  label: "outgoing links",
2426
2426
  emitWhenEmpty: false,
2427
2427
  priority: 20
@@ -5747,7 +5747,7 @@ var UPDATE_CHECK_TEXTS = {
5747
5747
  // package.json
5748
5748
  var package_default = {
5749
5749
  name: "@skill-map/cli",
5750
- version: "0.24.1",
5750
+ version: "0.24.2",
5751
5751
  description: "skill-map reference implementation \u2014 kernel + CLI + adapters.",
5752
5752
  license: "MIT",
5753
5753
  type: "module",