@atomoz/workflows-nodes 0.1.24 → 0.1.25

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
@@ -2501,6 +2501,19 @@ var CustomCodeNode = {
2501
2501
  fieldType: "any",
2502
2502
  required: false
2503
2503
  }
2504
+ },
2505
+ {
2506
+ id: "function",
2507
+ label: "Function",
2508
+ type: "function",
2509
+ required: false,
2510
+ typeable: false,
2511
+ handle: {
2512
+ type: "output",
2513
+ label: "Function",
2514
+ name: "function",
2515
+ fieldType: "function"
2516
+ }
2504
2517
  }
2505
2518
  ]
2506
2519
  };
package/dist/index.js CHANGED
@@ -2421,6 +2421,19 @@ var CustomCodeNode = {
2421
2421
  fieldType: "any",
2422
2422
  required: false
2423
2423
  }
2424
+ },
2425
+ {
2426
+ id: "function",
2427
+ label: "Function",
2428
+ type: "function",
2429
+ required: false,
2430
+ typeable: false,
2431
+ handle: {
2432
+ type: "output",
2433
+ label: "Function",
2434
+ name: "function",
2435
+ fieldType: "function"
2436
+ }
2424
2437
  }
2425
2438
  ]
2426
2439
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomoz/workflows-nodes",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Atomoz Workflows - Node Library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",