@rxap/schematics-ts-morph 19.0.1-dev.9 → 19.0.2-dev.0

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,34 @@
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.0.2-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@19.0.1...@rxap/schematics-ts-morph@19.0.2-dev.0) (2025-02-17)
7
+
8
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
9
+
10
+ ## [19.0.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@19.0.1-dev.14...@rxap/schematics-ts-morph@19.0.1) (2025-02-13)
11
+
12
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
13
+
14
+ ## [19.0.1-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@19.0.1-dev.13...@rxap/schematics-ts-morph@19.0.1-dev.14) (2025-02-13)
15
+
16
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
17
+
18
+ ## [19.0.1-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@19.0.1-dev.12...@rxap/schematics-ts-morph@19.0.1-dev.13) (2025-02-11)
19
+
20
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
21
+
22
+ ## [19.0.1-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@19.0.1-dev.11...@rxap/schematics-ts-morph@19.0.1-dev.12) (2025-02-11)
23
+
24
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
25
+
26
+ ## [19.0.1-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@19.0.1-dev.10...@rxap/schematics-ts-morph@19.0.1-dev.11) (2025-02-10)
27
+
28
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
29
+
30
+ ## [19.0.1-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@19.0.1-dev.9...@rxap/schematics-ts-morph@19.0.1-dev.10) (2025-02-07)
31
+
32
+ **Note:** Version bump only for package @rxap/schematics-ts-morph
33
+
6
34
  ## [19.0.1-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@19.0.1-dev.8...@rxap/schematics-ts-morph@19.0.1-dev.9) (2025-02-03)
7
35
 
8
36
  ### Bug Fixes
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @rxap/schematics-ts-morph
1
+ This package provides utilities for manipulating TypeScript code using ts-morph, particularly for Angular and NestJS projects. It offers functions to add, coerce, and modify code elements like classes, methods, decorators, and imports. The package also includes specialized functions for working with Angular components, NestJS modules, and form definitions.
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@rxap/schematics-ts-morph?style=flat-square)](https://www.npmjs.com/package/@rxap/schematics-ts-morph)
4
4
  [![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
@@ -9,6 +9,7 @@
9
9
 
10
10
  - [Installation](#installation)
11
11
  - [Generators](#generators)
12
+ - [init](#init)
12
13
 
13
14
  # Installation
14
15
 
@@ -26,5 +27,5 @@ yarn nx g @rxap/schematics-ts-morph:init
26
27
  > Initialize the package in the workspace
27
28
 
28
29
  ```bash
29
- yarn nx g @rxap/schematics-ts-morph:init
30
+ nx g @rxap/schematics-ts-morph:init
30
31
  ```
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
- "version": "19.0.1-dev.9",
2
+ "version": "19.0.2-dev.0",
3
3
  "name": "@rxap/schematics-ts-morph",
4
+ "description": "This package provides utilities for manipulating TypeScript code using ts-morph, particularly for Angular and NestJS projects. It offers functions to add, coerce, and modify code elements like classes, methods, decorators, and imports. The package also includes specialized functions for working with Angular components, NestJS modules, and form definitions.\n",
4
5
  "license": "GPL-3.0-or-later",
5
6
  "dependencies": {
6
7
  "@angular-devkit/core": "19.1.4",
7
8
  "@angular-devkit/schematics": "19.1.4",
8
- "@nx/devkit": "20.4.0",
9
- "@rxap/schematics-utilities": "^19.0.1-dev.7",
10
- "@rxap/ts-morph": "^1.5.3-dev.3",
11
- "@rxap/utilities": "^16.4.2-dev.2",
12
- "@rxap/workspace-ts-morph": "^19.1.9-dev.8",
13
- "@rxap/workspace-utilities": "^19.6.1-dev.7",
9
+ "@nx/devkit": "20.4.2",
10
+ "@rxap/schematics-utilities": "^19.0.2-dev.0",
11
+ "@rxap/ts-morph": "^1.5.3",
12
+ "@rxap/utilities": "^16.4.2",
13
+ "@rxap/workspace-ts-morph": "^19.1.10-dev.0",
14
+ "@rxap/workspace-utilities": "^19.6.2-dev.0",
14
15
  "colors": "^1.4.0",
15
16
  "handlebars": "^4.7.8",
16
17
  "ts-morph": "^18.0.0",
@@ -43,8 +44,9 @@
43
44
  "url": "https://gitlab.com/rxap/packages.git",
44
45
  "directory": "packages/schematic/ts-morph"
45
46
  },
47
+ "schematics": "./generators.json",
46
48
  "type": "commonjs",
47
- "gitHead": "19fb407911bba163d3088ee26fbcac354fe153a0",
49
+ "gitHead": "0b022b6165e06718ce3edf73ae1d5375f0ff3413",
48
50
  "types": "./src/index.d.ts",
49
51
  "main": "./src/index.js"
50
52
  }
@@ -0,0 +1,2 @@
1
+ declare const schematic: (generatorOptions: import("./schema").InitGeneratorSchema) => (tree: any, context: any) => Promise<any>;
2
+ export default schematic;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const devkit_1 = require("@nx/devkit");
5
+ const generator_1 = tslib_1.__importDefault(require("./generator"));
6
+ const schematic = (0, devkit_1.convertNxGenerator)(generator_1.default);
7
+ exports.default = schematic;
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/schematic/ts-morph/src/generators/init/index.ts"],"names":[],"mappings":";;;AAAA,uCAAgD;AAChD,oEAAoC;AAEpC,MAAM,SAAS,GAAG,IAAA,2BAAkB,EAAC,mBAAS,CAAC,CAAC;AAChD,kBAAe,SAAS,CAAC"}