n8n-nodes-soar 0.1.19 → 0.1.21

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.
@@ -81,7 +81,8 @@ class Asset {
81
81
  basic: {
82
82
  host: n
83
83
  },
84
- metadata: this.metadata
84
+ metadata: this.metadata,
85
+ success: true
85
86
  });
86
87
  })
87
88
  ];
@@ -102,7 +103,8 @@ class Asset {
102
103
  domain: this.basic.domain,
103
104
  ip: n
104
105
  },
105
- metadata: this.metadata
106
+ metadata: this.metadata,
107
+ success: true
106
108
  });
107
109
  });
108
110
  } else {
@@ -120,7 +122,8 @@ class Asset {
120
122
  port: n.port,
121
123
  protocol: n.protocol
122
124
  },
123
- metadata: this.metadata
125
+ metadata: this.metadata,
126
+ success: true
124
127
  });
125
128
  });
126
129
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-soar",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"
@@ -95,7 +95,6 @@
95
95
  "class-transformer": "^0.5.1",
96
96
  "dockerode": "^4.0.0",
97
97
  "lodash": "^4.17.21",
98
- "n8n-nodes-soar": "link:",
99
98
  "n8n-workflow": "^1.14.1",
100
99
  "reflect-metadata": "^0.1.13"
101
100
  },