@comandosai/n8n-nodes-media 0.1.4 → 0.1.6

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.
@@ -281,7 +281,7 @@ class ComandosMedia {
281
281
  kie_api_key: kieApiKey,
282
282
  },
283
283
  licenseKey,
284
- _v: '0.1.3',
284
+ _v: '0.1.6',
285
285
  };
286
286
  const response = await this.helpers.request({
287
287
  method: 'POST',
@@ -310,7 +310,7 @@ export class ComandosMedia implements INodeType {
310
310
  kie_api_key: kieApiKey,
311
311
  },
312
312
  licenseKey,
313
- _v: '0.1.3',
313
+ _v: '0.1.6',
314
314
  };
315
315
  const response = await this.helpers.request({
316
316
  method: 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comandosai/n8n-nodes-media",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Comandos Media Generator custom node (Image/Video)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",