ugcinc 3.32.3 → 3.32.4

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.
@@ -315,7 +315,7 @@ function getAllNodes() {
315
315
  },
316
316
  {
317
317
  type: "screenshot-animation",
318
- label: "Screenshot Animation",
318
+ label: "Animate Screenshot",
319
319
  description: "Create an iPhone screenshot animation from an image",
320
320
  category: "Generation",
321
321
  nodeCategory: "generator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.32.3",
3
+ "version": "3.32.4",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",