@telia-ace/widget-conversation-flamingo 1.0.0 → 1.0.1
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/{conversation-31b48ff2.js → conversation-578f5189.js} +2 -2
- package/dist/{conversation-31b48ff2.js.map → conversation-578f5189.js.map} +1 -1
- package/dist/{index-d8edc7b3.js → index-f1fa824a.js} +111 -112
- package/dist/{index-d8edc7b3.js.map → index-f1fa824a.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
|
@@ -26,7 +26,7 @@ var b = (s, t, e) => new Promise((i, n) => {
|
|
|
26
26
|
}, l = (a) => a.done ? i(a.value) : Promise.resolve(a.value).then(o, r);
|
|
27
27
|
l((e = e.apply(s, t)).next());
|
|
28
28
|
});
|
|
29
|
-
import { C as mt,
|
|
29
|
+
import { C as mt, _ as cs, g as ds, j as hs } from "./index-f1fa824a.js";
|
|
30
30
|
/**
|
|
31
31
|
* @license
|
|
32
32
|
* Copyright 2019 Google LLC
|
|
@@ -2309,4 +2309,4 @@ export {
|
|
|
2309
2309
|
H as ConversationComponent,
|
|
2310
2310
|
pn as default
|
|
2311
2311
|
};
|
|
2312
|
-
//# sourceMappingURL=conversation-
|
|
2312
|
+
//# sourceMappingURL=conversation-578f5189.js.map
|