@aaronsb/kg-cli 0.6.3 → 0.6.4

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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env -S node --use-system-ca
2
2
  /**
3
3
  * Knowledge Graph CLI - Entry Point
4
4
  *
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env -S node --use-system-ca
2
2
  "use strict";
3
3
  /**
4
4
  * Knowledge Graph CLI - Entry Point
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env -S node --use-system-ca
2
2
  /**
3
3
  * Knowledge Graph MCP Server
4
4
  *
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env -S node --use-system-ca
2
2
  "use strict";
3
3
  /**
4
4
  * Knowledge Graph MCP Server
package/dist/version.d.ts CHANGED
@@ -3,8 +3,8 @@
3
3
  * Generated at build time - DO NOT EDIT
4
4
  */
5
5
  export declare const VERSION_INFO: {
6
- readonly tag: "v0.6.3";
7
- readonly commit: "230b89a3";
8
- readonly buildTime: "2026-01-21T04:03:46.263Z";
6
+ readonly tag: "v0.6.3-43-g7af96904";
7
+ readonly commit: "7af96904";
8
+ readonly buildTime: "2026-01-24T05:33:16.153Z";
9
9
  };
10
10
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -6,8 +6,8 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.VERSION_INFO = void 0;
8
8
  exports.VERSION_INFO = {
9
- tag: 'v0.6.3',
10
- commit: '230b89a3',
11
- buildTime: '2026-01-21T04:03:46.263Z',
9
+ tag: 'v0.6.3-43-g7af96904',
10
+ commit: '7af96904',
11
+ buildTime: '2026-01-24T05:33:16.153Z',
12
12
  };
13
13
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEU,QAAA,YAAY,GAAG;IAC1B,GAAG,EAAE,QAAQ;IACb,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE,0BAA0B;CAC7B,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEU,QAAA,YAAY,GAAG;IAC1B,GAAG,EAAE,qBAAqB;IAC1B,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE,0BAA0B;CAC7B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaronsb/kg-cli",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Knowledge Graph CLI and MCP server - interact with knowledge graph systems",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -79,6 +79,6 @@
79
79
  "typescript": "^5.3.0"
80
80
  },
81
81
  "engines": {
82
- "node": ">=18.0.0"
82
+ "node": ">=20.12.0"
83
83
  }
84
84
  }