houdini 1.2.20-next.1 → 1.2.20

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.
@@ -69071,7 +69071,6 @@ var import_node_path2 = __toESM(require("node:path"), 1);
69071
69071
  async function buildLocalSchema(config2) {
69072
69072
  const { build } = await import("vite");
69073
69073
  process.env.HOUDINI_SCHEMA_BUILD = "true";
69074
- console.log(import_node_path2.default.join(config2.localApiDir, "+schema"));
69075
69074
  await build({
69076
69075
  logLevel: "silent",
69077
69076
  build: {
@@ -76162,12 +76161,12 @@ async function packageJSON(targetPath, frameworkInfo) {
76162
76161
  }
76163
76162
  packageJSON2.devDependencies = {
76164
76163
  ...packageJSON2.devDependencies,
76165
- houdini: "^1.2.20-next.1"
76164
+ houdini: "^1.2.20"
76166
76165
  };
76167
76166
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
76168
76167
  packageJSON2.devDependencies = {
76169
76168
  ...packageJSON2.devDependencies,
76170
- "houdini-svelte": "^1.2.20-next.1"
76169
+ "houdini-svelte": "^1.2.20"
76171
76170
  };
76172
76171
  } else {
76173
76172
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -69076,7 +69076,6 @@ import path2 from "node:path";
69076
69076
  async function buildLocalSchema(config2) {
69077
69077
  const { build } = await import("vite");
69078
69078
  process.env.HOUDINI_SCHEMA_BUILD = "true";
69079
- console.log(path2.join(config2.localApiDir, "+schema"));
69080
69079
  await build({
69081
69080
  logLevel: "silent",
69082
69081
  build: {
@@ -76167,12 +76166,12 @@ async function packageJSON(targetPath, frameworkInfo) {
76167
76166
  }
76168
76167
  packageJSON2.devDependencies = {
76169
76168
  ...packageJSON2.devDependencies,
76170
- houdini: "^1.2.20-next.1"
76169
+ houdini: "^1.2.20"
76171
76170
  };
76172
76171
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
76173
76172
  packageJSON2.devDependencies = {
76174
76173
  ...packageJSON2.devDependencies,
76175
- "houdini-svelte": "^1.2.20-next.1"
76174
+ "houdini-svelte": "^1.2.20"
76176
76175
  };
76177
76176
  } else {
76178
76177
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -68706,7 +68706,6 @@ function isSecondaryBuild() {
68706
68706
  async function buildLocalSchema(config2) {
68707
68707
  const { build } = await import("vite");
68708
68708
  process.env.HOUDINI_SCHEMA_BUILD = "true";
68709
- console.log(import_node_path2.default.join(config2.localApiDir, "+schema"));
68710
68709
  await build({
68711
68710
  logLevel: "silent",
68712
68711
  build: {
@@ -68629,7 +68629,6 @@ function isSecondaryBuild() {
68629
68629
  async function buildLocalSchema(config2) {
68630
68630
  const { build } = await import("vite");
68631
68631
  process.env.HOUDINI_SCHEMA_BUILD = "true";
68632
- console.log(path2.join(config2.localApiDir, "+schema"));
68633
68632
  await build({
68634
68633
  logLevel: "silent",
68635
68634
  build: {
@@ -88,7 +88,6 @@ const serverAdapterFactory = ({
88
88
  pipe
89
89
  });
90
90
  if (rendered) {
91
- console.log(url, rendered);
92
91
  return rendered;
93
92
  }
94
93
  return new Response("404", { status: 404 });
@@ -59,7 +59,6 @@ const serverAdapterFactory = ({
59
59
  pipe
60
60
  });
61
61
  if (rendered) {
62
- console.log(url, rendered);
63
62
  return rendered;
64
63
  }
65
64
  return new Response("404", { status: 404 });
@@ -71139,7 +71139,6 @@ function isSecondaryBuild() {
71139
71139
  async function buildLocalSchema(config4) {
71140
71140
  const { build } = await import("vite");
71141
71141
  process.env.HOUDINI_SCHEMA_BUILD = "true";
71142
- console.log(import_node_path2.default.join(config4.localApiDir, "+schema"));
71143
71142
  await build({
71144
71143
  logLevel: "silent",
71145
71144
  build: {
@@ -71134,7 +71134,6 @@ function isSecondaryBuild() {
71134
71134
  async function buildLocalSchema(config4) {
71135
71135
  const { build } = await import("vite");
71136
71136
  process.env.HOUDINI_SCHEMA_BUILD = "true";
71137
- console.log(path2.join(config4.localApiDir, "+schema"));
71138
71137
  await build({
71139
71138
  logLevel: "silent",
71140
71139
  build: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "1.2.20-next.1",
3
+ "version": "1.2.20",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",