houdini 1.2.53 → 1.2.54

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.
@@ -78330,12 +78330,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78330
78330
  }
78331
78331
  packageJSON2.devDependencies = {
78332
78332
  ...packageJSON2.devDependencies,
78333
- houdini: "^1.2.53"
78333
+ houdini: "^1.2.54"
78334
78334
  };
78335
78335
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78336
78336
  packageJSON2.devDependencies = {
78337
78337
  ...packageJSON2.devDependencies,
78338
- "houdini-svelte": "^1.2.53"
78338
+ "houdini-svelte": "^1.2.54"
78339
78339
  };
78340
78340
  } else {
78341
78341
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -78335,12 +78335,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78335
78335
  }
78336
78336
  packageJSON2.devDependencies = {
78337
78337
  ...packageJSON2.devDependencies,
78338
- houdini: "^1.2.53"
78338
+ houdini: "^1.2.54"
78339
78339
  };
78340
78340
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78341
78341
  packageJSON2.devDependencies = {
78342
78342
  ...packageJSON2.devDependencies,
78343
- "houdini-svelte": "^1.2.53"
78343
+ "houdini-svelte": "^1.2.54"
78344
78344
  };
78345
78345
  } else {
78346
78346
  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.53",
3
+ "version": "1.2.54",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",