@rxap/schematic-nestjs 0.1.0-dev.12 → 0.1.0-dev.13
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 +25 -0
- package/README.md +1 -1
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
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.13 (2023-10-11)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- add licence file to publishable packages ([d7de1cb](https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6))
|
|
11
|
+
- change from commonjs to es2022 ([cf675a7](https://gitlab.com/rxap/packages/commit/cf675a7254de9ce4b269264df59794dd42fcbd8b))
|
|
12
|
+
- controller naming and route ([38054d3](https://gitlab.com/rxap/packages/commit/38054d3ee106e1f50f806e1596da674f268cb4aa))
|
|
13
|
+
- ensure the project name is not included in the project tag list ([46d4479](https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2))
|
|
14
|
+
- generate readme with peer dependencies to install ([27c2cd7](https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9))
|
|
15
|
+
- init nx json configurations ([4c14f56](https://gitlab.com/rxap/packages/commit/4c14f56da8bae5971165cbff2269d86fa9951629))
|
|
16
|
+
- peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a))
|
|
17
|
+
- prevent undefined access error ([f39f37f](https://gitlab.com/rxap/packages/commit/f39f37fb4ba1be924c18cbe6a91ca0e0143e0ce9))
|
|
18
|
+
- swagger output path ([77e00ef](https://gitlab.com/rxap/packages/commit/77e00efb4d435dce9d2beea5afd52e33db339005))
|
|
19
|
+
- update default api configuration file path ([b4c2a61](https://gitlab.com/rxap/packages/commit/b4c2a61450a321a8ef2b6759d33d2968cb854d9a))
|
|
20
|
+
- use async factory for ThrottlerModule ([4564625](https://gitlab.com/rxap/packages/commit/45646252262b3c7a4841a2fa959110e06f6d6246))
|
|
21
|
+
- use SentryOptionsFactory and GetLogLevels utility function ([2197ae3](https://gitlab.com/rxap/packages/commit/2197ae3207c280a021a998265b2c14a5f0daab19))
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
- mv swagger generator to plugin-nestjs ([895cba5](https://gitlab.com/rxap/packages/commit/895cba5d040262ae64f05ff14b604871240a0a4b))
|
|
26
|
+
|
|
27
|
+
### Reverts
|
|
28
|
+
|
|
29
|
+
- change from commonjs to es2022 ([50eca61](https://gitlab.com/rxap/packages/commit/50eca61e9a89388d1cfeefb8b1029b302b6f307e))
|
|
30
|
+
|
|
6
31
|
# [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
32
|
|
|
8
33
|
### 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@^16.0.0-dev.
|
|
20
|
+
yarn add @angular-devkit/core@^16.1.4 @angular-devkit/schematics@^16.1.4 @rxap/schematics-ts-morph@^16.0.0-dev.26 @rxap/schematics-utilities@^16.0.0-dev.19 @rxap/utilities@^16.0.0-dev.21 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.13",
|
|
3
3
|
"name": "@rxap/schematic-nestjs",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -12,23 +12,23 @@
|
|
|
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.0.0-dev.
|
|
16
|
-
"@rxap/schematics-utilities": "^16.0.0-dev.
|
|
17
|
-
"@rxap/utilities": "^16.0.0-dev.
|
|
15
|
+
"@rxap/schematics-ts-morph": "^16.0.0-dev.26",
|
|
16
|
+
"@rxap/schematics-utilities": "^16.0.0-dev.19",
|
|
17
|
+
"@rxap/utilities": "^16.0.0-dev.21",
|
|
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.
|
|
26
|
-
"@rxap/plugin-localazy": "16.1.0-dev.
|
|
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.
|
|
21
|
+
"@rxap/generator-utilities": "1.1.0-dev.18",
|
|
22
|
+
"@rxap/node-utilities": "1.1.0-dev.14",
|
|
23
|
+
"@rxap/plugin-angular": "16.1.0-dev.50",
|
|
24
|
+
"@rxap/plugin-application": "16.1.0-dev.30",
|
|
25
|
+
"@rxap/plugin-docker": "16.0.0-dev.38",
|
|
26
|
+
"@rxap/plugin-localazy": "16.1.0-dev.13",
|
|
27
|
+
"@rxap/plugin-nestjs": "16.1.0-dev.40",
|
|
28
|
+
"@rxap/plugin-utilities": "16.1.0-dev.19",
|
|
29
|
+
"@rxap/ts-morph": "0.1.0-dev.15",
|
|
30
|
+
"@rxap/workspace-ts-morph": "0.1.0-dev.10",
|
|
31
|
+
"@rxap/workspace-utilities": "0.1.0-dev.22",
|
|
32
32
|
"fs-extra": "11.1.1",
|
|
33
33
|
"glob": "10.3.10",
|
|
34
34
|
"handlebars": "4.7.7"
|
|
@@ -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.29"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"package": "@rxap/plugin-nestjs",
|
|
60
|
-
"version": "16.1.0-dev.
|
|
60
|
+
"version": "16.1.0-dev.39"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"package": "@rxap/schematics-ts-morph",
|
|
64
|
-
"version": "16.0.0-dev.
|
|
64
|
+
"version": "16.0.0-dev.26"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"package": "@rxap/schematics-utilities",
|
|
68
|
-
"version": "16.0.0-dev.
|
|
68
|
+
"version": "16.0.0-dev.19"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"package": "@rxap/utilities",
|
|
72
|
-
"version": "16.0.0-dev.
|
|
72
|
+
"version": "16.0.0-dev.21"
|
|
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": "cc79abe8b76799cf9e91a91b92e8172b23a74b13",
|
|
88
88
|
"main": "./src/index.js",
|
|
89
89
|
"types": "./src/index.d.ts"
|
|
90
90
|
}
|