@voyant-travel/event-catalog 0.2.1 → 0.2.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.
package/dist/runtime.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { HonoModule } from "@voyant-travel/hono/module";
1
+ import type { ApiModule } from "@voyant-travel/hono/module";
2
2
  /** Compose the package API from the canonical catalog lowered into this graph runtime. */
3
- export declare const createEventCatalogVoyantRuntime: import("@voyant-travel/core/project").VoyantGraphRuntimeFactory<HonoModule>;
3
+ export declare const createEventCatalogVoyantRuntime: import("@voyant-travel/core/project").VoyantGraphRuntimeFactory<ApiModule>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/event-catalog",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Selected-graph event contract discovery for Voyant deployments.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -47,8 +47,8 @@
47
47
  "@hono/zod-openapi": "^1.4.0",
48
48
  "hono": "^4.12.27",
49
49
  "zod": "^4.4.3",
50
- "@voyant-travel/core": "^0.124.0",
51
- "@voyant-travel/hono": "^0.127.1"
50
+ "@voyant-travel/core": "^0.125.0",
51
+ "@voyant-travel/hono": "^0.128.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^25.5.2",