ugcinc 2.87.11 → 2.87.12

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.
@@ -345,14 +345,7 @@ function getAllNodes() {
345
345
  required: false,
346
346
  },
347
347
  ],
348
- outputs: [
349
- {
350
- id: "postUrl",
351
- title: "post-url",
352
- type: "text",
353
- required: true,
354
- },
355
- ],
348
+ outputs: [],
356
349
  },
357
350
  {
358
351
  type: "post-slideshow",
@@ -386,14 +379,7 @@ function getAllNodes() {
386
379
  required: false,
387
380
  },
388
381
  ],
389
- outputs: [
390
- {
391
- id: "postUrl",
392
- title: "post-url",
393
- type: "text",
394
- required: true,
395
- },
396
- ],
382
+ outputs: [],
397
383
  },
398
384
  {
399
385
  type: "save-to-media",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.87.11",
3
+ "version": "2.87.12",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",