@rxap/schematic-nestjs 0.1.0-dev.10 → 0.1.0-dev.12
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,18 @@
|
|
|
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
|
+
# [0.1.0-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@0.1.0-dev.11...@rxap/schematic-nestjs@0.1.0-dev.12) (2023-10-02)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- update default api configuration file path ([a87c08c](https://gitlab.com/rxap/packages/commit/a87c08c10d36ff3830db2526bc3759baa83e8efc))
|
|
11
|
+
|
|
12
|
+
# [0.1.0-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@0.1.0-dev.10...@rxap/schematic-nestjs@0.1.0-dev.11) (2023-09-18)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- init nx json configurations ([9b4b023](https://gitlab.com/rxap/packages/commit/9b4b023e849d1c0bf21b14a9e219a0e9cd6ab2f6))
|
|
17
|
+
|
|
6
18
|
# [0.1.0-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@0.1.0-dev.9...@rxap/schematic-nestjs@0.1.0-dev.10) (2023-09-12)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
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.1.4 @angular-devkit/schematics@^16.1.4 @rxap/schematics-ts-morph
|
|
20
|
+
yarn add @angular-devkit/core@^16.1.4 @angular-devkit/schematics@^16.1.4 @rxap/schematics-ts-morph@^16.0.0-dev.19 @rxap/schematics-utilities@^16.0.0-dev.17 @rxap/utilities@^16.0.0-dev.18 ts-morph@^18.0.0 tslib@2.6.2 yaml@2.3.1
|
|
21
21
|
```
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.0-dev.
|
|
2
|
+
"version": "0.1.0-dev.12",
|
|
3
3
|
"name": "@rxap/schematic-nestjs",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@angular-devkit/core": "^16.1.4",
|
|
14
14
|
"@angular-devkit/schematics": "^16.1.4",
|
|
15
|
-
"@rxap/schematics-ts-morph": "
|
|
16
|
-
"@rxap/schematics-utilities": "
|
|
17
|
-
"@rxap/utilities": "
|
|
15
|
+
"@rxap/schematics-ts-morph": "^16.0.0-dev.19",
|
|
16
|
+
"@rxap/schematics-utilities": "^16.0.0-dev.17",
|
|
17
|
+
"@rxap/utilities": "^16.0.0-dev.18",
|
|
18
18
|
"ts-morph": "^18.0.0",
|
|
19
19
|
"tslib": "2.6.2",
|
|
20
20
|
"yaml": "2.3.1",
|
|
21
|
-
"@rxap/generator-utilities": "1.1.0-dev.
|
|
22
|
-
"@rxap/node-utilities": "1.1.0-dev.
|
|
23
|
-
"@rxap/plugin-angular": "16.1.0-dev.
|
|
24
|
-
"@rxap/plugin-application": "16.1.0-dev.
|
|
25
|
-
"@rxap/plugin-docker": "16.0.0-dev.
|
|
21
|
+
"@rxap/generator-utilities": "1.1.0-dev.15",
|
|
22
|
+
"@rxap/node-utilities": "1.1.0-dev.13",
|
|
23
|
+
"@rxap/plugin-angular": "16.1.0-dev.43",
|
|
24
|
+
"@rxap/plugin-application": "16.1.0-dev.23",
|
|
25
|
+
"@rxap/plugin-docker": "16.0.0-dev.33",
|
|
26
26
|
"@rxap/plugin-localazy": "16.1.0-dev.11",
|
|
27
|
-
"@rxap/plugin-nestjs": "16.1.0-dev.
|
|
28
|
-
"@rxap/plugin-utilities": "16.1.0-dev.
|
|
29
|
-
"@rxap/ts-morph": "0.1.0-dev.
|
|
30
|
-
"@rxap/workspace-ts-morph": "0.1.0-dev.
|
|
31
|
-
"@rxap/workspace-utilities": "0.1.0-dev.
|
|
27
|
+
"@rxap/plugin-nestjs": "16.1.0-dev.32",
|
|
28
|
+
"@rxap/plugin-utilities": "16.1.0-dev.17",
|
|
29
|
+
"@rxap/ts-morph": "0.1.0-dev.13",
|
|
30
|
+
"@rxap/workspace-ts-morph": "0.1.0-dev.9",
|
|
31
|
+
"@rxap/workspace-utilities": "0.1.0-dev.17",
|
|
32
32
|
"fs-extra": "11.1.1",
|
|
33
|
-
"glob": "
|
|
33
|
+
"glob": "10.3.10",
|
|
34
34
|
"handlebars": "4.7.7"
|
|
35
35
|
},
|
|
36
36
|
"author": {
|
|
@@ -53,23 +53,23 @@
|
|
|
53
53
|
"packageGroup": [
|
|
54
54
|
{
|
|
55
55
|
"package": "@rxap/plugin-application",
|
|
56
|
-
"version": "16.1.0-dev.
|
|
56
|
+
"version": "16.1.0-dev.17"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"package": "@rxap/plugin-nestjs",
|
|
60
|
-
"version": "16.1.0-dev.
|
|
60
|
+
"version": "16.1.0-dev.24"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"package": "@rxap/schematics-ts-morph",
|
|
64
|
-
"version": "16.0.0-dev.
|
|
64
|
+
"version": "16.0.0-dev.19"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"package": "@rxap/schematics-utilities",
|
|
68
|
-
"version": "16.0.0-dev.
|
|
68
|
+
"version": "16.0.0-dev.17"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"package": "@rxap/utilities",
|
|
72
|
-
"version": "16.0.0-dev.
|
|
72
|
+
"version": "16.0.0-dev.18"
|
|
73
73
|
}
|
|
74
74
|
]
|
|
75
75
|
},
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
"schematics": "./collection.json",
|
|
86
86
|
"type": "commonjs",
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "8e0aa5a7d6843573e4ee3fc195eb1344e4f325ec",
|
|
88
88
|
"main": "./src/index.js",
|
|
89
89
|
"types": "./src/index.d.ts"
|
|
90
90
|
}
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"apiConfigurationFile": {
|
|
46
46
|
"type": "string",
|
|
47
|
-
"description": "The api configuration file to use"
|
|
47
|
+
"description": "The api configuration file to use",
|
|
48
|
+
"default": "shared/service/configuration/latest/config.api.json"
|
|
48
49
|
},
|
|
49
50
|
"overwrite": {
|
|
50
51
|
"type": "boolean",
|
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
"apiConfigurationFile": {
|
|
51
51
|
"type": "string",
|
|
52
|
-
"description": "The api configuration file to use"
|
|
52
|
+
"description": "The api configuration file to use",
|
|
53
|
+
"default": "shared/service/configuration/latest/config.api.json"
|
|
53
54
|
},
|
|
54
55
|
"overwrite": {
|
|
55
56
|
"type": "boolean",
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"apiConfigurationFile": {
|
|
46
46
|
"type": "string",
|
|
47
|
-
"description": "The api configuration file to use"
|
|
47
|
+
"description": "The api configuration file to use",
|
|
48
|
+
"default": "shared/service/configuration/latest/config.api.json"
|
|
48
49
|
},
|
|
49
50
|
"overwrite": {
|
|
50
51
|
"type": "boolean",
|