houdini 1.2.17 → 1.2.18

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.
@@ -76155,12 +76155,12 @@ async function packageJSON(targetPath, frameworkInfo) {
76155
76155
  }
76156
76156
  packageJSON2.devDependencies = {
76157
76157
  ...packageJSON2.devDependencies,
76158
- houdini: "^1.2.17"
76158
+ houdini: "^1.2.18"
76159
76159
  };
76160
76160
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
76161
76161
  packageJSON2.devDependencies = {
76162
76162
  ...packageJSON2.devDependencies,
76163
- "houdini-svelte": "^1.2.17"
76163
+ "houdini-svelte": "^1.2.18"
76164
76164
  };
76165
76165
  } else {
76166
76166
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -76160,12 +76160,12 @@ async function packageJSON(targetPath, frameworkInfo) {
76160
76160
  }
76161
76161
  packageJSON2.devDependencies = {
76162
76162
  ...packageJSON2.devDependencies,
76163
- houdini: "^1.2.17"
76163
+ houdini: "^1.2.18"
76164
76164
  };
76165
76165
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
76166
76166
  packageJSON2.devDependencies = {
76167
76167
  ...packageJSON2.devDependencies,
76168
- "houdini-svelte": "^1.2.17"
76168
+ "houdini-svelte": "^1.2.18"
76169
76169
  };
76170
76170
  } else {
76171
76171
  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.17",
3
+ "version": "1.2.18",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",