@elisym/sdk 0.10.2 → 0.10.3
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.
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1216,6 +1216,9 @@ var DiscoveryService = class {
|
|
|
1216
1216
|
if (typeof meta.picture === "string") {
|
|
1217
1217
|
agent.picture = meta.picture;
|
|
1218
1218
|
}
|
|
1219
|
+
if (typeof meta.banner === "string") {
|
|
1220
|
+
agent.banner = meta.banner;
|
|
1221
|
+
}
|
|
1219
1222
|
if (typeof meta.name === "string") {
|
|
1220
1223
|
agent.name = meta.name;
|
|
1221
1224
|
}
|