@_solaris/messenger-widget 0.1.4 → 0.2.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/messenger.js CHANGED
@@ -4579,7 +4579,7 @@ function $i(t, e, n, a, r, s) {
4579
4579
  ], 6)) : g("", !0)
4580
4580
  ], 2);
4581
4581
  }
4582
- const Ui = /* @__PURE__ */ B(Ai, [["render", $i], ["__scopeId", "data-v-bee7b290"]]);
4582
+ const Ui = /* @__PURE__ */ B(Ai, [["render", $i], ["__scopeId", "data-v-bee7b290"]]), Di = "0.2.0";
4583
4583
  export {
4584
4584
  J as AIAvatar,
4585
4585
  le as AVATAR_COLORS,
@@ -4608,6 +4608,7 @@ export {
4608
4608
  Ks as SuggestionChips,
4609
4609
  lt as TeamAvatars,
4610
4610
  is as Typing,
4611
+ Di as VERSION,
4611
4612
  ge as avatarColor,
4612
4613
  we as avatarInitials,
4613
4614
  xs as captureScreenshotFile,
@@ -31,3 +31,4 @@ export function init(opts?: {
31
31
  }): import("vue").App | null;
32
32
  /** Unmount the widget and clean up the host element we created. */
33
33
  export function destroy(): void;
34
+ export const version: string;
@@ -1,3 +1,4 @@
1
+ export const VERSION: string;
1
2
  export { createTransport } from "./core/transport.js";
2
3
  export { createStore } from "./core/store.js";
3
4
  export { DEFAULT_BASE_URL } from "./core/config.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_solaris/messenger-widget",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "Embeddable chat messenger widget — Vue 3 library + standalone embed build. Wired to the messenger-server (HMAC + widgetId).",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",