@codingfactory/messenger-client 0.4.6 → 0.4.7

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2074,7 +2074,13 @@ function $g() {
2074
2074
  },
2075
2075
  { deep: !1, immediate: !0 }
2076
2076
  ), z = Ve(
2077
- () => o.fullPath,
2077
+ () => {
2078
+ try {
2079
+ return o.fullPath;
2080
+ } catch {
2081
+ return "";
2082
+ }
2083
+ },
2078
2084
  () => {
2079
2085
  P();
2080
2086
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingfactory/messenger-client",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Shared messaging frontend: UI components, state management, API helpers, and realtime composables.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",