@rxap/schematics-ts-morph 18.1.3-dev.7 → 18.1.3

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,14 @@
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.3](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@18.1.3-dev.8...@rxap/schematics-ts-morph@18.1.3) (2024-07-30)
7
+
8
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
9
+
10
+ ## [18.1.3-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@18.1.3-dev.7...@rxap/schematics-ts-morph@18.1.3-dev.8) (2024-07-30)
11
+
12
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
13
+
6
14
  ## [18.1.3-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@18.1.3-dev.6...@rxap/schematics-ts-morph@18.1.3-dev.7) (2024-07-09)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/schematics-ts-morph
package/README.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ![NPM](https://img.shields.io/npm/l/@rxap/schematics-ts-morph)
9
9
 
10
10
  - [Installation](#installation)
11
+ - [Generators](#generators)
11
12
 
12
13
  # Installation
13
14
 
@@ -15,7 +16,15 @@
15
16
  ```bash
16
17
  yarn add @rxap/schematics-ts-morph
17
18
  ```
18
- **Install peer dependencies:**
19
+ **Execute the init generator:**
19
20
  ```bash
20
- yarn add @angular-devkit/core@^18.0.2 @angular-devkit/schematics@^18.0.2 @rxap/schematics-utilities@^18.0.1 @rxap/ts-morph@^1.2.2 @rxap/utilities@^16.2.2 @rxap/workspace-ts-morph@^19.0.1 @rxap/workspace-utilities@^19.0.1 ts-morph@^18.0.0
21
+ yarn nx g @rxap/schematics-ts-morph:init
22
+ ```
23
+ # Generators
24
+
25
+ ## init
26
+ > Initialize the package in the workspace
27
+
28
+ ```bash
29
+ yarn nx g @rxap/schematics-ts-morph:init
21
30
  ```
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
- "version": "18.1.3-dev.7",
2
+ "version": "18.1.3",
3
3
  "name": "@rxap/schematics-ts-morph",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
6
  "@angular-devkit/core": "18.0.7",
7
7
  "@angular-devkit/schematics": "18.0.7",
8
8
  "@nx/devkit": "19.4.2",
9
- "@rxap/schematics-utilities": "^18.0.5-dev.7",
10
- "@rxap/ts-morph": "^1.4.3-dev.3",
11
- "@rxap/utilities": "^16.3.0-dev.2",
12
- "@rxap/workspace-ts-morph": "^19.1.3-dev.7",
13
- "@rxap/workspace-utilities": "^19.4.0-dev.6",
9
+ "@rxap/schematics-utilities": "^18.0.5",
10
+ "@rxap/ts-morph": "^1.4.3",
11
+ "@rxap/utilities": "^16.3.0",
12
+ "@rxap/workspace-ts-morph": "^19.1.3",
13
+ "@rxap/workspace-utilities": "^19.4.0",
14
14
  "colors": "1.4.0",
15
15
  "handlebars": "4.7.8",
16
16
  "ts-morph": "18.0.0",
@@ -44,6 +44,6 @@
44
44
  "directory": "packages/schematic/ts-morph"
45
45
  },
46
46
  "type": "commonjs",
47
- "gitHead": "31fdf513912a70c112035d9c825cf5b072924d81",
47
+ "gitHead": "dc81d957aa2a2bd4232af34f2e0550dd52643f40",
48
48
  "main": "./src/index.js"
49
49
  }