@ikeytz/maps-mcp 1.0.1 → 1.0.2

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/CHANGELOG.md +4 -0
  2. package/package.json +2 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.2
4
+
5
+ - Drop private Git remote from npm metadata.
6
+
3
7
  ## 1.0.1
4
8
 
5
9
  - Public npm README (install, 7 tools, hosts, legal). Not the internal geo plan.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikeytz/maps-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "mcpName": "com.ikeytz/maps",
5
5
  "description": "Official terminal CLI and MCP stdio proxy for maps.ikeytz.com. Not @ikeytz/mcp.",
6
6
  "type": "module",
@@ -37,10 +37,5 @@
37
37
  "LICENSE",
38
38
  "README.md",
39
39
  "CHANGELOG.md"
40
- ],
41
- "repository": {
42
- "type": "git",
43
- "url": "https://vmd199268.contaboserver.net/ikeytz-geo/ikeytz-geo-stack.git",
44
- "directory": "packages/maps-mcp"
45
- }
40
+ ]
46
41
  }