houdini 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.
@@ -76513,8 +76513,8 @@ async function updatePackageJSON(targetPath) {
76513
76513
  }
76514
76514
  packageJSON.devDependencies = {
76515
76515
  ...packageJSON.devDependencies,
76516
- houdini: "^1.0.0-next.17",
76517
- "houdini-svelte": "^1.0.0-next.17"
76516
+ houdini: "^1.0.0-next.18",
76517
+ "houdini-svelte": "^1.0.0-next.18"
76518
76518
  };
76519
76519
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
76520
76520
  }
@@ -76518,8 +76518,8 @@ async function updatePackageJSON(targetPath) {
76518
76518
  }
76519
76519
  packageJSON.devDependencies = {
76520
76520
  ...packageJSON.devDependencies,
76521
- houdini: "^1.0.0-next.17",
76522
- "houdini-svelte": "^1.0.0-next.17"
76521
+ houdini: "^1.0.0-next.18",
76522
+ "houdini-svelte": "^1.0.0-next.18"
76523
76523
  };
76524
76524
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
76525
76525
  }
@@ -201,7 +201,6 @@ class DocumentStore extends import_store.Writable {
201
201
  }
202
202
  if (direction === "forward") {
203
203
  if (ctx.setup) {
204
- console.log("going backwards - setup");
205
204
  return this.#step(
206
205
  "backwards",
207
206
  {
@@ -70,7 +70,6 @@ class HoudiniClient {
70
70
  initialValue,
71
71
  fetching = false
72
72
  }) {
73
- console.log("observing", artifact.name, fetching);
74
73
  return new import_documentStore.DocumentStore({
75
74
  client: this,
76
75
  artifact,
@@ -78,7 +78,6 @@ const cachePolicy = ({
78
78
  localCache._internal_unstable.collectGarbage();
79
79
  }, 0);
80
80
  }
81
- console.log("cache setting fetch");
82
81
  setFetching(!useCache);
83
82
  return next(ctx);
84
83
  },
@@ -178,7 +178,6 @@ class DocumentStore extends Writable {
178
178
  }
179
179
  if (direction === "forward") {
180
180
  if (ctx.setup) {
181
- console.log("going backwards - setup");
182
181
  return this.#step(
183
182
  "backwards",
184
183
  {
@@ -41,7 +41,6 @@ class HoudiniClient {
41
41
  initialValue,
42
42
  fetching = false
43
43
  }) {
44
- console.log("observing", artifact.name, fetching);
45
44
  return new DocumentStore({
46
45
  client: this,
47
46
  artifact,
@@ -49,7 +49,6 @@ const cachePolicy = ({
49
49
  localCache._internal_unstable.collectGarbage();
50
50
  }, 0);
51
51
  }
52
- console.log("cache setting fetch");
53
52
  setFetching(!useCache);
54
53
  return next(ctx);
55
54
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "1.0.0-next.17",
3
+ "version": "1.0.0-next.18",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",