@rxap/config 19.1.1-dev.0 → 19.1.1-dev.1

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.
Files changed (94) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/compodoc/changelog.html +6 -0
  3. package/compodoc/injectables/ConfigService.html +4 -4
  4. package/compodoc/interfaces/ConfigLoadOptions.html +4 -4
  5. package/compodoc/js/search/search_index.js +2 -2
  6. package/compodoc/properties.html +1 -1
  7. package/docs/documentation.json +131 -131
  8. package/docs/html/assets/hierarchy.js +1 -1
  9. package/docs/html/assets/navigation.js +1 -1
  10. package/docs/html/assets/search.js +1 -1
  11. package/docs/html/classes/ConfigLoaderService.html +2 -2
  12. package/docs/html/classes/ConfigService.html +6 -6
  13. package/docs/html/classes/ConfigTestingService.html +2 -2
  14. package/docs/html/functions/ProvideConfig.html +1 -1
  15. package/docs/html/functions/dnsLookup.html +1 -1
  16. package/docs/html/functions/dnsResolver.html +1 -1
  17. package/docs/html/functions/fetchCidContent.html +1 -1
  18. package/docs/html/functions/fetchCidContentAsJson.html +1 -1
  19. package/docs/html/functions/fetchCidContentViaHttp.html +1 -1
  20. package/docs/html/functions/fetchContentViaHttp.html +1 -1
  21. package/docs/html/functions/raceSuccess.html +2 -2
  22. package/docs/html/hierarchy.html +1 -1
  23. package/docs/html/index.html +2 -2
  24. package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
  25. package/docs/html/interfaces/Config.html +2 -2
  26. package/docs/html/interfaces/ConfigLoadOptions.html +4 -4
  27. package/docs/html/interfaces/LogoConfig.html +2 -2
  28. package/docs/html/interfaces/NavigationConfig.html +2 -2
  29. package/docs/html/interfaces/Oauth2Config.html +2 -2
  30. package/docs/html/interfaces/i18nConfig.html +2 -2
  31. package/docs/html/modules.html +1 -1
  32. package/docs/html/types/AnySchema.html +1 -1
  33. package/docs/html/types/Join.html +1 -1
  34. package/docs/html/types/LanguagesConfig.html +1 -1
  35. package/docs/html/types/Leaves.html +1 -1
  36. package/docs/html/types/NoInferType.html +1 -1
  37. package/docs/html/types/Paths.html +1 -1
  38. package/docs/html/variables/RXAP_CONFIG.html +1 -1
  39. package/docs/markdown/README.md +1 -1
  40. package/docs/markdown/classes/ConfigLoaderService.md +7 -7
  41. package/docs/markdown/classes/ConfigService.md +22 -22
  42. package/docs/markdown/classes/ConfigTestingService.md +8 -8
  43. package/docs/markdown/functions/ProvideConfig.md +2 -2
  44. package/docs/markdown/functions/dnsLookup.md +2 -2
  45. package/docs/markdown/functions/dnsResolver.md +2 -2
  46. package/docs/markdown/functions/fetchCidContent.md +2 -2
  47. package/docs/markdown/functions/fetchCidContentAsJson.md +2 -2
  48. package/docs/markdown/functions/fetchCidContentViaHttp.md +2 -2
  49. package/docs/markdown/functions/fetchContentViaHttp.md +2 -2
  50. package/docs/markdown/functions/raceSuccess.md +2 -2
  51. package/docs/markdown/globals.md +2 -2
  52. package/docs/markdown/interfaces/AppsNavigationConfig.md +12 -12
  53. package/docs/markdown/interfaces/Config.md +6 -6
  54. package/docs/markdown/interfaces/ConfigLoadOptions.md +9 -9
  55. package/docs/markdown/interfaces/LogoConfig.md +5 -5
  56. package/docs/markdown/interfaces/NavigationConfig.md +9 -9
  57. package/docs/markdown/interfaces/Oauth2Config.md +3 -3
  58. package/docs/markdown/interfaces/i18nConfig.md +4 -4
  59. package/docs/markdown/type-aliases/AnySchema.md +2 -2
  60. package/docs/markdown/type-aliases/Join.md +2 -2
  61. package/docs/markdown/type-aliases/LanguagesConfig.md +2 -2
  62. package/docs/markdown/type-aliases/Leaves.md +2 -2
  63. package/docs/markdown/type-aliases/NoInferType.md +2 -2
  64. package/docs/markdown/type-aliases/Paths.md +2 -2
  65. package/docs/markdown/variables/RXAP_CONFIG.md +2 -2
  66. package/docs/wiki/Class.ConfigLoaderService.md +6 -6
  67. package/docs/wiki/Class.ConfigService.md +21 -21
  68. package/docs/wiki/Class.ConfigTestingService.md +7 -7
  69. package/docs/wiki/Function.ProvideConfig.md +1 -1
  70. package/docs/wiki/Function.dnsLookup.md +1 -1
  71. package/docs/wiki/Function.dnsResolver.md +1 -1
  72. package/docs/wiki/Function.fetchCidContent.md +1 -1
  73. package/docs/wiki/Function.fetchCidContentAsJson.md +1 -1
  74. package/docs/wiki/Function.fetchCidContentViaHttp.md +1 -1
  75. package/docs/wiki/Function.fetchContentViaHttp.md +1 -1
  76. package/docs/wiki/Function.raceSuccess.md +1 -1
  77. package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
  78. package/docs/wiki/Interface.Config.md +5 -5
  79. package/docs/wiki/Interface.ConfigLoadOptions.md +8 -8
  80. package/docs/wiki/Interface.LogoConfig.md +4 -4
  81. package/docs/wiki/Interface.NavigationConfig.md +8 -8
  82. package/docs/wiki/Interface.Oauth2Config.md +2 -2
  83. package/docs/wiki/Interface.i18nConfig.md +3 -3
  84. package/docs/wiki/TypeAlias.AnySchema.md +1 -1
  85. package/docs/wiki/TypeAlias.Join.md +1 -1
  86. package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
  87. package/docs/wiki/TypeAlias.Leaves.md +1 -1
  88. package/docs/wiki/TypeAlias.NoInferType.md +1 -1
  89. package/docs/wiki/TypeAlias.Paths.md +1 -1
  90. package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
  91. package/docs/wiki/globals.md +1 -1
  92. package/fesm2022/rxap-config.mjs +2 -2
  93. package/fesm2022/rxap-config.mjs.map +1 -1
  94. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [19.1.1-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/config@19.1.1-dev.0...@rxap/config@19.1.1-dev.1) (2025-08-29)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **config:** add explicit `any` type to error in catch blocks ([cc33b70](https://gitlab.com/rxap/packages/commit/cc33b70f30a0d9e61034b894cbc7933dc30612cf))
11
+ - **config:** include error message in logging for better clarity ([ad765e5](https://gitlab.com/rxap/packages/commit/ad765e5b5f294c7deb6c2e781ac6a9df22d4365f))
12
+
6
13
  ## [19.1.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/config@19.1.0...@rxap/config@19.1.1-dev.0) (2025-05-20)
7
14
 
8
15
  ### Bug Fixes
@@ -85,6 +85,12 @@
85
85
  <h1>Change Log</h1>
86
86
  <p>All notable changes to this project will be documented in this file.
87
87
  See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
88
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.1.1-dev.0...@rxap/config@19.1.1-dev.1">19.1.1-dev.1</a> (2025-08-29)</h2>
89
+ <h3>Bug Fixes</h3>
90
+ <ul>
91
+ <li><strong>config:</strong> add explicit <code>any</code> type to error in catch blocks (<a href="https://gitlab.com/rxap/packages/commit/cc33b70f30a0d9e61034b894cbc7933dc30612cf">cc33b70</a>)</li>
92
+ <li><strong>config:</strong> include error message in logging for better clarity (<a href="https://gitlab.com/rxap/packages/commit/ad765e5b5f294c7deb6c2e781ac6a9df22d4365f">ad765e5</a>)</li>
93
+ </ul>
88
94
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.1.0...@rxap/config@19.1.1-dev.0">19.1.1-dev.0</a> (2025-05-20)</h2>
89
95
  <h3>Bug Fixes</h3>
90
96
  <ul>
@@ -1845,8 +1845,8 @@ export class ConfigService&lt;Config extends Record&lt;string, any&gt; &#x3D; Re
1845
1845
  } else {
1846
1846
  console.warn(&#x60;No content fetched or content was null for CID ${options.fromCid}.&#x60;);
1847
1847
  }
1848
- } catch (error) {
1849
- console.error(&#x60;Failed to fetch or process content for CID ${options.fromCid}:&#x60;, error);
1848
+ } catch (error: any) {
1849
+ console.error(&#x60;Failed to fetch or process content for CID ${options.fromCid}: ${error.message}&#x60;);
1850
1850
  // Decide how to handle fetch/processing errors
1851
1851
  }
1852
1852
  }
@@ -1871,8 +1871,8 @@ export class ConfigService&lt;Config extends Record&lt;string, any&gt; &#x3D; Re
1871
1871
  } else {
1872
1872
  console.warn(&#x60;Could not extract a valid CID format from DNS TXT data: &quot;${txtData}&quot;&#x60;);
1873
1873
  }
1874
- } catch (error) {
1875
- console.error(&#x60;DNS lookup for ${domain} failed:&#x60;, error);
1874
+ } catch (error: any) {
1875
+ console.error(&#x60;DNS lookup for ${domain} failed: ${error.message}&#x60;);
1876
1876
  // Decide if failure is critical or recoverable
1877
1877
  }
1878
1878
  }
@@ -674,8 +674,8 @@ export class ConfigService&lt;Config extends Record&lt;string, any&gt; &#x3D; Re
674
674
  } else {
675
675
  console.warn(&#x60;No content fetched or content was null for CID ${options.fromCid}.&#x60;);
676
676
  }
677
- } catch (error) {
678
- console.error(&#x60;Failed to fetch or process content for CID ${options.fromCid}:&#x60;, error);
677
+ } catch (error: any) {
678
+ console.error(&#x60;Failed to fetch or process content for CID ${options.fromCid}: ${error.message}&#x60;);
679
679
  // Decide how to handle fetch/processing errors
680
680
  }
681
681
  }
@@ -700,8 +700,8 @@ export class ConfigService&lt;Config extends Record&lt;string, any&gt; &#x3D; Re
700
700
  } else {
701
701
  console.warn(&#x60;Could not extract a valid CID format from DNS TXT data: &quot;${txtData}&quot;&#x60;);
702
702
  }
703
- } catch (error) {
704
- console.error(&#x60;DNS lookup for ${domain} failed:&#x60;, error);
703
+ } catch (error: any) {
704
+ console.error(&#x60;DNS lookup for ${domain} failed: ${error.message}&#x60;);
705
705
  // Decide if failure is critical or recoverable
706
706
  }
707
707
  }