houdini-svelte 1.2.14 → 1.2.16

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.
@@ -78583,6 +78583,7 @@ async function find_graphql(config22, parsedScript, walker) {
78583
78583
  var conventions_exports = {};
78584
78584
  __export2(conventions_exports, {
78585
78585
  adapter_config_path: () => adapter_config_path,
78586
+ app_component_path: () => app_component_path,
78586
78587
  fallback_unit_path: () => fallback_unit_path,
78587
78588
  is_layout: () => is_layout,
78588
78589
  layout_unit_path: () => layout_unit_path,
@@ -78611,6 +78612,9 @@ function server_adapter_path(config22, base) {
78611
78612
  function adapter_config_path(config22, base) {
78612
78613
  return path_exports.join(units_dir(config22, base), "render", "config.js");
78613
78614
  }
78615
+ function app_component_path(config22, base) {
78616
+ return path_exports.join(units_dir(config22, base), "render", "App.jsx");
78617
+ }
78614
78618
  function page_unit_path(config22, id2, base) {
78615
78619
  return path_exports.join(page_units_dir(config22, base), `${id2}.jsx`);
78616
78620
  }
@@ -144084,6 +144088,7 @@ var AST2 = recast2.types.builders;
144084
144088
  var conventions_exports2 = {};
144085
144089
  __export3(conventions_exports2, {
144086
144090
  adapter_config_path: () => adapter_config_path2,
144091
+ app_component_path: () => app_component_path2,
144087
144092
  fallback_unit_path: () => fallback_unit_path2,
144088
144093
  is_layout: () => is_layout2,
144089
144094
  layout_unit_path: () => layout_unit_path2,
@@ -144112,6 +144117,9 @@ function server_adapter_path2(config4, base) {
144112
144117
  function adapter_config_path2(config4, base) {
144113
144118
  return path_exports2.join(units_dir2(config4, base), "render", "config.js");
144114
144119
  }
144120
+ function app_component_path2(config4, base) {
144121
+ return path_exports2.join(units_dir2(config4, base), "render", "App.jsx");
144122
+ }
144115
144123
  function page_unit_path2(config4, id2, base) {
144116
144124
  return path_exports2.join(page_units_dir2(config4, base), `${id2}.jsx`);
144117
144125
  }
@@ -78574,6 +78574,7 @@ async function find_graphql(config22, parsedScript, walker) {
78574
78574
  var conventions_exports = {};
78575
78575
  __export(conventions_exports, {
78576
78576
  adapter_config_path: () => adapter_config_path,
78577
+ app_component_path: () => app_component_path,
78577
78578
  fallback_unit_path: () => fallback_unit_path,
78578
78579
  is_layout: () => is_layout,
78579
78580
  layout_unit_path: () => layout_unit_path,
@@ -78602,6 +78603,9 @@ function server_adapter_path(config22, base) {
78602
78603
  function adapter_config_path(config22, base) {
78603
78604
  return path_exports.join(units_dir(config22, base), "render", "config.js");
78604
78605
  }
78606
+ function app_component_path(config22, base) {
78607
+ return path_exports.join(units_dir(config22, base), "render", "App.jsx");
78608
+ }
78605
78609
  function page_unit_path(config22, id2, base) {
78606
78610
  return path_exports.join(page_units_dir(config22, base), `${id2}.jsx`);
78607
78611
  }
@@ -144074,6 +144078,7 @@ var AST2 = recast2.types.builders;
144074
144078
  var conventions_exports2 = {};
144075
144079
  __export2(conventions_exports2, {
144076
144080
  adapter_config_path: () => adapter_config_path2,
144081
+ app_component_path: () => app_component_path2,
144077
144082
  fallback_unit_path: () => fallback_unit_path2,
144078
144083
  is_layout: () => is_layout2,
144079
144084
  layout_unit_path: () => layout_unit_path2,
@@ -144102,6 +144107,9 @@ function server_adapter_path2(config4, base) {
144102
144107
  function adapter_config_path2(config4, base) {
144103
144108
  return path_exports2.join(units_dir2(config4, base), "render", "config.js");
144104
144109
  }
144110
+ function app_component_path2(config4, base) {
144111
+ return path_exports2.join(units_dir2(config4, base), "render", "App.jsx");
144112
+ }
144105
144113
  function page_unit_path2(config4, id2, base) {
144106
144114
  return path_exports2.join(page_units_dir2(config4, base), `${id2}.jsx`);
144107
144115
  }
@@ -82677,6 +82677,7 @@ async function find_graphql(config22, parsedScript, walker) {
82677
82677
  var conventions_exports = {};
82678
82678
  __export2(conventions_exports, {
82679
82679
  adapter_config_path: () => adapter_config_path,
82680
+ app_component_path: () => app_component_path,
82680
82681
  fallback_unit_path: () => fallback_unit_path,
82681
82682
  is_layout: () => is_layout,
82682
82683
  layout_unit_path: () => layout_unit_path,
@@ -82705,6 +82706,9 @@ function server_adapter_path(config22, base) {
82705
82706
  function adapter_config_path(config22, base) {
82706
82707
  return path_exports.join(units_dir(config22, base), "render", "config.js");
82707
82708
  }
82709
+ function app_component_path(config22, base) {
82710
+ return path_exports.join(units_dir(config22, base), "render", "App.jsx");
82711
+ }
82708
82712
  function page_unit_path(config22, id2, base) {
82709
82713
  return path_exports.join(page_units_dir(config22, base), `${id2}.jsx`);
82710
82714
  }
@@ -175783,6 +175787,7 @@ var AST2 = recast2.types.builders;
175783
175787
  var conventions_exports2 = {};
175784
175788
  __export3(conventions_exports2, {
175785
175789
  adapter_config_path: () => adapter_config_path2,
175790
+ app_component_path: () => app_component_path2,
175786
175791
  fallback_unit_path: () => fallback_unit_path2,
175787
175792
  is_layout: () => is_layout2,
175788
175793
  layout_unit_path: () => layout_unit_path2,
@@ -175811,6 +175816,9 @@ function server_adapter_path2(config42, base) {
175811
175816
  function adapter_config_path2(config42, base) {
175812
175817
  return path_exports2.join(units_dir2(config42, base), "render", "config.js");
175813
175818
  }
175819
+ function app_component_path2(config42, base) {
175820
+ return path_exports2.join(units_dir2(config42, base), "render", "App.jsx");
175821
+ }
175814
175822
  function page_unit_path2(config42, id2, base) {
175815
175823
  return path_exports2.join(page_units_dir2(config42, base), `${id2}.jsx`);
175816
175824
  }
@@ -82670,6 +82670,7 @@ async function find_graphql(config22, parsedScript, walker) {
82670
82670
  var conventions_exports = {};
82671
82671
  __export(conventions_exports, {
82672
82672
  adapter_config_path: () => adapter_config_path,
82673
+ app_component_path: () => app_component_path,
82673
82674
  fallback_unit_path: () => fallback_unit_path,
82674
82675
  is_layout: () => is_layout,
82675
82676
  layout_unit_path: () => layout_unit_path,
@@ -82698,6 +82699,9 @@ function server_adapter_path(config22, base) {
82698
82699
  function adapter_config_path(config22, base) {
82699
82700
  return path_exports.join(units_dir(config22, base), "render", "config.js");
82700
82701
  }
82702
+ function app_component_path(config22, base) {
82703
+ return path_exports.join(units_dir(config22, base), "render", "App.jsx");
82704
+ }
82701
82705
  function page_unit_path(config22, id2, base) {
82702
82706
  return path_exports.join(page_units_dir(config22, base), `${id2}.jsx`);
82703
82707
  }
@@ -175775,6 +175779,7 @@ var AST2 = recast2.types.builders;
175775
175779
  var conventions_exports2 = {};
175776
175780
  __export2(conventions_exports2, {
175777
175781
  adapter_config_path: () => adapter_config_path2,
175782
+ app_component_path: () => app_component_path2,
175778
175783
  fallback_unit_path: () => fallback_unit_path2,
175779
175784
  is_layout: () => is_layout2,
175780
175785
  layout_unit_path: () => layout_unit_path2,
@@ -175803,6 +175808,9 @@ function server_adapter_path2(config42, base) {
175803
175808
  function adapter_config_path2(config42, base) {
175804
175809
  return path_exports2.join(units_dir2(config42, base), "render", "config.js");
175805
175810
  }
175811
+ function app_component_path2(config42, base) {
175812
+ return path_exports2.join(units_dir2(config42, base), "render", "App.jsx");
175813
+ }
175806
175814
  function page_unit_path2(config42, id2, base) {
175807
175815
  return path_exports2.join(page_units_dir2(config42, base), `${id2}.jsx`);
175808
175816
  }
@@ -78586,6 +78586,7 @@ async function find_graphql(config22, parsedScript, walker) {
78586
78586
  var conventions_exports = {};
78587
78587
  __export2(conventions_exports, {
78588
78588
  adapter_config_path: () => adapter_config_path,
78589
+ app_component_path: () => app_component_path,
78589
78590
  fallback_unit_path: () => fallback_unit_path,
78590
78591
  is_layout: () => is_layout,
78591
78592
  layout_unit_path: () => layout_unit_path,
@@ -78614,6 +78615,9 @@ function server_adapter_path(config22, base) {
78614
78615
  function adapter_config_path(config22, base) {
78615
78616
  return path_exports.join(units_dir(config22, base), "render", "config.js");
78616
78617
  }
78618
+ function app_component_path(config22, base) {
78619
+ return path_exports.join(units_dir(config22, base), "render", "App.jsx");
78620
+ }
78617
78621
  function page_unit_path(config22, id2, base) {
78618
78622
  return path_exports.join(page_units_dir(config22, base), `${id2}.jsx`);
78619
78623
  }
@@ -264418,6 +264422,7 @@ var AST16 = recast16.types.builders;
264418
264422
  var conventions_exports2 = {};
264419
264423
  __export5(conventions_exports2, {
264420
264424
  adapter_config_path: () => adapter_config_path2,
264425
+ app_component_path: () => app_component_path2,
264421
264426
  fallback_unit_path: () => fallback_unit_path2,
264422
264427
  is_layout: () => is_layout2,
264423
264428
  layout_unit_path: () => layout_unit_path2,
@@ -264446,6 +264451,9 @@ function server_adapter_path2(config42, base) {
264446
264451
  function adapter_config_path2(config42, base) {
264447
264452
  return path_exports4.join(units_dir2(config42, base), "render", "config.js");
264448
264453
  }
264454
+ function app_component_path2(config42, base) {
264455
+ return path_exports4.join(units_dir2(config42, base), "render", "App.jsx");
264456
+ }
264449
264457
  function page_unit_path2(config42, id2, base) {
264450
264458
  return path_exports4.join(page_units_dir2(config42, base), `${id2}.jsx`);
264451
264459
  }
@@ -78574,6 +78574,7 @@ async function find_graphql(config22, parsedScript, walker) {
78574
78574
  var conventions_exports = {};
78575
78575
  __export(conventions_exports, {
78576
78576
  adapter_config_path: () => adapter_config_path,
78577
+ app_component_path: () => app_component_path,
78577
78578
  fallback_unit_path: () => fallback_unit_path,
78578
78579
  is_layout: () => is_layout,
78579
78580
  layout_unit_path: () => layout_unit_path,
@@ -78602,6 +78603,9 @@ function server_adapter_path(config22, base) {
78602
78603
  function adapter_config_path(config22, base) {
78603
78604
  return path_exports.join(units_dir(config22, base), "render", "config.js");
78604
78605
  }
78606
+ function app_component_path(config22, base) {
78607
+ return path_exports.join(units_dir(config22, base), "render", "App.jsx");
78608
+ }
78605
78609
  function page_unit_path(config22, id2, base) {
78606
78610
  return path_exports.join(page_units_dir(config22, base), `${id2}.jsx`);
78607
78611
  }
@@ -264403,6 +264407,7 @@ var AST16 = recast16.types.builders;
264403
264407
  var conventions_exports2 = {};
264404
264408
  __export4(conventions_exports2, {
264405
264409
  adapter_config_path: () => adapter_config_path2,
264410
+ app_component_path: () => app_component_path2,
264406
264411
  fallback_unit_path: () => fallback_unit_path2,
264407
264412
  is_layout: () => is_layout2,
264408
264413
  layout_unit_path: () => layout_unit_path2,
@@ -264431,6 +264436,9 @@ function server_adapter_path2(config42, base) {
264431
264436
  function adapter_config_path2(config42, base) {
264432
264437
  return path_exports4.join(units_dir2(config42, base), "render", "config.js");
264433
264438
  }
264439
+ function app_component_path2(config42, base) {
264440
+ return path_exports4.join(units_dir2(config42, base), "render", "App.jsx");
264441
+ }
264434
264442
  function page_unit_path2(config42, id2, base) {
264435
264443
  return path_exports4.join(page_units_dir2(config42, base), `${id2}.jsx`);
264436
264444
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-svelte",
3
- "version": "1.2.14",
3
+ "version": "1.2.16",
4
4
  "description": "The svelte plugin for houdini",
5
5
  "keywords": [
6
6
  "typescript",
@@ -32,7 +32,7 @@
32
32
  "rollup": "^3.7.4",
33
33
  "svelte": "^3.57.0",
34
34
  "vite": "^4.1.1",
35
- "houdini": "^1.2.14"
35
+ "houdini": "^1.2.16"
36
36
  },
37
37
  "files": [
38
38
  "build"