houdini 1.1.2 → 1.1.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.
@@ -79287,8 +79287,8 @@ async function updatePackageJSON(targetPath) {
79287
79287
  }
79288
79288
  packageJSON.devDependencies = {
79289
79289
  ...packageJSON.devDependencies,
79290
- houdini: "^1.1.2",
79291
- "houdini-svelte": "^1.1.2"
79290
+ houdini: "^1.1.3",
79291
+ "houdini-svelte": "^1.1.3"
79292
79292
  };
79293
79293
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
79294
79294
  }
@@ -79292,8 +79292,8 @@ async function updatePackageJSON(targetPath) {
79292
79292
  }
79293
79293
  packageJSON.devDependencies = {
79294
79294
  ...packageJSON.devDependencies,
79295
- houdini: "^1.1.2",
79296
- "houdini-svelte": "^1.1.2"
79295
+ houdini: "^1.1.3",
79296
+ "houdini-svelte": "^1.1.3"
79297
79297
  };
79298
79298
  await fs_exports.writeFile(packagePath, JSON.stringify(packageJSON, null, 4));
79299
79299
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",