houdini 0.17.6 → 0.17.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.
@@ -1,5 +1,5 @@
1
- houdini:compile: cache hit, replaying output 2e3c4b8a728b9878
1
+ houdini:compile: cache hit, replaying output 63f07e436f81a9aa
2
2
  houdini:compile:
3
- houdini:compile: > houdini@0.17.6 compile /home/runner/work/houdini/houdini/packages/houdini
3
+ houdini:compile: > houdini@0.17.7 compile /home/runner/work/houdini/houdini/packages/houdini
4
4
  houdini:compile: > scripts build
5
5
  houdini:compile:
@@ -1,5 +1,5 @@
1
- houdini:typedefs: cache hit, replaying output 97eda7f8d961d778
1
+ houdini:typedefs: cache hit, replaying output c685b427bfd26cd6
2
2
  houdini:typedefs:
3
- houdini:typedefs: > houdini@0.17.6 typedefs /home/runner/work/houdini/houdini/packages/houdini
3
+ houdini:typedefs: > houdini@0.17.7 typedefs /home/runner/work/houdini/houdini/packages/houdini
4
4
  houdini:typedefs: > scripts typedefs
5
5
  houdini:typedefs:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # houdini
2
2
 
3
+ ## 0.17.7
4
+
3
5
  ## 0.17.6
4
6
 
5
7
  ### 🐛 Fixes
@@ -76449,8 +76449,8 @@ async function updatePackageJSON(targetPath) {
76449
76449
  }
76450
76450
  packageJSON.devDependencies = {
76451
76451
  ...packageJSON.devDependencies,
76452
- houdini: "^0.17.6",
76453
- "houdini-svelte": "^0.17.6",
76452
+ houdini: "^0.17.7",
76453
+ "houdini-svelte": "^0.17.7",
76454
76454
  graphql: "^15.8.0"
76455
76455
  };
76456
76456
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
@@ -76454,8 +76454,8 @@ async function updatePackageJSON(targetPath) {
76454
76454
  }
76455
76455
  packageJSON.devDependencies = {
76456
76456
  ...packageJSON.devDependencies,
76457
- houdini: "^0.17.6",
76458
- "houdini-svelte": "^0.17.6",
76457
+ houdini: "^0.17.7",
76458
+ "houdini-svelte": "^0.17.7",
76459
76459
  graphql: "^15.8.0"
76460
76460
  };
76461
76461
  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.6",
3
+ "version": "0.17.7",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "type": "module",
6
6
  "devDependencies": {