houdini 1.2.62 → 1.2.63

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.
@@ -78444,12 +78444,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78444
78444
  }
78445
78445
  packageJSON2.devDependencies = {
78446
78446
  ...packageJSON2.devDependencies,
78447
- houdini: "^1.2.62"
78447
+ houdini: "^1.2.63"
78448
78448
  };
78449
78449
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78450
78450
  packageJSON2.devDependencies = {
78451
78451
  ...packageJSON2.devDependencies,
78452
- "houdini-svelte": "^1.2.62"
78452
+ "houdini-svelte": "^1.2.63"
78453
78453
  };
78454
78454
  } else {
78455
78455
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -78449,12 +78449,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78449
78449
  }
78450
78450
  packageJSON2.devDependencies = {
78451
78451
  ...packageJSON2.devDependencies,
78452
- houdini: "^1.2.62"
78452
+ houdini: "^1.2.63"
78453
78453
  };
78454
78454
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78455
78455
  packageJSON2.devDependencies = {
78456
78456
  ...packageJSON2.devDependencies,
78457
- "houdini-svelte": "^1.2.62"
78457
+ "houdini-svelte": "^1.2.63"
78458
78458
  };
78459
78459
  } else {
78460
78460
  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.62",
3
+ "version": "1.2.63",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",