houdini 0.20.0 → 0.20.1

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.
@@ -77715,8 +77715,8 @@ async function updatePackageJSON(targetPath) {
77715
77715
  }
77716
77716
  packageJSON.devDependencies = {
77717
77717
  ...packageJSON.devDependencies,
77718
- houdini: "^0.20.0",
77719
- "houdini-svelte": "^0.20.0",
77718
+ houdini: "^0.20.1",
77719
+ "houdini-svelte": "^0.20.1",
77720
77720
  graphql: "^15.8.0"
77721
77721
  };
77722
77722
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
@@ -77720,8 +77720,8 @@ async function updatePackageJSON(targetPath) {
77720
77720
  }
77721
77721
  packageJSON.devDependencies = {
77722
77722
  ...packageJSON.devDependencies,
77723
- houdini: "^0.20.0",
77724
- "houdini-svelte": "^0.20.0",
77723
+ houdini: "^0.20.1",
77724
+ "houdini-svelte": "^0.20.1",
77725
77725
  graphql: "^15.8.0"
77726
77726
  };
77727
77727
  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.0",
3
+ "version": "0.20.1",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",