houdini 1.2.42 → 1.2.43

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.
@@ -78125,12 +78125,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78125
78125
  }
78126
78126
  packageJSON2.devDependencies = {
78127
78127
  ...packageJSON2.devDependencies,
78128
- houdini: "^1.2.42"
78128
+ houdini: "^1.2.43"
78129
78129
  };
78130
78130
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78131
78131
  packageJSON2.devDependencies = {
78132
78132
  ...packageJSON2.devDependencies,
78133
- "houdini-svelte": "^1.2.42"
78133
+ "houdini-svelte": "^1.2.43"
78134
78134
  };
78135
78135
  } else {
78136
78136
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -78130,12 +78130,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78130
78130
  }
78131
78131
  packageJSON2.devDependencies = {
78132
78132
  ...packageJSON2.devDependencies,
78133
- houdini: "^1.2.42"
78133
+ houdini: "^1.2.43"
78134
78134
  };
78135
78135
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78136
78136
  packageJSON2.devDependencies = {
78137
78137
  ...packageJSON2.devDependencies,
78138
- "houdini-svelte": "^1.2.42"
78138
+ "houdini-svelte": "^1.2.43"
78139
78139
  };
78140
78140
  } else {
78141
78141
  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.42",
3
+ "version": "1.2.43",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",