@rxap/schematic-nestjs 0.1.0-dev.12 → 0.1.0-dev.14

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