@aloma.io/integration-sdk 3.3.18 → 3.3.19

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.
@@ -230,7 +230,7 @@ class Connector {
230
230
  publicKey: process.env.PUBLIC_KEY,
231
231
  introspect,
232
232
  configSchema,
233
- icon
233
+ icon: this.icon
234
234
  });
235
235
  if (Object.keys(configSchema().fields).length) {
236
236
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.18",
3
+ "version": "3.3.19",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -294,7 +294,7 @@ class Connector {
294
294
  publicKey: process.env.PUBLIC_KEY,
295
295
  introspect,
296
296
  configSchema,
297
- icon
297
+ icon: this.icon
298
298
  });
299
299
 
300
300
  if (Object.keys(configSchema().fields).length) {