houdini 1.2.60 → 1.2.61

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.
@@ -78412,12 +78412,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78412
78412
  }
78413
78413
  packageJSON2.devDependencies = {
78414
78414
  ...packageJSON2.devDependencies,
78415
- houdini: "^1.2.60"
78415
+ houdini: "^1.2.61"
78416
78416
  };
78417
78417
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78418
78418
  packageJSON2.devDependencies = {
78419
78419
  ...packageJSON2.devDependencies,
78420
- "houdini-svelte": "^1.2.60"
78420
+ "houdini-svelte": "^1.2.61"
78421
78421
  };
78422
78422
  } else {
78423
78423
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -78417,12 +78417,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78417
78417
  }
78418
78418
  packageJSON2.devDependencies = {
78419
78419
  ...packageJSON2.devDependencies,
78420
- houdini: "^1.2.60"
78420
+ houdini: "^1.2.61"
78421
78421
  };
78422
78422
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78423
78423
  packageJSON2.devDependencies = {
78424
78424
  ...packageJSON2.devDependencies,
78425
- "houdini-svelte": "^1.2.60"
78425
+ "houdini-svelte": "^1.2.61"
78426
78426
  };
78427
78427
  } else {
78428
78428
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "1.2.60",
3
+ "version": "1.2.61",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",