ugcinc 2.97.0 → 2.98.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.
@@ -208,7 +208,7 @@ function getAllNodes() {
208
208
  // === Generator nodes ===
209
209
  {
210
210
  type: "image-editor",
211
- label: "Templated Image",
211
+ label: "Image Template",
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: "Templated Video",
234
+ label: "Video Template",
235
235
  description: "Edit and transform videos",
236
236
  category: "Templated Generation",
237
237
  nodeCategory: "generator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.97.0",
3
+ "version": "2.98.0",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",