@rxap/plugin-nestjs 19.0.4-dev.4 → 19.0.4-dev.5
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 +4 -0
- package/package.json +16 -70
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.4-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@19.0.4-dev.4...@rxap/plugin-nestjs@19.0.4-dev.5) (2024-06-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/plugin-nestjs
|
|
9
|
+
|
|
6
10
|
## [19.0.4-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@19.0.4-dev.3...@rxap/plugin-nestjs@19.0.4-dev.4) (2024-06-17)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.0.4-dev.
|
|
2
|
+
"version": "19.0.4-dev.5",
|
|
3
3
|
"name": "@rxap/plugin-nestjs",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"
|
|
6
|
+
"@nx/devkit": "19.1.1",
|
|
7
|
+
"@nx/js": "19.1.1",
|
|
8
|
+
"@nx/nest": "19.1.1",
|
|
9
|
+
"@rxap/node-utilities": "^1.2.3-dev.0",
|
|
10
|
+
"@rxap/plugin-application": "^19.0.3-dev.2",
|
|
11
|
+
"@rxap/plugin-library": "^19.2.0-dev.5",
|
|
12
|
+
"@rxap/plugin-utilities": "^19.0.3-dev.2",
|
|
13
|
+
"@rxap/ts-morph": "^1.4.0-dev.2",
|
|
14
|
+
"@rxap/utilities": "^16.2.3-dev.0",
|
|
15
|
+
"@rxap/workspace-ts-morph": "^19.1.0-dev.2",
|
|
16
|
+
"@rxap/workspace-utilities": "^19.2.0-dev.6",
|
|
17
|
+
"colors": "1.4.0",
|
|
18
|
+
"semver": "7.5.3",
|
|
19
|
+
"ts-morph": "18.0.0",
|
|
7
20
|
"tslib": "2.6.2"
|
|
8
21
|
},
|
|
9
|
-
"peerDependencies": {
|
|
10
|
-
"@nx/devkit": "^19.1.1",
|
|
11
|
-
"@nx/js": "^19.1.1",
|
|
12
|
-
"@nx/nest": "^19.1.1",
|
|
13
|
-
"@rxap/node-utilities": "^1.2.2",
|
|
14
|
-
"@rxap/plugin-application": "^19.0.3-dev.0",
|
|
15
|
-
"@rxap/plugin-library": "^19.2.0-dev.3",
|
|
16
|
-
"@rxap/plugin-utilities": "^19.0.3-dev.1",
|
|
17
|
-
"@rxap/ts-morph": "^1.4.0-dev.0",
|
|
18
|
-
"@rxap/utilities": "^16.2.2",
|
|
19
|
-
"@rxap/workspace-ts-morph": "^19.1.0-dev.1",
|
|
20
|
-
"@rxap/workspace-utilities": "^19.2.0-dev.4",
|
|
21
|
-
"colors": "^1.4.0",
|
|
22
|
-
"ts-morph": "^18.0.0"
|
|
23
|
-
},
|
|
24
22
|
"author": {
|
|
25
23
|
"name": "Merzough Münker",
|
|
26
24
|
"email": "mmuenker@digitaix.com"
|
|
@@ -44,58 +42,6 @@
|
|
|
44
42
|
"ng-update": {
|
|
45
43
|
"migrations": "./migrations.json"
|
|
46
44
|
},
|
|
47
|
-
"nx-migrations": {
|
|
48
|
-
"packageGroup": [
|
|
49
|
-
{
|
|
50
|
-
"package": "@nx/devkit",
|
|
51
|
-
"version": "19.1.1"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"package": "@nx/js",
|
|
55
|
-
"version": "19.1.1"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"package": "@nx/nest",
|
|
59
|
-
"version": "19.1.1"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"package": "@rxap/generator-ts-morph",
|
|
63
|
-
"version": "1.0.8-dev.0"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"package": "@rxap/node-utilities",
|
|
67
|
-
"version": "1.2.2"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"package": "@rxap/plugin-application",
|
|
71
|
-
"version": "19.0.3-dev.0"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"package": "@rxap/plugin-library",
|
|
75
|
-
"version": "19.2.0-dev.3"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"package": "@rxap/plugin-utilities",
|
|
79
|
-
"version": "19.0.3-dev.1"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"package": "@rxap/ts-morph",
|
|
83
|
-
"version": "1.4.0-dev.0"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"package": "@rxap/utilities",
|
|
87
|
-
"version": "16.2.2"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"package": "@rxap/workspace-ts-morph",
|
|
91
|
-
"version": "19.1.0-dev.1"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"package": "@rxap/workspace-utilities",
|
|
95
|
-
"version": "19.2.0-dev.4"
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
45
|
"publishConfig": {
|
|
100
46
|
"access": "public",
|
|
101
47
|
"directory": "../../../dist/packages/plugin/nestjs"
|
|
@@ -107,6 +53,6 @@
|
|
|
107
53
|
},
|
|
108
54
|
"schematics": "./generators.json",
|
|
109
55
|
"type": "commonjs",
|
|
110
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "a86ff17c44a01ef4a847db848aed3ae7ce6fa954",
|
|
111
57
|
"main": "./src/index.js"
|
|
112
58
|
}
|