@chatpanel/events 0.61.0 → 0.62.0

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chatpanel/events",
3
- "version": "0.61.0",
4
- "description": "The canonical ChatPanel event-log and capability contracts \u2014 typed durable facts, clock-free deterministic linearization, schema upcasting, and the invariants the replay harness asserts. Pure, dependency-free ESM shared by the ChatPanel extension, gateway and bridge.",
3
+ "version": "0.62.0",
4
+ "description": "The canonical ChatPanel event-log and capability contracts typed durable facts, clock-free deterministic linearization, schema upcasting, and the invariants the replay harness asserts. Pure, dependency-free ESM shared by the ChatPanel extension, gateway and bridge.",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "exports": {
@@ -84,7 +84,9 @@
84
84
  "./voice-intents.js": "./voice-intents.js",
85
85
  "./weather.js": "./weather.js",
86
86
  "./web-search.js": "./web-search.js",
87
- "./widget.js": "./widget.js"
87
+ "./widget.js": "./widget.js",
88
+ "./model-candidates.js": "./model-candidates.js",
89
+ "./route-strategies.js": "./route-strategies.js"
88
90
  },
89
91
  "files": [
90
92
  "LICENSE",