@senoldogann/context-manager 0.1.7 → 0.1.8

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/bin/ccm.js +1 -1
  2. package/package.json +1 -1
package/bin/ccm.js CHANGED
@@ -103,7 +103,7 @@ async function getBinary() {
103
103
  process.exit(0);
104
104
  }
105
105
 
106
- const binFilename = `${commandName}-${target}`;
106
+ const binFilename = `${commandName}-v${VERSION}-${target}`;
107
107
  const binPath = path.join(BIN_DIR, binFilename);
108
108
 
109
109
  if (fs.existsSync(binPath)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@senoldogann/context-manager",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "LLM Context Manager MCP Server & CLI wrapper using npx",
5
5
  "main": "bin/ccm.js",
6
6
  "bin": {