houdini-react 2.0.0-next.8 → 2.0.0-next.9
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.
|
@@ -90054,13 +90054,7 @@ function addOverload({
|
|
|
90054
90054
|
}
|
|
90055
90055
|
const docImports = documents.filter((doc) => doc.generateStore).map(
|
|
90056
90056
|
(doc) => `
|
|
90057
|
-
import type { ${importIdentifiers(doc).join(", ")} } from '${
|
|
90058
|
-
import_node_path3.default.relative(
|
|
90059
|
-
config.projectRoot,
|
|
90060
|
-
import_node_path3.default.join(config.pluginRuntimeDirectory("houdini-react"), "hooks")
|
|
90061
|
-
),
|
|
90062
|
-
config.artifactImportPath(doc.name)
|
|
90063
|
-
)}'
|
|
90057
|
+
import type { ${importIdentifiers(doc).join(", ")} } from '$houdini/artifacts/${doc.name}'
|
|
90064
90058
|
`
|
|
90065
90059
|
).join("\n");
|
|
90066
90060
|
return `${docImports}
|
|
@@ -90050,13 +90050,7 @@ function addOverload({
|
|
|
90050
90050
|
}
|
|
90051
90051
|
const docImports = documents.filter((doc) => doc.generateStore).map(
|
|
90052
90052
|
(doc) => `
|
|
90053
|
-
import type { ${importIdentifiers(doc).join(", ")} } from '${
|
|
90054
|
-
path3.relative(
|
|
90055
|
-
config.projectRoot,
|
|
90056
|
-
path3.join(config.pluginRuntimeDirectory("houdini-react"), "hooks")
|
|
90057
|
-
),
|
|
90058
|
-
config.artifactImportPath(doc.name)
|
|
90059
|
-
)}'
|
|
90053
|
+
import type { ${importIdentifiers(doc).join(", ")} } from '$houdini/artifacts/${doc.name}'
|
|
90060
90054
|
`
|
|
90061
90055
|
).join("\n");
|
|
90062
90056
|
return `${docImports}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-react",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.9",
|
|
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": "^4.39.0",
|
|
44
44
|
"use-deep-compare-effect": "^1.8.1",
|
|
45
|
-
"houdini": "^2.0.0-next.
|
|
45
|
+
"houdini": "^2.0.0-next.7"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
48
48
|
"build"
|