@aloma.io/integration-sdk 3.3.19 → 3.3.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.
@@ -45,6 +45,7 @@ export class Builder {
45
45
  // blank
46
46
  }
47
47
  });
48
+ console.log('outer logo', logo);
48
49
  data.logo = logo;
49
50
  }
50
51
  async parsePackageJson() {
@@ -10,6 +10,7 @@ class Registration {
10
10
  const configSchema = config.configSchema();
11
11
  const intro = await config.introspect();
12
12
  const icon = config.icon();
13
+ console.log('register icon', icon);
13
14
  const response = await fetch(config.url() + "register", C.augmentRegistration({
14
15
  method: "POST",
15
16
  body: JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.19",
3
+ "version": "3.3.21",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -61,6 +61,8 @@ export class Builder {
61
61
  // blank
62
62
  }
63
63
  })
64
+ console.log('outer logo', logo)
65
+
64
66
 
65
67
  data.logo = logo;
66
68
  }
@@ -12,6 +12,8 @@ class Registration {
12
12
  const configSchema = config.configSchema();
13
13
  const intro = await config.introspect();
14
14
  const icon = config.icon();
15
+
16
+ console.log('register icon', icon)
15
17
 
16
18
  const response = await fetch(
17
19
  config.url() + "register",