@rxap/config 18.1.1-dev.0 → 18.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ ## [18.1.1-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.0...@rxap/config@18.1.1-dev.1) (2024-06-21)
7
+
8
+ **Note:** Version bump only for package @rxap/config
9
+
6
10
  ## [18.1.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.0...@rxap/config@18.1.1-dev.0) (2024-06-20)
7
11
 
8
12
  **Note:** Version bump only for package @rxap/config
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
  ![NPM](https://img.shields.io/npm/l/@rxap/config)
10
10
 
11
11
  - [Installation](#installation)
12
+ - [Generators](#generators)
12
13
 
13
14
  # Installation
14
15
 
@@ -18,5 +19,17 @@ yarn add @rxap/config
18
19
  ```
19
20
  **Install peer dependencies:**
20
21
  ```bash
21
- yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/environment@^18.0.2 @rxap/utilities@^16.2.3 rxjs@^7.8.1
22
+ yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/environment@^18.0.3-dev.0 @rxap/utilities@^16.2.4-dev.0 rxjs@^7.8.1
23
+ ```
24
+ **Execute the init generator:**
25
+ ```bash
26
+ yarn nx g @rxap/config:init
27
+ ```
28
+ # Generators
29
+
30
+ ## init
31
+ > Initialize the package in the workspace
32
+
33
+ ```bash
34
+ yarn nx g @rxap/config:init
22
35
  ```
@@ -85,6 +85,8 @@
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@18.1.1-dev.0...@rxap/config@18.1.1-dev.1">18.1.1-dev.1</a> (2024-06-21)</h2>
89
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
88
90
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.0...@rxap/config@18.1.1-dev.0">18.1.1-dev.0</a> (2024-06-20)</h2>
89
91
  <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
90
92
  <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.0-dev.0...@rxap/config@18.1.0">18.1.0</a> (2024-06-18)</h1>
@@ -100,6 +100,8 @@
100
100
  <li class="breadcrumb-item">Dependencies</li>
101
101
  </ol>
102
102
  <ul class="dependencies-list">
103
+ <li>
104
+ <b>@nx/devkit</b> : 19.3.0</li>
103
105
  <li>
104
106
  <b>tslib</b> : 2.6.2</li>
105
107
  </ul>
@@ -115,9 +117,9 @@
115
117
  <li>
116
118
  <b>@angular/core</b> : ^18.0.1</li>
117
119
  <li>
118
- <b>@rxap/environment</b> : ^18.0.2</li>
120
+ <b>@rxap/environment</b> : ^18.0.3-dev.0</li>
119
121
  <li>
120
- <b>@rxap/utilities</b> : ^16.2.3</li>
122
+ <b>@rxap/utilities</b> : ^16.2.4-dev.0</li>
121
123
  <li>
122
124
  <b>rxjs</b> : ^7.8.1</li>
123
125
  </ul>
@@ -94,11 +94,18 @@
94
94
  <img src="https://img.shields.io/npm/l/@rxap/config" alt="NPM" class="img-responsive"></p>
95
95
  <ul>
96
96
  <li><a href="#installation">Installation</a></li>
97
+ <li><a href="#generators">Generators</a></li>
97
98
  </ul>
98
99
  <h1>Installation</h1>
99
100
  <p><strong>Add the package to your workspace:</strong></p>
100
101
  <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;rxap/config</code></pre></div><p><strong>Install peer dependencies:</strong></p>
101
- <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^18.0.1 &#64;angular/core&#64;^18.0.1 &#64;rxap/environment&#64;^18.0.2 &#64;rxap/utilities&#64;^16.2.3 rxjs&#64;^7.8.1 </code></pre></div>
102
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^18.0.1 &#64;angular/core&#64;^18.0.1 &#64;rxap/environment&#64;^18.0.3-dev.0 &#64;rxap/utilities&#64;^16.2.4-dev.0 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
103
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g &#64;rxap/config:init</code></pre></div><h1>Generators</h1>
104
+ <h2>init</h2>
105
+ <blockquote>
106
+ <p>Initialize the package in the workspace</p>
107
+ </blockquote>
108
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g &#64;rxap/config:init</code></pre></div>
102
109
 
103
110
 
104
111