houdini 0.20.3 → 0.20.4

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.
@@ -77721,8 +77721,8 @@ async function updatePackageJSON(targetPath) {
77721
77721
  }
77722
77722
  packageJSON.devDependencies = {
77723
77723
  ...packageJSON.devDependencies,
77724
- houdini: "^0.20.3",
77725
- "houdini-svelte": "^0.20.3",
77724
+ houdini: "^0.20.4",
77725
+ "houdini-svelte": "^0.20.4",
77726
77726
  graphql: "^15.8.0"
77727
77727
  };
77728
77728
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
@@ -77726,8 +77726,8 @@ async function updatePackageJSON(targetPath) {
77726
77726
  }
77727
77727
  packageJSON.devDependencies = {
77728
77728
  ...packageJSON.devDependencies,
77729
- houdini: "^0.20.3",
77730
- "houdini-svelte": "^0.20.3",
77729
+ houdini: "^0.20.4",
77730
+ "houdini-svelte": "^0.20.4",
77731
77731
  graphql: "^15.8.0"
77732
77732
  };
77733
77733
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",