@camunda/copilot-chat 0.5.0 → 0.5.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/dist/index.js CHANGED
@@ -4570,7 +4570,7 @@ const ba = (e) => {
4570
4570
  const o = await a.rollbackConversation(n, s);
4571
4571
  o && O.getState().addRollbackMessage(o.message, o.milestoneId);
4572
4572
  } catch (o) {
4573
- const i = o instanceof Error ? o.message : "Failed to rollback conversation";
4573
+ const i = o instanceof Error ? o.message : "Failed to restore conversation";
4574
4574
  e({ error: i });
4575
4575
  }
4576
4576
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/copilot-chat",
3
- "version": "0.4.20",
3
+ "version": "0.5.0",
4
4
  "description": "Camunda Copilot Client Library - React components and utilities for Camunda Platform 8",
5
5
  "license": "Camunda License 1.0",
6
6
  "main": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/copilot-chat",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Camunda Copilot Client Library - React components and utilities for Camunda Platform 8",
5
5
  "license": "Camunda License 1.0",
6
6
  "main": "./dist/index.js",