houdini-react 0.0.0-20240328033602 → 0.0.0-20240328033619

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.
@@ -78700,7 +78700,6 @@ async function walk_routes(args) {
78700
78700
  async function add_view(args) {
78701
78701
  const target = args.type === "page" ? args.project.pages : args.project.layouts;
78702
78702
  const queries = await extractQueries(args.contents);
78703
- console.log({ queries });
78704
78703
  const missing_queries = queries.filter((query2) => !args.queries.includes(query2));
78705
78704
  if (missing_queries.length > 0) {
78706
78705
  throw {
@@ -78690,7 +78690,6 @@ async function walk_routes(args) {
78690
78690
  async function add_view(args) {
78691
78691
  const target = args.type === "page" ? args.project.pages : args.project.layouts;
78692
78692
  const queries = await extractQueries(args.contents);
78693
- console.log({ queries });
78694
78693
  const missing_queries = queries.filter((query2) => !args.queries.includes(query2));
78695
78694
  if (missing_queries.length > 0) {
78696
78695
  throw {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-react",
3
- "version": "0.0.0-20240328033602",
3
+ "version": "0.0.0-20240328033619",
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-20240328033602"
46
+ "houdini": "^0.0.0-20240328033619"
47
47
  },
48
48
  "files": [
49
49
  "build"