@cimulate/copilot-widget 1.33.0 → 1.33.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.
- package/CHANGELOG.md +4 -0
- package/dist/messaging.d.ts +4 -0
- package/dist/messaging.es.js +291 -291
- package/dist/messaging.umd.js +10 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
`@cimulate/copilot-widget` follows [Semantic Versioning](https://semver.org/). Each entry is a released `package.json` version (deployed on merge to `master`), newest first.
|
|
4
4
|
|
|
5
|
+
## 1.33.1 — 2026-09-03
|
|
6
|
+
|
|
7
|
+
- Fixed order confirmations emitted through AgentScript not rendering when they use the observed `data.data.orderConfirmation` envelope. The widget continues to prefer the canonical `data.order.orderDetails` envelope when both are present and safely ignores malformed payloads.
|
|
8
|
+
|
|
5
9
|
## 1.33.0 — 2026-09-03
|
|
6
10
|
|
|
7
11
|
- In copilot mode, surface configs to customize suggestions and hook up to askCim entry (will later support other entry types).
|