houdini-react 1.2.16 → 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.
@@ -79119,7 +79119,7 @@ async function generate_fallbacks({
79119
79119
  );
79120
79120
  await fs_exports.mkdirp(path_exports.dirname(fallback_path));
79121
79121
  let source = [
79122
- "import { useRouterContext, useCache, useQueryResult } from '$houdini/plugins/houdini-react/runtime/routing/components/Router'",
79122
+ "import { useRouterContext, useCache, useQueryResult } from '$houdini/plugins/houdini-react/runtime/routing/Router'",
79123
79123
  `import Component from '${page_path}'`,
79124
79124
  "import { Suspense } from 'react'"
79125
79125
  ];
@@ -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")) {
@@ -79109,7 +79109,7 @@ async function generate_fallbacks({
79109
79109
  );
79110
79110
  await fs_exports.mkdirp(path_exports.dirname(fallback_path));
79111
79111
  let source = [
79112
- "import { useRouterContext, useCache, useQueryResult } from '$houdini/plugins/houdini-react/runtime/routing/components/Router'",
79112
+ "import { useRouterContext, useCache, useQueryResult } from '$houdini/plugins/houdini-react/runtime/routing/Router'",
79113
79113
  `import Component from '${page_path}'`,
79114
79114
  "import { Suspense } from 'react'"
79115
79115
  ];
@@ -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.16",
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.16"
45
+ "houdini": "^1.2.18"
46
46
  },
47
47
  "files": [
48
48
  "build"