ugcinc 2.96.0 → 2.97.0
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/automations.js +2 -2
- package/package.json +1 -1
package/dist/automations.js
CHANGED
|
@@ -208,7 +208,7 @@ function getAllNodes() {
|
|
|
208
208
|
// === Generator nodes ===
|
|
209
209
|
{
|
|
210
210
|
type: "image-editor",
|
|
211
|
-
label: "Image
|
|
211
|
+
label: "Templated Image",
|
|
212
212
|
description: "Edit and transform images",
|
|
213
213
|
category: "Templated Generation",
|
|
214
214
|
nodeCategory: "generator",
|
|
@@ -231,7 +231,7 @@ function getAllNodes() {
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
type: "video-editor",
|
|
234
|
-
label: "Video
|
|
234
|
+
label: "Templated Video",
|
|
235
235
|
description: "Edit and transform videos",
|
|
236
236
|
category: "Templated Generation",
|
|
237
237
|
nodeCategory: "generator",
|