houdini 1.0.10 → 1.0.11

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.
@@ -78905,8 +78905,8 @@ async function updatePackageJSON(targetPath) {
78905
78905
  }
78906
78906
  packageJSON.devDependencies = {
78907
78907
  ...packageJSON.devDependencies,
78908
- houdini: "^1.0.10",
78909
- "houdini-svelte": "^1.0.10"
78908
+ houdini: "^1.0.11",
78909
+ "houdini-svelte": "^1.0.11"
78910
78910
  };
78911
78911
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
78912
78912
  }
@@ -78910,8 +78910,8 @@ async function updatePackageJSON(targetPath) {
78910
78910
  }
78911
78911
  packageJSON.devDependencies = {
78912
78912
  ...packageJSON.devDependencies,
78913
- houdini: "^1.0.10",
78914
- "houdini-svelte": "^1.0.10"
78913
+ houdini: "^1.0.11",
78914
+ "houdini-svelte": "^1.0.11"
78915
78915
  };
78916
78916
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
78917
78917
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",