houdini-svelte 1.2.55 → 1.2.57

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.
@@ -76709,6 +76709,7 @@ var Layer = class {
76709
76709
  [id2]: {
76710
76710
  ...this.operations[id2],
76711
76711
  fields: {
76712
+ ...this.operations[id2]?.fields,
76712
76713
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
76713
76714
  }
76714
76715
  }
@@ -141770,6 +141771,7 @@ var Layer2 = class {
141770
141771
  [id2]: {
141771
141772
  ...this.operations[id2],
141772
141773
  fields: {
141774
+ ...this.operations[id2]?.fields,
141773
141775
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
141774
141776
  }
141775
141777
  }
@@ -76704,6 +76704,7 @@ var Layer = class {
76704
76704
  [id2]: {
76705
76705
  ...this.operations[id2],
76706
76706
  fields: {
76707
+ ...this.operations[id2]?.fields,
76707
76708
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
76708
76709
  }
76709
76710
  }
@@ -141764,6 +141765,7 @@ var Layer2 = class {
141764
141765
  [id2]: {
141765
141766
  ...this.operations[id2],
141766
141767
  fields: {
141768
+ ...this.operations[id2]?.fields,
141767
141769
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
141768
141770
  }
141769
141771
  }
@@ -80064,6 +80064,7 @@ var Layer = class {
80064
80064
  [id2]: {
80065
80065
  ...this.operations[id2],
80066
80066
  fields: {
80067
+ ...this.operations[id2]?.fields,
80067
80068
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
80068
80069
  }
80069
80070
  }
@@ -173667,6 +173668,7 @@ var Layer2 = class {
173667
173668
  [id2]: {
173668
173669
  ...this.operations[id2],
173669
173670
  fields: {
173671
+ ...this.operations[id2]?.fields,
173670
173672
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
173671
173673
  }
173672
173674
  }
@@ -80061,6 +80061,7 @@ var Layer = class {
80061
80061
  [id2]: {
80062
80062
  ...this.operations[id2],
80063
80063
  fields: {
80064
+ ...this.operations[id2]?.fields,
80064
80065
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
80065
80066
  }
80066
80067
  }
@@ -173663,6 +173664,7 @@ var Layer2 = class {
173663
173664
  [id2]: {
173664
173665
  ...this.operations[id2],
173665
173666
  fields: {
173667
+ ...this.operations[id2]?.fields,
173666
173668
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
173667
173669
  }
173668
173670
  }
@@ -76712,6 +76712,7 @@ var Layer = class {
76712
76712
  [id2]: {
76713
76713
  ...this.operations[id2],
76714
76714
  fields: {
76715
+ ...this.operations[id2]?.fields,
76715
76716
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
76716
76717
  }
76717
76718
  }
@@ -133525,6 +133526,7 @@ var Layer2 = class {
133525
133526
  [id2]: {
133526
133527
  ...this.operations[id2],
133527
133528
  fields: {
133529
+ ...this.operations[id2]?.fields,
133528
133530
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
133529
133531
  }
133530
133532
  }
@@ -197958,6 +197960,7 @@ var Layer3 = class {
197958
197960
  [id2]: {
197959
197961
  ...this.operations[id2],
197960
197962
  fields: {
197963
+ ...this.operations[id2]?.fields,
197961
197964
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
197962
197965
  }
197963
197966
  }
@@ -263907,6 +263910,7 @@ var Layer4 = class {
263907
263910
  [id2]: {
263908
263911
  ...this.operations[id2],
263909
263912
  fields: {
263913
+ ...this.operations[id2]?.fields,
263910
263914
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
263911
263915
  }
263912
263916
  }
@@ -76704,6 +76704,7 @@ var Layer = class {
76704
76704
  [id2]: {
76705
76705
  ...this.operations[id2],
76706
76706
  fields: {
76707
+ ...this.operations[id2]?.fields,
76707
76708
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
76708
76709
  }
76709
76710
  }
@@ -133516,6 +133517,7 @@ var Layer2 = class {
133516
133517
  [id2]: {
133517
133518
  ...this.operations[id2],
133518
133519
  fields: {
133520
+ ...this.operations[id2]?.fields,
133519
133521
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
133520
133522
  }
133521
133523
  }
@@ -197948,6 +197950,7 @@ var Layer3 = class {
197948
197950
  [id2]: {
197949
197951
  ...this.operations[id2],
197950
197952
  fields: {
197953
+ ...this.operations[id2]?.fields,
197951
197954
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
197952
197955
  }
197953
197956
  }
@@ -263896,6 +263899,7 @@ var Layer4 = class {
263896
263899
  [id2]: {
263897
263900
  ...this.operations[id2],
263898
263901
  fields: {
263902
+ ...this.operations[id2]?.fields,
263899
263903
  [field]: [...this.operations[id2]?.fields[field] || [], operation]
263900
263904
  }
263901
263905
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-svelte",
3
- "version": "1.2.55",
3
+ "version": "1.2.57",
4
4
  "description": "The svelte plugin for houdini",
5
5
  "keywords": [
6
6
  "typescript",
@@ -33,7 +33,7 @@
33
33
  "rollup": "^3.7.4",
34
34
  "svelte": "^3.57.0",
35
35
  "vite": "^4.1.1",
36
- "houdini": "^1.2.55"
36
+ "houdini": "^1.2.57"
37
37
  },
38
38
  "files": [
39
39
  "build"