@arvoretech/hub 0.12.0 → 0.12.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.
@@ -159,7 +159,7 @@ var mcp = {
159
159
  runtimeLens(overrides) {
160
160
  return {
161
161
  name: "runtime-lens",
162
- package: "runtime-lens",
162
+ package: "@arvoretech/runtime-lens-mcp",
163
163
  ...overrides,
164
164
  env: { ...overrides?.env }
165
165
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arvoretech/hub",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "CLI for managing AI-aware multi-repository workspaces",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",