@camunda/connectors-element-templates 1.0.8 → 1.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/connectors-element-templates",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Camunda Connectors Store with all out of the box connectors",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1633,7 +1633,7 @@
1633
1633
  },
1634
1634
  {
1635
1635
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1636
- "name": "AI Agent Subprocess",
1636
+ "name": "AI Agent Sub-process",
1637
1637
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
1638
1638
  "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
1639
1639
  "metadata": {
@@ -2158,7 +2158,7 @@
2158
2158
  "value": "bpmn:ServiceTask"
2159
2159
  },
2160
2160
  "engines": {
2161
- "camunda": "^8.2"
2161
+ "camunda": "^8.8"
2162
2162
  },
2163
2163
  "groups": [
2164
2164
  {
@@ -2235,9 +2235,7 @@
2235
2235
  "description": "Document lookup query",
2236
2236
  "optional": false,
2237
2237
  "constraints": {
2238
- "notEmpty": true,
2239
- "minLength": 0,
2240
- "maxLength": 200
2238
+ "notEmpty": true
2241
2239
  },
2242
2240
  "feel": "optional",
2243
2241
  "group": "query",