houdini 1.2.39 → 1.2.40

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