itismyskillmarket 1.3.43 → 1.3.44

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.
@@ -1698,6 +1698,9 @@ async function readConfigFile() {
1698
1698
  valid[def.key] = String(data[def.key]);
1699
1699
  }
1700
1700
  }
1701
+ if (data.githubToken !== void 0) {
1702
+ valid.githubToken = String(data.githubToken);
1703
+ }
1701
1704
  return valid;
1702
1705
  }
1703
1706
  } catch {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  startGuiServer
4
- } from "./chunk-76RGF4GX.js";
4
+ } from "./chunk-ALNUNP4E.js";
5
5
  export {
6
6
  startGuiServer
7
7
  };
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ import {
38
38
  uninstallAll,
39
39
  uninstallSkill,
40
40
  updateSkill
41
- } from "./chunk-76RGF4GX.js";
41
+ } from "./chunk-ALNUNP4E.js";
42
42
 
43
43
  // src/cli.ts
44
44
  import { Command } from "commander";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itismyskillmarket",
3
- "version": "1.3.43",
3
+ "version": "1.3.44",
4
4
  "description": "Cross-platform skill manager for AI coding tools",
5
5
  "type": "module",
6
6
  "bin": {