@voyant-travel/event-catalog 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/dist/voyant.js +7 -1
  2. package/package.json +3 -3
package/dist/voyant.js CHANGED
@@ -70,6 +70,12 @@ export const eventCatalogVoyantModule = defineModule({
70
70
  },
71
71
  ],
72
72
  },
73
- meta: { ownership: "package" },
73
+ meta: {
74
+ ownership: "package",
75
+ agentTools: {
76
+ posture: "not-applicable",
77
+ rationale: "The event catalog is runtime contract metadata; domain Tools expose actionable behavior.",
78
+ },
79
+ },
74
80
  });
75
81
  export default eventCatalogVoyantModule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/event-catalog",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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.123.0",
51
- "@voyant-travel/hono": "^0.127.0"
50
+ "@voyant-travel/core": "^0.124.0",
51
+ "@voyant-travel/hono": "^0.127.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^25.5.2",