houdini-react 1.2.17 → 1.2.18

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.
@@ -79588,9 +79588,7 @@ var vite_default = {
79588
79588
  return id.substring(id.indexOf("virtual:houdini"));
79589
79589
  },
79590
79590
  async buildStart({ houdiniConfig }) {
79591
- if (!isSecondaryBuild()) {
79592
- await writeTsconfig(houdiniConfig);
79593
- }
79591
+ await writeTsconfig(houdiniConfig);
79594
79592
  },
79595
79593
  async load(id, { config }) {
79596
79594
  if (!id.startsWith("virtual:houdini")) {
@@ -79578,9 +79578,7 @@ var vite_default = {
79578
79578
  return id.substring(id.indexOf("virtual:houdini"));
79579
79579
  },
79580
79580
  async buildStart({ houdiniConfig }) {
79581
- if (!isSecondaryBuild()) {
79582
- await writeTsconfig(houdiniConfig);
79583
- }
79581
+ await writeTsconfig(houdiniConfig);
79584
79582
  },
79585
79583
  async load(id, { config }) {
79586
79584
  if (!id.startsWith("virtual:houdini")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-react",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "description": "The React plugin for houdini",
5
5
  "keywords": [
6
6
  "typescript",
@@ -42,7 +42,7 @@
42
42
  "recast": "^0.23.1",
43
43
  "rollup": "^3.7.4",
44
44
  "use-deep-compare-effect": "^1.8.1",
45
- "houdini": "^1.2.17"
45
+ "houdini": "^1.2.18"
46
46
  },
47
47
  "files": [
48
48
  "build"