@rxap/schematic-nestjs 0.1.0-dev.8 → 0.1.0-dev.9
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/README.md +1 -1
- package/package.json +53 -53
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
|
+
# [0.1.0-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@0.1.0-dev.8...@rxap/schematic-nestjs@0.1.0-dev.9) (2023-09-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematic-nestjs
|
|
9
|
+
|
|
6
10
|
# [0.1.0-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@0.1.0-dev.7...@rxap/schematic-nestjs@0.1.0-dev.8) (2023-09-07)
|
|
7
11
|
|
|
8
12
|
**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 @
|
|
20
|
+
yarn add tslib@2.6.2 yaml@2.3.1
|
|
21
21
|
```
|
package/package.json
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
1
|
{
|
|
2
|
+
"version": "0.1.0-dev.9",
|
|
2
3
|
"name": "@rxap/schematic-nestjs",
|
|
3
|
-
"version": "0.1.0-dev.8",
|
|
4
|
-
"type": "commonjs",
|
|
5
|
-
"schematics": "./collection.json",
|
|
6
|
-
"publishConfig": {
|
|
7
|
-
"access": "public",
|
|
8
|
-
"directory": "../../../dist/packages/schematic/nestjs"
|
|
9
|
-
},
|
|
10
|
-
"keywords": [
|
|
11
|
-
"rxap",
|
|
12
|
-
"packages",
|
|
13
|
-
"schematic",
|
|
14
|
-
"nestjs",
|
|
15
|
-
"schematic-nestjs"
|
|
16
|
-
],
|
|
17
|
-
"homepage": "https:/gitlab.com/rxap/packages/packages/schematic/nestjs",
|
|
18
|
-
"bugs": {
|
|
19
|
-
"url": "https://gitlab.com/rxap/packages/-/issues",
|
|
20
|
-
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
|
|
21
|
-
},
|
|
22
4
|
"license": "GPL-3.0-or-later",
|
|
23
|
-
"repository": {
|
|
24
|
-
"type": "git",
|
|
25
|
-
"url": "https://gitlab.com/rxap/packages.git",
|
|
26
|
-
"directory": "packages/schematic/nestjs"
|
|
27
|
-
},
|
|
28
|
-
"author": {
|
|
29
|
-
"name": "Merzough Münker",
|
|
30
|
-
"email": "mmuenker@digitaix.com"
|
|
31
|
-
},
|
|
32
5
|
"dependencies": {
|
|
33
6
|
"ignore": "^5.2.4",
|
|
34
7
|
"process": "0.11.10",
|
|
35
8
|
"semver": "^7.3.5",
|
|
9
|
+
"ts-morph": "18.0.0",
|
|
36
10
|
"tslib": "2.6.2",
|
|
37
11
|
"yaml": "2.3.1"
|
|
38
12
|
},
|
|
39
13
|
"peerDependencies": {
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"@rxap/
|
|
43
|
-
"@rxap/
|
|
44
|
-
"@rxap/
|
|
45
|
-
"
|
|
46
|
-
"@rxap/
|
|
47
|
-
"@rxap/
|
|
48
|
-
"@rxap/plugin-
|
|
49
|
-
"@rxap/plugin-
|
|
50
|
-
"@rxap/
|
|
51
|
-
"@rxap/
|
|
52
|
-
"@rxap/
|
|
53
|
-
"@rxap/
|
|
54
|
-
"@rxap/ts-morph": "0.1.0-dev.
|
|
55
|
-
"@rxap/workspace-
|
|
56
|
-
"@rxap/workspace-utilities": "0.1.0-dev.11",
|
|
14
|
+
"tslib": "2.6.2",
|
|
15
|
+
"yaml": "2.3.1",
|
|
16
|
+
"@rxap/generator-utilities": "1.1.0-dev.12",
|
|
17
|
+
"@rxap/node-utilities": "1.1.0-dev.8",
|
|
18
|
+
"@rxap/plugin-angular": "16.1.0-dev.21",
|
|
19
|
+
"@rxap/plugin-application": "16.1.0-dev.14",
|
|
20
|
+
"@rxap/plugin-docker": "16.0.0-dev.23",
|
|
21
|
+
"@rxap/plugin-localazy": "16.1.0-dev.10",
|
|
22
|
+
"@rxap/plugin-nestjs": "16.1.0-dev.18",
|
|
23
|
+
"@rxap/plugin-utilities": "16.1.0-dev.13",
|
|
24
|
+
"@rxap/schematics-ts-morph": "16.0.0-dev.18",
|
|
25
|
+
"@rxap/schematics-utilities": "16.0.0-dev.15",
|
|
26
|
+
"@rxap/ts-morph": "0.1.0-dev.8",
|
|
27
|
+
"@rxap/utilities": "16.0.0-dev.17",
|
|
28
|
+
"@rxap/workspace-ts-morph": "0.1.0-dev.7",
|
|
29
|
+
"@rxap/workspace-utilities": "0.1.0-dev.12",
|
|
57
30
|
"fs-extra": "11.1.1",
|
|
58
31
|
"glob": "8.1.0",
|
|
59
32
|
"handlebars": "4.7.7"
|
|
60
33
|
},
|
|
34
|
+
"author": {
|
|
35
|
+
"name": "Merzough Münker",
|
|
36
|
+
"email": "mmuenker@digitaix.com"
|
|
37
|
+
},
|
|
38
|
+
"bugs": {
|
|
39
|
+
"url": "https://gitlab.com/rxap/packages/-/issues",
|
|
40
|
+
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
|
|
41
|
+
},
|
|
42
|
+
"homepage": "https:/gitlab.com/rxap/packages/packages/schematic/nestjs",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"nestjs",
|
|
45
|
+
"packages",
|
|
46
|
+
"rxap",
|
|
47
|
+
"schematic",
|
|
48
|
+
"schematic-nestjs"
|
|
49
|
+
],
|
|
61
50
|
"nx-migrations": {
|
|
62
51
|
"packageGroup": [
|
|
63
52
|
{
|
|
64
|
-
"package": "@rxap/plugin-
|
|
65
|
-
"version": "16.1.0-dev.
|
|
53
|
+
"package": "@rxap/plugin-application",
|
|
54
|
+
"version": "16.1.0-dev.13"
|
|
66
55
|
},
|
|
67
56
|
{
|
|
68
|
-
"package": "@rxap/plugin-
|
|
69
|
-
"version": "16.1.0-dev.
|
|
57
|
+
"package": "@rxap/plugin-nestjs",
|
|
58
|
+
"version": "16.1.0-dev.17"
|
|
70
59
|
},
|
|
71
60
|
{
|
|
72
61
|
"package": "@rxap/schematics-ts-morph",
|
|
73
|
-
"version": "16.0.0-dev.
|
|
62
|
+
"version": "16.0.0-dev.17"
|
|
74
63
|
},
|
|
75
64
|
{
|
|
76
65
|
"package": "@rxap/schematics-utilities",
|
|
77
|
-
"version": "16.0.0-dev.
|
|
66
|
+
"version": "16.0.0-dev.14"
|
|
78
67
|
},
|
|
79
68
|
{
|
|
80
69
|
"package": "@rxap/utilities",
|
|
81
|
-
"version": "16.0.0-dev.
|
|
70
|
+
"version": "16.0.0-dev.16"
|
|
82
71
|
}
|
|
83
72
|
]
|
|
84
73
|
},
|
|
85
|
-
"
|
|
74
|
+
"publishConfig": {
|
|
75
|
+
"access": "public",
|
|
76
|
+
"directory": "../../../dist/packages/schematic/nestjs"
|
|
77
|
+
},
|
|
78
|
+
"repository": {
|
|
79
|
+
"type": "git",
|
|
80
|
+
"url": "https://gitlab.com/rxap/packages.git",
|
|
81
|
+
"directory": "packages/schematic/nestjs"
|
|
82
|
+
},
|
|
83
|
+
"schematics": "./collection.json",
|
|
84
|
+
"type": "commonjs",
|
|
85
|
+
"gitHead": "6679f090af3b55900bfeb02de0ed8f1febfdbb8b",
|
|
86
86
|
"main": "./src/index.js",
|
|
87
87
|
"types": "./src/index.d.ts"
|
|
88
88
|
}
|