houdini 1.2.28 → 1.2.29

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.
@@ -78491,12 +78491,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78491
78491
  }
78492
78492
  packageJSON2.devDependencies = {
78493
78493
  ...packageJSON2.devDependencies,
78494
- houdini: "^1.2.28"
78494
+ houdini: "^1.2.29"
78495
78495
  };
78496
78496
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78497
78497
  packageJSON2.devDependencies = {
78498
78498
  ...packageJSON2.devDependencies,
78499
- "houdini-svelte": "^1.2.28"
78499
+ "houdini-svelte": "^1.2.29"
78500
78500
  };
78501
78501
  } else {
78502
78502
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -78496,12 +78496,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78496
78496
  }
78497
78497
  packageJSON2.devDependencies = {
78498
78498
  ...packageJSON2.devDependencies,
78499
- houdini: "^1.2.28"
78499
+ houdini: "^1.2.29"
78500
78500
  };
78501
78501
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78502
78502
  packageJSON2.devDependencies = {
78503
78503
  ...packageJSON2.devDependencies,
78504
- "houdini-svelte": "^1.2.28"
78504
+ "houdini-svelte": "^1.2.29"
78505
78505
  };
78506
78506
  } else {
78507
78507
  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.28",
3
+ "version": "1.2.29",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",