houdini-react 1.2.20-next.1 → 1.2.21

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.
@@ -78957,7 +78957,6 @@ function isSecondaryBuild() {
78957
78957
  async function buildLocalSchema(config2) {
78958
78958
  const { build } = await import("vite");
78959
78959
  process.env.HOUDINI_SCHEMA_BUILD = "true";
78960
- console.log(import_node_path2.default.join(config2.localApiDir, "+schema"));
78961
78960
  await build({
78962
78961
  logLevel: "silent",
78963
78962
  build: {
@@ -78947,7 +78947,6 @@ function isSecondaryBuild() {
78947
78947
  async function buildLocalSchema(config2) {
78948
78948
  const { build } = await import("vite");
78949
78949
  process.env.HOUDINI_SCHEMA_BUILD = "true";
78950
- console.log(path2.join(config2.localApiDir, "+schema"));
78951
78950
  await build({
78952
78951
  logLevel: "silent",
78953
78952
  build: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-react",
3
- "version": "1.2.20-next.1",
3
+ "version": "1.2.21",
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.20-next.1"
45
+ "houdini": "^1.2.21"
46
46
  },
47
47
  "files": [
48
48
  "build"