houdini-react 0.0.0-20240311070423 → 0.0.0-20240311070645
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.
|
@@ -78804,7 +78804,7 @@ async function extractQueries(source) {
|
|
|
78804
78804
|
} else {
|
|
78805
78805
|
return [];
|
|
78806
78806
|
}
|
|
78807
|
-
return props.filter((p) => p !== "children"
|
|
78807
|
+
return props.filter((p) => p !== "children");
|
|
78808
78808
|
}
|
|
78809
78809
|
function isSecondaryBuild() {
|
|
78810
78810
|
return process.env.HOUDINI_SECONDARY_BUILD && process.env.HOUDINI_SECONDARY_BUILD !== "false";
|
|
@@ -78794,7 +78794,7 @@ async function extractQueries(source) {
|
|
|
78794
78794
|
} else {
|
|
78795
78795
|
return [];
|
|
78796
78796
|
}
|
|
78797
|
-
return props.filter((p) => p !== "children"
|
|
78797
|
+
return props.filter((p) => p !== "children");
|
|
78798
78798
|
}
|
|
78799
78799
|
function isSecondaryBuild() {
|
|
78800
78800
|
return process.env.HOUDINI_SECONDARY_BUILD && process.env.HOUDINI_SECONDARY_BUILD !== "false";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20240311070645",
|
|
4
4
|
"description": "The React plugin for houdini",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"recast": "^0.23.1",
|
|
44
44
|
"rollup": "^3.7.4",
|
|
45
45
|
"use-deep-compare-effect": "^1.8.1",
|
|
46
|
-
"houdini": "^0.0.0-
|
|
46
|
+
"houdini": "^0.0.0-20240311070645"
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
49
49
|
"build"
|