@aloma.io/integration-sdk 3.3.22 → 3.3.23

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.
@@ -189,6 +189,7 @@ class Connector {
189
189
  this.version = version;
190
190
  this.name = name;
191
191
  this.icon = icon;
192
+ console.log('have icon', icon);
192
193
  }
193
194
  configure() {
194
195
  return (this.dispatcher = new Dispatcher());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.22",
3
+ "version": "3.3.23",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -240,6 +240,8 @@ class Connector {
240
240
  this.version = version;
241
241
  this.name = name;
242
242
  this.icon = icon;
243
+
244
+ console.log('have icon', icon)
243
245
  }
244
246
 
245
247
  configure() {