houdini 0.17.13 → 0.17.14

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.
@@ -76535,8 +76535,8 @@ async function updatePackageJSON(targetPath) {
76535
76535
  }
76536
76536
  packageJSON.devDependencies = {
76537
76537
  ...packageJSON.devDependencies,
76538
- houdini: "^0.17.13",
76539
- "houdini-svelte": "^0.17.13",
76538
+ houdini: "^0.17.14",
76539
+ "houdini-svelte": "^0.17.14",
76540
76540
  graphql: "^15.8.0"
76541
76541
  };
76542
76542
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
@@ -76540,8 +76540,8 @@ async function updatePackageJSON(targetPath) {
76540
76540
  }
76541
76541
  packageJSON.devDependencies = {
76542
76542
  ...packageJSON.devDependencies,
76543
- houdini: "^0.17.13",
76544
- "houdini-svelte": "^0.17.13",
76543
+ houdini: "^0.17.14",
76544
+ "houdini-svelte": "^0.17.14",
76545
76545
  graphql: "^15.8.0"
76546
76546
  };
76547
76547
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "0.17.13",
3
+ "version": "0.17.14",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",
@@ -23,7 +23,7 @@
23
23
  "prettier": "^2.5.1",
24
24
  "rollup": "^2.79.1",
25
25
  "turbo": "^1.5.4",
26
- "vite": "^3.1.6",
26
+ "vite": "^3.2.4",
27
27
  "vitest": "^0.23.4",
28
28
  "scripts": "^1.0.0"
29
29
  },