houdini-svelte 0.0.0-20250326081642 → 0.0.0-20250326082000

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.
@@ -34,6 +34,7 @@ class SubscriptionStore extends import_base.BaseStore {
34
34
  this.fetchingStore = (0, import_store.writable)(false);
35
35
  }
36
36
  async listen(variables, args) {
37
+ await (0, import_client.initClient)();
37
38
  this.fetchingStore.set(true);
38
39
  this.observer.send({
39
40
  variables,
@@ -11,6 +11,7 @@ class SubscriptionStore extends BaseStore {
11
11
  this.fetchingStore = writable(false);
12
12
  }
13
13
  async listen(variables, args) {
14
+ await initClient();
14
15
  this.fetchingStore.set(true);
15
16
  this.observer.send({
16
17
  variables,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-svelte",
3
- "version": "0.0.0-20250326081642",
3
+ "version": "0.0.0-20250326082000",
4
4
  "description": "The svelte plugin for houdini",
5
5
  "keywords": [
6
6
  "typescript",