houdini-svelte 1.0.0-next.17 → 1.0.0-next.18

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.
@@ -119,7 +119,6 @@ This will result in duplicate queries. If you are trying to ensure there is alwa
119
119
  this.#store.set(value);
120
120
  });
121
121
  if (init) {
122
- console.log("setup");
123
122
  return this.observer.send({
124
123
  setup: true,
125
124
  variables: (0, import_store.get)(this.observer).variables
@@ -89,7 +89,6 @@ This will result in duplicate queries. If you are trying to ensure there is alwa
89
89
  this.#store.set(value);
90
90
  });
91
91
  if (init) {
92
- console.log("setup");
93
92
  return this.observer.send({
94
93
  setup: true,
95
94
  variables: get(this.observer).variables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-svelte",
3
- "version": "1.0.0-next.17",
3
+ "version": "1.0.0-next.18",
4
4
  "description": "The svelte plugin for houdini",
5
5
  "keywords": [
6
6
  "typescript",
@@ -32,7 +32,7 @@
32
32
  "rollup": "^3.7.4",
33
33
  "svelte": "^3.55.1",
34
34
  "vite": "^4.0.4",
35
- "houdini": "^1.0.0-next.17"
35
+ "houdini": "^1.0.0-next.18"
36
36
  },
37
37
  "files": [
38
38
  "build"