@codemap-ai/mcp 1.1.0 → 1.1.1

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 +2 -2
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env -S node --no-warnings
2
2
  import{createRequire as __cmr}from"node:module";import{fileURLToPath as __f2p}from"node:url";import{dirname as __dn}from"node:path";var require=__cmr(import.meta.url);var __filename=__f2p(import.meta.url);var __dirname=__dn(__filename);
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemap-ai/mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "CodeMap MCP server for IDE integrations",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "tsup": "^8.5.1",
23
23
  "tsx": "^4.21.0",
24
24
  "typescript": "~5.9.2",
25
- "@codemap-ai/core": "1.1.0"
25
+ "@codemap-ai/core": "1.1.1"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"