houdini 1.2.55 → 1.2.56

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.
@@ -66195,6 +66195,7 @@ var Layer = class {
66195
66195
  [id]: {
66196
66196
  ...this.operations[id],
66197
66197
  fields: {
66198
+ ...this.operations[id]?.fields,
66198
66199
  [field]: [...this.operations[id]?.fields[field] || [], operation]
66199
66200
  }
66200
66201
  }
@@ -78411,12 +78412,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78411
78412
  }
78412
78413
  packageJSON2.devDependencies = {
78413
78414
  ...packageJSON2.devDependencies,
78414
- houdini: "^1.2.55"
78415
+ houdini: "^1.2.56"
78415
78416
  };
78416
78417
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78417
78418
  packageJSON2.devDependencies = {
78418
78419
  ...packageJSON2.devDependencies,
78419
- "houdini-svelte": "^1.2.55"
78420
+ "houdini-svelte": "^1.2.56"
78420
78421
  };
78421
78422
  } else {
78422
78423
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -66201,6 +66201,7 @@ var Layer = class {
66201
66201
  [id]: {
66202
66202
  ...this.operations[id],
66203
66203
  fields: {
66204
+ ...this.operations[id]?.fields,
66204
66205
  [field]: [...this.operations[id]?.fields[field] || [], operation]
66205
66206
  }
66206
66207
  }
@@ -78416,12 +78417,12 @@ async function packageJSON(targetPath, frameworkInfo) {
78416
78417
  }
78417
78418
  packageJSON2.devDependencies = {
78418
78419
  ...packageJSON2.devDependencies,
78419
- houdini: "^1.2.55"
78420
+ houdini: "^1.2.56"
78420
78421
  };
78421
78422
  if (frameworkInfo.framework === "svelte" || frameworkInfo.framework === "kit") {
78422
78423
  packageJSON2.devDependencies = {
78423
78424
  ...packageJSON2.devDependencies,
78424
- "houdini-svelte": "^1.2.55"
78425
+ "houdini-svelte": "^1.2.56"
78425
78426
  };
78426
78427
  } else {
78427
78428
  throw new Error(`Unmanaged framework: "${JSON.stringify(frameworkInfo)}"`);
@@ -55416,6 +55416,7 @@ var Layer = class {
55416
55416
  [id]: {
55417
55417
  ...this.operations[id],
55418
55418
  fields: {
55419
+ ...this.operations[id]?.fields,
55419
55420
  [field]: [...this.operations[id]?.fields[field] || [], operation]
55420
55421
  }
55421
55422
  }
@@ -55416,6 +55416,7 @@ var Layer = class {
55416
55416
  [id]: {
55417
55417
  ...this.operations[id],
55418
55418
  fields: {
55419
+ ...this.operations[id]?.fields,
55419
55420
  [field]: [...this.operations[id]?.fields[field] || [], operation]
55420
55421
  }
55421
55422
  }
@@ -64842,6 +64842,7 @@ var Layer = class {
64842
64842
  [id]: {
64843
64843
  ...this.operations[id],
64844
64844
  fields: {
64845
+ ...this.operations[id]?.fields,
64845
64846
  [field]: [...this.operations[id]?.fields[field] || [], operation]
64846
64847
  }
64847
64848
  }
@@ -64758,6 +64758,7 @@ var Layer = class {
64758
64758
  [id]: {
64759
64759
  ...this.operations[id],
64760
64760
  fields: {
64761
+ ...this.operations[id]?.fields,
64761
64762
  [field]: [...this.operations[id]?.fields[field] || [], operation]
64762
64763
  }
64763
64764
  }
@@ -413,6 +413,7 @@ class Layer {
413
413
  [id]: {
414
414
  ...this.operations[id],
415
415
  fields: {
416
+ ...this.operations[id]?.fields,
416
417
  [field]: [...this.operations[id]?.fields[field] || [], operation]
417
418
  }
418
419
  }
@@ -387,6 +387,7 @@ class Layer {
387
387
  [id]: {
388
388
  ...this.operations[id],
389
389
  fields: {
390
+ ...this.operations[id]?.fields,
390
391
  [field]: [...this.operations[id]?.fields[field] || [], operation]
391
392
  }
392
393
  }
@@ -55426,6 +55426,7 @@ var Layer = class {
55426
55426
  [id]: {
55427
55427
  ...this.operations[id],
55428
55428
  fields: {
55429
+ ...this.operations[id]?.fields,
55429
55430
  [field]: [...this.operations[id]?.fields[field] || [], operation]
55430
55431
  }
55431
55432
  }
@@ -55423,6 +55423,7 @@ var Layer = class {
55423
55423
  [id]: {
55424
55424
  ...this.operations[id],
55425
55425
  fields: {
55426
+ ...this.operations[id]?.fields,
55426
55427
  [field]: [...this.operations[id]?.fields[field] || [], operation]
55427
55428
  }
55428
55429
  }
@@ -67592,6 +67592,7 @@ var Layer = class {
67592
67592
  [id]: {
67593
67593
  ...this.operations[id],
67594
67594
  fields: {
67595
+ ...this.operations[id]?.fields,
67595
67596
  [field]: [...this.operations[id]?.fields[field] || [], operation]
67596
67597
  }
67597
67598
  }
@@ -67586,6 +67586,7 @@ var Layer = class {
67586
67586
  [id]: {
67587
67587
  ...this.operations[id],
67588
67588
  fields: {
67589
+ ...this.operations[id]?.fields,
67589
67590
  [field]: [...this.operations[id]?.fields[field] || [], operation]
67590
67591
  }
67591
67592
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
4
4
  "description": "The disappearing GraphQL clients",
5
5
  "keywords": [
6
6
  "typescript",