@merittdev/horus 0.1.7 → 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.
Files changed (2) hide show
  1. package/dist/index.cjs +4 -4
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -50314,8 +50314,8 @@ init_cjs_shims();
50314
50314
 
50315
50315
  // ../../packages/core/src/version.ts
50316
50316
  init_cjs_shims();
50317
- var HORUS_VERSION = true ? "0.1.7" : "dev";
50318
- var PINNED_AXON_VERSION = "1.0.6";
50317
+ var HORUS_VERSION = true ? "0.1.9" : "dev";
50318
+ var PINNED_AXON_VERSION = "1.0.7";
50319
50319
  var PINNED_SOURCE_VERSION = PINNED_AXON_VERSION;
50320
50320
 
50321
50321
  // ../../packages/core/src/evidence.ts
@@ -54646,7 +54646,7 @@ var horusConfigSchema = external_exports.object({
54646
54646
  projects: external_exports.array(projectSchema).default([]),
54647
54647
  axon: external_exports.object({
54648
54648
  /** Fail fast if the running Axon is not this version. */
54649
- pinnedVersion: external_exports.string().default("1.0.6")
54649
+ pinnedVersion: external_exports.string().default("1.0.7")
54650
54650
  }).default({}),
54651
54651
  database: databaseSchema,
54652
54652
  models: modelsSchema.default({})
@@ -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 (!configuredHost) {
67314
+ } else if (hostUrl !== configuredHost) {
67315
67315
  const existingPath = discoverLocalConfig(root);
67316
67316
  if (existingPath) {
67317
67317
  const file = readLocalConfig(existingPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merittdev/horus",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Local-first, source-aware production-incident investigation engine",
5
5
  "type": "module",
6
6
  "bin": {