houdini 0.17.7 → 0.17.8

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 63f07e436f81a9aa
1
+ houdini:compile: cache hit, replaying output 46091d3751e7378b
2
2
  houdini:compile:
3
- houdini:compile: > houdini@0.17.7 compile /home/runner/work/houdini/houdini/packages/houdini
3
+ houdini:compile: > houdini@0.17.8 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 c685b427bfd26cd6
1
+ houdini:typedefs: cache hit, replaying output 56dc71f9cf5019cc
2
2
  houdini:typedefs:
3
- houdini:typedefs: > houdini@0.17.7 typedefs /home/runner/work/houdini/houdini/packages/houdini
3
+ houdini:typedefs: > houdini@0.17.8 typedefs /home/runner/work/houdini/houdini/packages/houdini
4
4
  houdini:typedefs: > scripts typedefs
5
5
  houdini:typedefs:
package/CHANGELOG.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # houdini
2
2
 
3
- ## 0.17.7
4
-
5
3
  ## 0.17.6
6
4
 
7
5
  ### 🐛 Fixes
@@ -76449,8 +76449,8 @@ async function updatePackageJSON(targetPath) {
76449
76449
  }
76450
76450
  packageJSON.devDependencies = {
76451
76451
  ...packageJSON.devDependencies,
76452
- houdini: "^0.17.7",
76453
- "houdini-svelte": "^0.17.7",
76452
+ houdini: "^0.17.8",
76453
+ "houdini-svelte": "^0.17.8",
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.7",
76458
- "houdini-svelte": "^0.17.7",
76457
+ houdini: "^0.17.8",
76458
+ "houdini-svelte": "^0.17.8",
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.7",
3
+ "version": "0.17.8",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "type": "module",
6
6
  "devDependencies": {