houdini 1.5.6 → 1.5.7

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.
@@ -82355,12 +82355,13 @@ async function packageJSON(targetPath, frameworkInfo) {
82355
82355
  }
82356
82356
  packageJSON2.devDependencies = {
82357
82357
  ...packageJSON2.devDependencies,
82358
- houdini: "^1.5.6"
82358
+ houdini: "^1.5.7",
82359
+ "@sveltejs/kit": "<=2.21.0"
82359
82360
  };
82360
82361
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
82361
82362
  packageJSON2.devDependencies = {
82362
82363
  ...packageJSON2.devDependencies,
82363
- "houdini-svelte": "^2.1.16"
82364
+ "houdini-svelte": "^2.1.17"
82364
82365
  };
82365
82366
  } else {
82366
82367
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -82360,12 +82360,13 @@ async function packageJSON(targetPath, frameworkInfo) {
82360
82360
  }
82361
82361
  packageJSON2.devDependencies = {
82362
82362
  ...packageJSON2.devDependencies,
82363
- houdini: "^1.5.6"
82363
+ houdini: "^1.5.7",
82364
+ "@sveltejs/kit": "<=2.21.0"
82364
82365
  };
82365
82366
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
82366
82367
  packageJSON2.devDependencies = {
82367
82368
  ...packageJSON2.devDependencies,
82368
- "houdini-svelte": "^2.1.16"
82369
+ "houdini-svelte": "^2.1.17"
82369
82370
  };
82370
82371
  } else {
82371
82372
  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.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",