houdini-react 1.2.16 → 1.2.17
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/
|
|
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
|
];
|
|
@@ -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/
|
|
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
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.17",
|
|
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.
|
|
45
|
+
"houdini": "^1.2.17"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
48
48
|
"build"
|