@merittdev/horus 0.1.8 → 0.1.9
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.
- package/dist/index.cjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -50314,7 +50314,7 @@ init_cjs_shims();
|
|
|
50314
50314
|
|
|
50315
50315
|
// ../../packages/core/src/version.ts
|
|
50316
50316
|
init_cjs_shims();
|
|
50317
|
-
var HORUS_VERSION = true ? "0.1.
|
|
50317
|
+
var HORUS_VERSION = true ? "0.1.9" : "dev";
|
|
50318
50318
|
var PINNED_AXON_VERSION = "1.0.7";
|
|
50319
50319
|
var PINNED_SOURCE_VERSION = PINNED_AXON_VERSION;
|
|
50320
50320
|
|
|
@@ -67311,7 +67311,7 @@ async function runIndex(opts) {
|
|
|
67311
67311
|
` investigate: horus investigate --name ${name} "<hint>" (or from this repo: horus investigate "<hint>")`
|
|
67312
67312
|
)
|
|
67313
67313
|
);
|
|
67314
|
-
} else if (
|
|
67314
|
+
} else if (hostUrl !== configuredHost) {
|
|
67315
67315
|
const existingPath = discoverLocalConfig(root);
|
|
67316
67316
|
if (existingPath) {
|
|
67317
67317
|
const file = readLocalConfig(existingPath);
|