@rxap/schematic-composer 16.1.0-dev.5 → 16.1.0
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 +8 -0
- package/README.md +1 -1
- package/package.json +63 -54
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
# [16.1.0](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@16.1.0-dev.6...@rxap/schematic-composer@16.1.0) (2024-04-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematic-composer
|
|
9
|
+
|
|
10
|
+
# [16.1.0-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@16.1.0-dev.5...@rxap/schematic-composer@16.1.0-dev.6) (2024-04-09)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/schematic-composer
|
|
13
|
+
|
|
6
14
|
# [16.1.0-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@16.1.0-dev.4...@rxap/schematic-composer@16.1.0-dev.5) (2024-04-04)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -17,5 +17,5 @@ yarn add @rxap/schematic-composer
|
|
|
17
17
|
```
|
|
18
18
|
**Install peer dependencies:**
|
|
19
19
|
```bash
|
|
20
|
-
yarn add @angular-devkit/schematics@^16.
|
|
20
|
+
yarn add @angular-devkit/schematics@^16.2.13 @rxap/schematics-ts-morph@^16.1.0 @rxap/schematics-utilities@^16.1.0 @rxap/utilities@^16.1.0 @rxap/workspace-utilities@^16.1.0 tslib@2.6.2
|
|
21
21
|
```
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.1.0
|
|
2
|
+
"version": "16.1.0",
|
|
3
3
|
"name": "@rxap/schematic-composer",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -13,38 +13,40 @@
|
|
|
13
13
|
"yaml": "2.3.1"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@angular-devkit/schematics": "^16.
|
|
17
|
-
"@rxap/schematics-ts-morph": "^16.1.0
|
|
18
|
-
"@rxap/schematics-utilities": "^16.1.0
|
|
19
|
-
"@rxap/utilities": "^16.1.0
|
|
20
|
-
"@rxap/workspace-utilities": "^16.1.0
|
|
16
|
+
"@angular-devkit/schematics": "^16.2.13",
|
|
17
|
+
"@rxap/schematics-ts-morph": "^16.1.0",
|
|
18
|
+
"@rxap/schematics-utilities": "^16.1.0",
|
|
19
|
+
"@rxap/utilities": "^16.1.0",
|
|
20
|
+
"@rxap/workspace-utilities": "^16.1.0",
|
|
21
21
|
"tslib": "2.6.2",
|
|
22
22
|
"@apidevtools/json-schema-ref-parser": "9.0.9",
|
|
23
|
-
"@rxap/generator-ts-morph": "1.0.2
|
|
24
|
-
"@rxap/json-schema-to-typescript": "16.0.1
|
|
25
|
-
"@rxap/mixin": "16.0.1
|
|
26
|
-
"@rxap/node-utilities": "1.2.0
|
|
27
|
-
"@rxap/plugin-angular": "16.2.0
|
|
28
|
-
"@rxap/plugin-application": "16.2.0
|
|
29
|
-
"@rxap/plugin-
|
|
30
|
-
"@rxap/plugin-
|
|
31
|
-
"@rxap/plugin-
|
|
32
|
-
"@rxap/plugin-
|
|
33
|
-
"@rxap/plugin-
|
|
34
|
-
"@rxap/plugin-
|
|
35
|
-
"@rxap/plugin-
|
|
36
|
-
"@rxap/plugin-
|
|
37
|
-
"@rxap/plugin-
|
|
38
|
-
"@rxap/plugin-
|
|
39
|
-
"@rxap/
|
|
40
|
-
"@rxap/
|
|
41
|
-
"@rxap/
|
|
42
|
-
"@rxap/
|
|
43
|
-
"@rxap/
|
|
44
|
-
"@rxap/
|
|
45
|
-
"@rxap/
|
|
46
|
-
"@rxap/
|
|
47
|
-
"@rxap/
|
|
23
|
+
"@rxap/generator-ts-morph": "1.0.2",
|
|
24
|
+
"@rxap/json-schema-to-typescript": "16.0.1",
|
|
25
|
+
"@rxap/mixin": "16.0.1",
|
|
26
|
+
"@rxap/node-utilities": "1.2.0",
|
|
27
|
+
"@rxap/plugin-angular": "16.2.0",
|
|
28
|
+
"@rxap/plugin-application": "16.2.0",
|
|
29
|
+
"@rxap/plugin-compodoc": "16.1.0",
|
|
30
|
+
"@rxap/plugin-docker": "16.1.0",
|
|
31
|
+
"@rxap/plugin-gitlab-ci": "16.2.0",
|
|
32
|
+
"@rxap/plugin-gpt": "16.0.2",
|
|
33
|
+
"@rxap/plugin-library": "16.1.0",
|
|
34
|
+
"@rxap/plugin-localazy": "16.1.1",
|
|
35
|
+
"@rxap/plugin-nestjs": "16.2.0",
|
|
36
|
+
"@rxap/plugin-open-api": "16.2.0",
|
|
37
|
+
"@rxap/plugin-storybook": "16.1.0",
|
|
38
|
+
"@rxap/plugin-utilities": "16.2.0",
|
|
39
|
+
"@rxap/plugin-web3-storage": "16.0.2",
|
|
40
|
+
"@rxap/plugin-workspace": "16.2.0",
|
|
41
|
+
"@rxap/reflect-metadata": "1.0.2",
|
|
42
|
+
"@rxap/schematic-angular": "16.2.0",
|
|
43
|
+
"@rxap/schematic-nestjs": "16.0.2",
|
|
44
|
+
"@rxap/schematics-open-api": "16.0.1",
|
|
45
|
+
"@rxap/schematics-xml-parser": "16.0.1",
|
|
46
|
+
"@rxap/ts-morph": "1.1.0",
|
|
47
|
+
"@rxap/workspace-open-api": "16.0.2",
|
|
48
|
+
"@rxap/workspace-ts-morph": "16.1.0",
|
|
49
|
+
"@rxap/xml-parser": "16.0.1",
|
|
48
50
|
"files-from-path": "1.0.0",
|
|
49
51
|
"fs-extra": "11.1.1",
|
|
50
52
|
"glob": "10.3.10",
|
|
@@ -76,83 +78,91 @@
|
|
|
76
78
|
"packageGroup": [
|
|
77
79
|
{
|
|
78
80
|
"package": "@rxap/plugin-angular",
|
|
79
|
-
"version": "16.2.0
|
|
81
|
+
"version": "16.2.0"
|
|
80
82
|
},
|
|
81
83
|
{
|
|
82
84
|
"package": "@rxap/plugin-application",
|
|
83
|
-
"version": "16.2.0
|
|
85
|
+
"version": "16.2.0"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"package": "@rxap/plugin-compodoc",
|
|
89
|
+
"version": "16.1.0"
|
|
84
90
|
},
|
|
85
91
|
{
|
|
86
92
|
"package": "@rxap/plugin-docker",
|
|
87
|
-
"version": "16.1.0
|
|
93
|
+
"version": "16.1.0"
|
|
88
94
|
},
|
|
89
95
|
{
|
|
90
96
|
"package": "@rxap/plugin-gitlab-ci",
|
|
91
|
-
"version": "16.
|
|
97
|
+
"version": "16.2.0"
|
|
92
98
|
},
|
|
93
99
|
{
|
|
94
100
|
"package": "@rxap/plugin-gpt",
|
|
95
|
-
"version": "16.0.2
|
|
101
|
+
"version": "16.0.2"
|
|
96
102
|
},
|
|
97
103
|
{
|
|
98
104
|
"package": "@rxap/plugin-library",
|
|
99
|
-
"version": "16.1.0
|
|
105
|
+
"version": "16.1.0"
|
|
100
106
|
},
|
|
101
107
|
{
|
|
102
108
|
"package": "@rxap/plugin-localazy",
|
|
103
|
-
"version": "16.1.1
|
|
109
|
+
"version": "16.1.1"
|
|
104
110
|
},
|
|
105
111
|
{
|
|
106
112
|
"package": "@rxap/plugin-nestjs",
|
|
107
|
-
"version": "16.2.0
|
|
113
|
+
"version": "16.2.0"
|
|
108
114
|
},
|
|
109
115
|
{
|
|
110
116
|
"package": "@rxap/plugin-open-api",
|
|
111
|
-
"version": "16.2.0
|
|
117
|
+
"version": "16.2.0"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"package": "@rxap/plugin-storybook",
|
|
121
|
+
"version": "16.1.0"
|
|
112
122
|
},
|
|
113
123
|
{
|
|
114
124
|
"package": "@rxap/plugin-utilities",
|
|
115
|
-
"version": "16.
|
|
125
|
+
"version": "16.2.0"
|
|
116
126
|
},
|
|
117
127
|
{
|
|
118
128
|
"package": "@rxap/plugin-web3-storage",
|
|
119
|
-
"version": "16.0.2
|
|
129
|
+
"version": "16.0.2"
|
|
120
130
|
},
|
|
121
131
|
{
|
|
122
132
|
"package": "@rxap/plugin-workspace",
|
|
123
|
-
"version": "16.2.0
|
|
133
|
+
"version": "16.2.0"
|
|
124
134
|
},
|
|
125
135
|
{
|
|
126
136
|
"package": "@rxap/schematic-angular",
|
|
127
|
-
"version": "16.2.0
|
|
137
|
+
"version": "16.2.0"
|
|
128
138
|
},
|
|
129
139
|
{
|
|
130
140
|
"package": "@rxap/schematic-nestjs",
|
|
131
|
-
"version": "16.0.2
|
|
141
|
+
"version": "16.0.2"
|
|
132
142
|
},
|
|
133
143
|
{
|
|
134
144
|
"package": "@rxap/schematics-open-api",
|
|
135
|
-
"version": "16.0.1
|
|
145
|
+
"version": "16.0.1"
|
|
136
146
|
},
|
|
137
147
|
{
|
|
138
148
|
"package": "@rxap/schematics-ts-morph",
|
|
139
|
-
"version": "16.1.0
|
|
149
|
+
"version": "16.1.0"
|
|
140
150
|
},
|
|
141
151
|
{
|
|
142
152
|
"package": "@rxap/schematics-utilities",
|
|
143
|
-
"version": "16.1.0
|
|
153
|
+
"version": "16.1.0"
|
|
144
154
|
},
|
|
145
155
|
{
|
|
146
156
|
"package": "@rxap/schematics-xml-parser",
|
|
147
|
-
"version": "16.0.1
|
|
157
|
+
"version": "16.0.1"
|
|
148
158
|
},
|
|
149
159
|
{
|
|
150
160
|
"package": "@rxap/utilities",
|
|
151
|
-
"version": "16.1.0
|
|
161
|
+
"version": "16.1.0"
|
|
152
162
|
},
|
|
153
163
|
{
|
|
154
164
|
"package": "@rxap/workspace-utilities",
|
|
155
|
-
"version": "16.1.0
|
|
165
|
+
"version": "16.1.0"
|
|
156
166
|
}
|
|
157
167
|
]
|
|
158
168
|
},
|
|
@@ -167,7 +177,6 @@
|
|
|
167
177
|
},
|
|
168
178
|
"schematics": "./collection.json",
|
|
169
179
|
"type": "commonjs",
|
|
170
|
-
"gitHead": "
|
|
171
|
-
"main": "./src/index.js"
|
|
172
|
-
"types": "./src/index.d.ts"
|
|
180
|
+
"gitHead": "28add49b88a526653de396861c299d74489d9d82",
|
|
181
|
+
"main": "./src/index.js"
|
|
173
182
|
}
|