@friggframework/ui 2.0.0--canary.396.55167ab.0 → 2.0.0--canary.396.0dd37aa.0
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -64389,7 +64389,7 @@ const WOe = (e) => {
|
|
|
64389
64389
|
}, HOe = (e) => {
|
|
64390
64390
|
const t = [];
|
|
64391
64391
|
return e.integrations.forEach((n) => {
|
|
64392
|
-
const r = { ...n }, s = r.entities[
|
|
64392
|
+
const r = { ...n }, s = r.entities[0].id, a = qOe(s, e);
|
|
64393
64393
|
r.type = a, r.display = GOe(a, e), t.push(r);
|
|
64394
64394
|
}), t;
|
|
64395
64395
|
}, qOe = (e, t) => {
|