repomap-ai 0.1.2 → 0.1.3

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/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  const { execSync, spawnSync } = require('child_process');
5
5
 
6
- const PYPI_PACKAGE = 'repomap';
6
+ const PYPI_PACKAGE = 'repomap-ai';
7
7
  const MIN_PYTHON_VERSION = [3, 11];
8
8
 
9
9
  // ─── Helpers ────────────────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repomap-ai",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Token-efficient repository mapping tool for AI IDEs. Thin npm wrapper around the Python repomap package.",
5
5
  "keywords": [
6
6
  "repomap",