houdini 0.17.2 → 0.17.3

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 db5bfb276a8e9449
1
+ houdini:compile: cache hit, replaying output 69787885aa876706
2
2
  houdini:compile:
3
- houdini:compile: > houdini@0.17.2 compile /home/runner/work/houdini/houdini/packages/houdini
3
+ houdini:compile: > houdini@0.17.3 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 8e07b9dd91cee737
1
+ houdini:typedefs: cache hit, replaying output b9d6d27ef3474182
2
2
  houdini:typedefs:
3
- houdini:typedefs: > houdini@0.17.2 typedefs /home/runner/work/houdini/houdini/packages/houdini
3
+ houdini:typedefs: > houdini@0.17.3 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.3
4
+
3
5
  ## 0.17.2
4
6
 
5
7
  ## 0.17.1
@@ -77535,8 +77535,8 @@ async function updatePackageJSON(targetPath) {
77535
77535
  }
77536
77536
  packageJSON.devDependencies = {
77537
77537
  ...packageJSON.devDependencies,
77538
- houdini: "^0.17.2",
77539
- "houdini-svelte": "^0.17.2",
77538
+ houdini: "^0.17.3",
77539
+ "houdini-svelte": "^0.17.3",
77540
77540
  graphql: "^15.5.0"
77541
77541
  };
77542
77542
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
@@ -77540,8 +77540,8 @@ async function updatePackageJSON(targetPath) {
77540
77540
  }
77541
77541
  packageJSON.devDependencies = {
77542
77542
  ...packageJSON.devDependencies,
77543
- houdini: "^0.17.2",
77544
- "houdini-svelte": "^0.17.2",
77543
+ houdini: "^0.17.3",
77544
+ "houdini-svelte": "^0.17.3",
77545
77545
  graphql: "^15.5.0"
77546
77546
  };
77547
77547
  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.2",
3
+ "version": "0.17.3",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "type": "module",
6
6
  "devDependencies": {