ugcinc 2.89.1 → 2.89.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.
@@ -301,7 +301,7 @@ function getAllNodes() {
301
301
  type: "output",
302
302
  label: "Output",
303
303
  description: "Final output of the automation",
304
- category: "Templated Generation",
304
+ category: "Output",
305
305
  inputs: [
306
306
  {
307
307
  id: "result",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.89.1",
3
+ "version": "2.89.2",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",