@absolutejs/voice 0.0.22-beta.117 → 0.0.22-beta.118

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/vue/index.js CHANGED
@@ -2249,7 +2249,9 @@ var useVoiceCampaignDialerProof = (path = "/api/voice/campaigns/dialer-proof", o
2249
2249
  };
2250
2250
  const unsubscribe = store.subscribe(sync);
2251
2251
  sync();
2252
- store.refresh().catch(() => {});
2252
+ if (typeof window !== "undefined") {
2253
+ store.refresh().catch(() => {});
2254
+ }
2253
2255
  onUnmounted8(() => {
2254
2256
  unsubscribe();
2255
2257
  store.close();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.22-beta.117",
3
+ "version": "0.0.22-beta.118",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",