@camunda/copilot-chat 0.0.1 → 0.0.2

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
@@ -8309,7 +8309,7 @@ const Xr = (e) => {
8309
8309
  break;
8310
8310
  }
8311
8311
  }, ph = (e, t) => ({
8312
- contentType: e === "layout_bpmn_xml" ? "BPMN" : "TEXT",
8312
+ contentType: e === "layout_bpmn_xml" || e === "get_current_bpmn_xml" ? "BPMN" : "TEXT",
8313
8313
  resultString: typeof t == "string" ? t : JSON.stringify(t)
8314
8314
  }), fh = (e, t) => ah(e) ? t(e.type, e.toolName) : void 0, mh = (e, t, n, r, o, i) => {
8315
8315
  if (!ch(e))
package/dist/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@camunda/copilot-chat",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Camunda Copilot Client Library - React components and utilities for Camunda Platform 8",
5
- "license": "LicenseRef-Camunda-1.0",
5
+ "license": "Camunda License 1.0",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@camunda/copilot-chat",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Camunda Copilot Client Library - React components and utilities for Camunda Platform 8",
5
- "license": "LicenseRef-Camunda-1.0",
5
+ "license": "Camunda License 1.0",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",