@rxap/schematic-nestjs 16.0.3 → 16.0.4
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 +8 -0
- package/README.md +1 -1
- package/package.json +26 -27
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
|
+
## [16.0.4](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@16.0.4-dev.0...@rxap/schematic-nestjs@16.0.4) (2024-05-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematic-nestjs
|
|
9
|
+
|
|
10
|
+
## [16.0.4-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@16.0.3...@rxap/schematic-nestjs@16.0.4-dev.0) (2024-05-28)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/schematic-nestjs
|
|
13
|
+
|
|
6
14
|
## [16.0.3](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@16.0.3-dev.0...@rxap/schematic-nestjs@16.0.3) (2024-05-27)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/schematic-nestjs
|
package/README.md
CHANGED
|
@@ -17,5 +17,5 @@ yarn add @rxap/schematic-nestjs
|
|
|
17
17
|
```
|
|
18
18
|
**Install peer dependencies:**
|
|
19
19
|
```bash
|
|
20
|
-
yarn add @angular-devkit/core@^16.2.13 @angular-devkit/schematics@^16.2.13 @rxap/schematics-ts-morph@^16.2.
|
|
20
|
+
yarn add @angular-devkit/core@^16.2.13 @angular-devkit/schematics@^16.2.13 @rxap/schematics-ts-morph@^16.2.2-dev.0 @rxap/schematics-utilities@^16.1.2-dev.0 @rxap/ts-morph@^1.2.1-dev.0 @rxap/utilities@^16.2.1-dev.0 @rxap/workspace-utilities@^16.3.1-dev.0 ts-morph@^18.0.0
|
|
21
21
|
```
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.0.
|
|
2
|
+
"version": "16.0.4",
|
|
3
3
|
"name": "@rxap/schematic-nestjs",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -14,21 +14,20 @@
|
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@angular-devkit/core": "^16.2.13",
|
|
16
16
|
"@angular-devkit/schematics": "^16.2.13",
|
|
17
|
-
"@rxap/schematics-ts-morph": "^16.2.
|
|
18
|
-
"@rxap/schematics-utilities": "^16.1.
|
|
19
|
-
"@rxap/ts-morph": "^1.2.
|
|
20
|
-
"@rxap/utilities": "^16.2.
|
|
21
|
-
"@rxap/workspace-utilities": "^16.3.
|
|
17
|
+
"@rxap/schematics-ts-morph": "^16.2.2-dev.0",
|
|
18
|
+
"@rxap/schematics-utilities": "^16.1.2-dev.0",
|
|
19
|
+
"@rxap/ts-morph": "^1.2.1-dev.0",
|
|
20
|
+
"@rxap/utilities": "^16.2.1-dev.0",
|
|
21
|
+
"@rxap/workspace-utilities": "^16.3.1-dev.0",
|
|
22
22
|
"ts-morph": "^18.0.0",
|
|
23
|
-
"tslib": "2.6.2",
|
|
24
23
|
"@apidevtools/json-schema-ref-parser": "9.0.9",
|
|
25
|
-
"@rxap/generator-ts-morph": "1.0.
|
|
26
|
-
"@rxap/node-utilities": "1.2.
|
|
27
|
-
"@rxap/plugin-application": "16.3.
|
|
28
|
-
"@rxap/plugin-library": "16.
|
|
29
|
-
"@rxap/plugin-nestjs": "16.3.
|
|
30
|
-
"@rxap/plugin-utilities": "16.4.
|
|
31
|
-
"@rxap/workspace-ts-morph": "16.1.
|
|
24
|
+
"@rxap/generator-ts-morph": "1.0.4",
|
|
25
|
+
"@rxap/node-utilities": "1.2.1",
|
|
26
|
+
"@rxap/plugin-application": "16.3.1",
|
|
27
|
+
"@rxap/plugin-library": "16.3.1",
|
|
28
|
+
"@rxap/plugin-nestjs": "16.3.1",
|
|
29
|
+
"@rxap/plugin-utilities": "16.4.1",
|
|
30
|
+
"@rxap/workspace-ts-morph": "16.1.2",
|
|
32
31
|
"fs-extra": "11.1.1",
|
|
33
32
|
"glob": "10.3.10",
|
|
34
33
|
"util": "0.12.5"
|
|
@@ -53,51 +52,51 @@
|
|
|
53
52
|
"packageGroup": [
|
|
54
53
|
{
|
|
55
54
|
"package": "@rxap/generator-ts-morph",
|
|
56
|
-
"version": "1.0.
|
|
55
|
+
"version": "1.0.4-dev.0"
|
|
57
56
|
},
|
|
58
57
|
{
|
|
59
58
|
"package": "@rxap/node-utilities",
|
|
60
|
-
"version": "1.2.0"
|
|
59
|
+
"version": "1.2.1-dev.0"
|
|
61
60
|
},
|
|
62
61
|
{
|
|
63
62
|
"package": "@rxap/plugin-application",
|
|
64
|
-
"version": "16.3.
|
|
63
|
+
"version": "16.3.1-dev.0"
|
|
65
64
|
},
|
|
66
65
|
{
|
|
67
66
|
"package": "@rxap/plugin-library",
|
|
68
|
-
"version": "16.
|
|
67
|
+
"version": "16.3.1-dev.1"
|
|
69
68
|
},
|
|
70
69
|
{
|
|
71
70
|
"package": "@rxap/plugin-nestjs",
|
|
72
|
-
"version": "16.3.
|
|
71
|
+
"version": "16.3.1-dev.0"
|
|
73
72
|
},
|
|
74
73
|
{
|
|
75
74
|
"package": "@rxap/plugin-utilities",
|
|
76
|
-
"version": "16.4.
|
|
75
|
+
"version": "16.4.1-dev.0"
|
|
77
76
|
},
|
|
78
77
|
{
|
|
79
78
|
"package": "@rxap/schematics-ts-morph",
|
|
80
|
-
"version": "16.2.
|
|
79
|
+
"version": "16.2.2-dev.0"
|
|
81
80
|
},
|
|
82
81
|
{
|
|
83
82
|
"package": "@rxap/schematics-utilities",
|
|
84
|
-
"version": "16.1.
|
|
83
|
+
"version": "16.1.2-dev.0"
|
|
85
84
|
},
|
|
86
85
|
{
|
|
87
86
|
"package": "@rxap/ts-morph",
|
|
88
|
-
"version": "1.2.
|
|
87
|
+
"version": "1.2.1-dev.0"
|
|
89
88
|
},
|
|
90
89
|
{
|
|
91
90
|
"package": "@rxap/utilities",
|
|
92
|
-
"version": "16.2.
|
|
91
|
+
"version": "16.2.1-dev.0"
|
|
93
92
|
},
|
|
94
93
|
{
|
|
95
94
|
"package": "@rxap/workspace-ts-morph",
|
|
96
|
-
"version": "16.1.
|
|
95
|
+
"version": "16.1.2-dev.0"
|
|
97
96
|
},
|
|
98
97
|
{
|
|
99
98
|
"package": "@rxap/workspace-utilities",
|
|
100
|
-
"version": "16.3.
|
|
99
|
+
"version": "16.3.1-dev.0"
|
|
101
100
|
}
|
|
102
101
|
]
|
|
103
102
|
},
|
|
@@ -112,6 +111,6 @@
|
|
|
112
111
|
},
|
|
113
112
|
"schematics": "./collection.json",
|
|
114
113
|
"type": "commonjs",
|
|
115
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "3f9d5b6894ba51b8e771cab65fa9da327eb52837",
|
|
116
115
|
"main": "./src/index.js"
|
|
117
116
|
}
|