houdini 1.0.0-next.23 → 1.0.0-next.24

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.
@@ -78683,8 +78683,8 @@ async function updatePackageJSON(targetPath) {
78683
78683
  }
78684
78684
  packageJSON.devDependencies = {
78685
78685
  ...packageJSON.devDependencies,
78686
- houdini: "^1.0.0-next.23",
78687
- "houdini-svelte": "^1.0.0-next.23"
78686
+ houdini: "^1.0.0-next.24",
78687
+ "houdini-svelte": "^1.0.0-next.24"
78688
78688
  };
78689
78689
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
78690
78690
  }
@@ -78688,8 +78688,8 @@ async function updatePackageJSON(targetPath) {
78688
78688
  }
78689
78689
  packageJSON.devDependencies = {
78690
78690
  ...packageJSON.devDependencies,
78691
- houdini: "^1.0.0-next.23",
78692
- "houdini-svelte": "^1.0.0-next.23"
78691
+ houdini: "^1.0.0-next.24",
78692
+ "houdini-svelte": "^1.0.0-next.24"
78693
78693
  };
78694
78694
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
78695
78695
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "1.0.0-next.23",
3
+ "version": "1.0.0-next.24",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",