@atomoz/workflows-nodes 0.1.25 → 0.1.26

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.cjs CHANGED
@@ -2751,7 +2751,7 @@ var FunctionGuardrailNode = {
2751
2751
  label: "Fun\xE7\xE3o",
2752
2752
  name: "function",
2753
2753
  fieldType: "function",
2754
- acceptTypes: ["code", "http", "any"],
2754
+ acceptTypes: ["function", "code", "http", "any"],
2755
2755
  maxConnections: 1
2756
2756
  }
2757
2757
  },
package/dist/index.js CHANGED
@@ -2671,7 +2671,7 @@ var FunctionGuardrailNode = {
2671
2671
  label: "Fun\xE7\xE3o",
2672
2672
  name: "function",
2673
2673
  fieldType: "function",
2674
- acceptTypes: ["code", "http", "any"],
2674
+ acceptTypes: ["function", "code", "http", "any"],
2675
2675
  maxConnections: 1
2676
2676
  }
2677
2677
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomoz/workflows-nodes",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Atomoz Workflows - Node Library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",