n8n-nodes-supermachine 0.10.1 → 0.10.2

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.
@@ -920,7 +920,7 @@ class Supermachine {
920
920
  try {
921
921
  removeResponse = await this.helpers.requestWithAuthentication.call(this, 'supermachineApi', {
922
922
  method: 'POST',
923
- url: 'https://dev.supermachine.art/v1/tools/removebackground',
923
+ url: 'https://dev.supermachine.art/v1/tools/remove-background',
924
924
  json: true,
925
925
  body,
926
926
  });
@@ -1377,7 +1377,7 @@ class Supermachine {
1377
1377
  try {
1378
1378
  instructResponse = await this.helpers.requestWithAuthentication.call(this, 'supermachineApi', {
1379
1379
  method: 'POST',
1380
- url: 'https://dev.supermachine.art/v1/tools/instruct-edit',
1380
+ url: 'https://dev.supermachine.art/v1/tools/instruct',
1381
1381
  json: true,
1382
1382
  body,
1383
1383
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-supermachine",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "n8n community node for Supermachine AI Image API — Generate images, manage models, LoRAs, and characters",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",