@rxap/plugin-library 16.0.0-dev.3 → 16.0.0-dev.6
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 +56 -185
- package/README.md +80 -127
- package/executors.json +24 -0
- package/generators.json +24 -0
- package/package.json +58 -40
- package/src/executors/readme/executor.d.ts +5 -0
- package/src/executors/readme/executor.js +143 -0
- package/src/executors/readme/executor.js.map +1 -0
- package/src/executors/readme/schema.d.ts +1 -0
- package/src/{builders/update-package-group → executors/readme}/schema.json +2 -3
- package/src/executors/run-generator/executor.d.ts +5 -0
- package/src/executors/run-generator/executor.js +46 -0
- package/src/executors/run-generator/executor.js.map +1 -0
- package/src/executors/run-generator/schema.d.ts +6 -0
- package/src/executors/run-generator/schema.json +27 -0
- package/src/executors/update-dependencies/executor.d.ts +5 -0
- package/src/executors/update-dependencies/executor.js +32 -0
- package/src/executors/update-dependencies/executor.js.map +1 -0
- package/src/executors/update-dependencies/schema.d.ts +1 -0
- package/src/executors/update-dependencies/schema.json +9 -0
- package/src/executors/update-package-group/executor.d.ts +5 -0
- package/src/executors/update-package-group/executor.js +45 -0
- package/src/executors/update-package-group/executor.js.map +1 -0
- package/src/executors/update-package-group/schema.d.ts +1 -0
- package/src/executors/update-package-group/schema.json +9 -0
- package/src/generators/fix-dependencies/generator.d.ts +27 -0
- package/src/generators/fix-dependencies/generator.js +547 -0
- package/src/generators/fix-dependencies/generator.js.map +1 -0
- package/src/generators/fix-dependencies/schema.d.ts +8 -0
- package/src/generators/fix-dependencies/schema.json +31 -0
- package/src/generators/index-export/generator.d.ts +4 -0
- package/src/generators/index-export/generator.js +52 -0
- package/src/generators/index-export/generator.js.map +1 -0
- package/src/generators/index-export/schema.d.ts +3 -0
- package/src/generators/index-export/schema.json +16 -0
- package/src/generators/init/files/README.md.handlebars +115 -0
- package/src/generators/init/generator.d.ts +4 -0
- package/src/generators/init/generator.js +261 -0
- package/src/generators/init/generator.js.map +1 -0
- package/src/generators/init/schema.d.ts +3 -0
- package/src/generators/init/schema.json +16 -0
- package/src/generators/schematic/files/schematic/__fileName__/index.ts.template +8 -0
- package/src/generators/schematic/files/schematic/__fileName__/schema.d.ts.template +3 -0
- package/src/generators/schematic/files/schematic/__fileName__/schema.json.template +18 -0
- package/src/generators/schematic/generator.d.ts +6 -0
- package/src/generators/schematic/generator.js +137 -0
- package/src/generators/schematic/generator.js.map +1 -0
- package/src/generators/schematic/schema.d.ts +6 -0
- package/src/generators/schematic/schema.json +43 -0
- package/src/index.d.ts +0 -1
- package/src/index.js +0 -2
- package/src/index.js.map +1 -1
- package/LICENSE +0 -630
- package/builders.json +0 -20
- package/collection.json +0 -32
- package/migration.json +0 -4
- package/src/builders/build-schematics/builder.d.ts +0 -13
- package/src/builders/build-schematics/builder.js +0 -84
- package/src/builders/build-schematics/builder.js.map +0 -1
- package/src/builders/build-schematics/schema.json +0 -78
- package/src/builders/update-package-group/builder.d.ts +0 -19
- package/src/builders/update-package-group/builder.js +0 -89
- package/src/builders/update-package-group/builder.js.map +0 -1
- package/src/builders/update-package-group/read-file.d.ts +0 -7
- package/src/builders/update-package-group/read-file.js +0 -11
- package/src/builders/update-package-group/read-file.js.map +0 -1
- package/src/builders/update-package-group/write-file.d.ts +0 -5
- package/src/builders/update-package-group/write-file.js +0 -11
- package/src/builders/update-package-group/write-file.js.map +0 -1
- package/src/builders/update-peer-dependencies/builder.d.ts +0 -40
- package/src/builders/update-peer-dependencies/builder.js +0 -293
- package/src/builders/update-peer-dependencies/builder.js.map +0 -1
- package/src/builders/update-peer-dependencies/schema.json +0 -33
- package/src/builders/utils/assets.d.ts +0 -14
- package/src/builders/utils/assets.js +0 -54
- package/src/builders/utils/assets.js.map +0 -1
- package/src/builders/utils/compile-typescript-files.d.ts +0 -13
- package/src/builders/utils/compile-typescript-files.js +0 -56
- package/src/builders/utils/compile-typescript-files.js.map +0 -1
- package/src/builders/utils/equals.d.ts +0 -1
- package/src/builders/utils/equals.js +0 -200
- package/src/builders/utils/equals.js.map +0 -1
- package/src/builders/utils/unique.d.ts +0 -1
- package/src/builders/utils/unique.js +0 -8
- package/src/builders/utils/unique.js.map +0 -1
- package/src/schematics/config/index.d.ts +0 -3
- package/src/schematics/config/index.js +0 -17
- package/src/schematics/config/index.js.map +0 -1
- package/src/schematics/config/schema.json +0 -50
- package/src/schematics/config-schematics/coerce-builders-json.d.ts +0 -2
- package/src/schematics/config-schematics/coerce-builders-json.js +0 -23
- package/src/schematics/config-schematics/coerce-builders-json.js.map +0 -1
- package/src/schematics/config-schematics/coerce-builders.d.ts +0 -1
- package/src/schematics/config-schematics/coerce-builders.js +0 -11
- package/src/schematics/config-schematics/coerce-builders.js.map +0 -1
- package/src/schematics/config-schematics/coerce-collection-json.d.ts +0 -2
- package/src/schematics/config-schematics/coerce-collection-json.js +0 -23
- package/src/schematics/config-schematics/coerce-collection-json.js.map +0 -1
- package/src/schematics/config-schematics/coerce-migration-json.d.ts +0 -2
- package/src/schematics/config-schematics/coerce-migration-json.js +0 -23
- package/src/schematics/config-schematics/coerce-migration-json.js.map +0 -1
- package/src/schematics/config-schematics/coerce-ng-update.d.ts +0 -1
- package/src/schematics/config-schematics/coerce-ng-update.js +0 -21
- package/src/schematics/config-schematics/coerce-ng-update.js.map +0 -1
- package/src/schematics/config-schematics/coerce-schematics.d.ts +0 -1
- package/src/schematics/config-schematics/coerce-schematics.js +0 -11
- package/src/schematics/config-schematics/coerce-schematics.js.map +0 -1
- package/src/schematics/config-schematics/index.d.ts +0 -3
- package/src/schematics/config-schematics/index.js +0 -82
- package/src/schematics/config-schematics/index.js.map +0 -1
- package/src/schematics/config-schematics/init-src-files.d.ts +0 -2
- package/src/schematics/config-schematics/init-src-files.js +0 -16
- package/src/schematics/config-schematics/init-src-files.js.map +0 -1
- package/src/schematics/config-schematics/schema.json +0 -47
- package/src/schematics/config-update-package-group/index.d.ts +0 -3
- package/src/schematics/config-update-package-group/index.js +0 -21
- package/src/schematics/config-update-package-group/index.js.map +0 -1
- package/src/schematics/config-update-package-group/schema.json +0 -21
- package/src/schematics/config-update-peer-dependencies/index.d.ts +0 -3
- package/src/schematics/config-update-peer-dependencies/index.js +0 -26
- package/src/schematics/config-update-peer-dependencies/index.js.map +0 -1
- package/src/schematics/config-update-peer-dependencies/schema.json +0 -28
- package/src/schematics/ng-add/index.d.ts +0 -3
- package/src/schematics/ng-add/index.js +0 -21
- package/src/schematics/ng-add/index.js.map +0 -1
- package/src/schematics/ng-add/schema.json +0 -17
package/CHANGELOG.md
CHANGED
|
@@ -3,375 +3,246 @@
|
|
|
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.0.0-dev.
|
|
7
|
-
|
|
6
|
+
# [16.0.0-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@16.0.0-dev.5...@rxap/plugin-library@16.0.0-dev.6) (2023-07-13)
|
|
8
7
|
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
- move GetLatestPackageVersion to @rxap/node-utilities ([56bc441](https://gitlab.com/rxap/packages/commit/56bc441d3af89c5c2a99cd3d300e2f4b55dbb624))
|
|
12
11
|
|
|
12
|
+
# [16.0.0-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@16.0.0-dev.4...@rxap/plugin-library@16.0.0-dev.5) (2023-07-10)
|
|
13
13
|
|
|
14
|
+
### Bug Fixes
|
|
14
15
|
|
|
16
|
+
- update package dependency versions ([8479f5c](https://gitlab.com/rxap/packages/commit/8479f5c405a885cc0f300cec6156584e4c65d59c))
|
|
17
|
+
- **update-package-group:** only include @rxap/\* packages ([f4631e3](https://gitlab.com/rxap/packages/commit/f4631e3713ed994c5f2cf5b64fd1563e1d6a22a9))
|
|
15
18
|
|
|
19
|
+
# 16.0.0-dev.4 (2023-07-10)
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
### Bug Fixes
|
|
18
22
|
|
|
23
|
+
- **fix-dependencies:** reuse existing project dependency version ([664c64e](https://gitlab.com/rxap/packages/commit/664c64e94d0f5717fa6e78180fbaadb7337f6ffe))
|
|
24
|
+
- **init:** add the fix-dependencies target and update the preversion script ([548740b](https://gitlab.com/rxap/packages/commit/548740b8560320afa69566c54ec709171a6ff7b5))
|
|
25
|
+
- remove scss assets copies if \_index.scss does not exist ([8d6ef93](https://gitlab.com/rxap/packages/commit/8d6ef93f3ec62cf915743a475ed48258e836f49a))
|
|
26
|
+
- restructure and merge mono repos packages, schematics, plugins and nest ([653b4cd](https://gitlab.com/rxap/packages/commit/653b4cd39fc92d322df9b3959651fea0aa6079da))
|
|
27
|
+
- **run-generator:** support dry-run and without-project-argument flags ([7f4d918](https://gitlab.com/rxap/packages/commit/7f4d918e4852131550571779ca25b02c904ad83c))
|
|
28
|
+
- **update-package-group:** use pined version instead of range ([30b1307](https://gitlab.com/rxap/packages/commit/30b130780dde4fba670429e6dd56377cb94f8513))
|
|
19
29
|
|
|
20
|
-
|
|
30
|
+
# [16.0.0-dev.3](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@16.0.0-dev.2...@rxap/plugin-library@16.0.0-dev.3) (2023-05-18)
|
|
21
31
|
|
|
22
|
-
|
|
32
|
+
### Bug Fixes
|
|
23
33
|
|
|
34
|
+
- remove deprecated pack targetconcept ([39f1869](https://gitlab.com/rxap/schematics/commit/39f18698795cc6f5d8db81b43581c7d75244021f))
|
|
24
35
|
|
|
36
|
+
# [16.0.0-dev.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@16.0.0-dev.1...@rxap/plugin-library@16.0.0-dev.2) (2023-05-18)
|
|
25
37
|
|
|
38
|
+
### Bug Fixes
|
|
26
39
|
|
|
40
|
+
- **deps:** update rxap packages to16.x.x ([bd63f0b](https://gitlab.com/rxap/schematics/commit/bd63f0bfe3356eb1d00bb136253789f2e481e04b))
|
|
27
41
|
|
|
28
42
|
# [16.0.0-dev.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@16.0.0-dev.0...@rxap/plugin-library@16.0.0-dev.1) (2023-05-17)
|
|
29
43
|
|
|
30
44
|
**Note:** Version bump only for package @rxap/plugin-library
|
|
31
45
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
46
|
# [16.0.0-dev.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.2...@rxap/plugin-library@16.0.0-dev.0) (2023-05-11)
|
|
37
47
|
|
|
38
|
-
|
|
39
48
|
### Build System
|
|
40
49
|
|
|
41
|
-
|
|
42
|
-
|
|
50
|
+
- upgrade to nrwl 16.x.x ([de73759](https://gitlab.com/rxap/schematics/commit/de737599e984ce6e0dd19776ffbd04ab2c4085f3))
|
|
43
51
|
|
|
44
52
|
### BREAKING CHANGES
|
|
45
53
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
54
|
+
- upgrade nrwl 16.x.x
|
|
51
55
|
|
|
52
56
|
## [15.0.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.1...@rxap/plugin-library@15.0.2) (2023-05-11)
|
|
53
57
|
|
|
54
|
-
|
|
55
58
|
### Bug Fixes
|
|
56
59
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
- update to nrwl 15.9.4 ([c9ab045](https://gitlab.com/rxap/schematics/commit/c9ab0454484162e633b789a6274d77793179df23))
|
|
62
61
|
|
|
63
62
|
## [15.0.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.0...@rxap/plugin-library@15.0.1) (2023-01-30)
|
|
64
63
|
|
|
65
64
|
**Note:** Version bump only for package @rxap/plugin-library
|
|
66
65
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
66
|
# [15.0.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@14.0.3...@rxap/plugin-library@15.0.0) (2022-12-14)
|
|
72
67
|
|
|
73
|
-
|
|
74
68
|
### chore
|
|
75
69
|
|
|
76
|
-
|
|
77
|
-
|
|
70
|
+
- upgrade to nrwl 15.x.x ([b0694b6](https://gitlab.com/rxap/schematics/commit/b0694b6550730b80fb7356f6c225787fda1ff6be))
|
|
78
71
|
|
|
79
72
|
### Features
|
|
80
73
|
|
|
81
|
-
|
|
82
|
-
|
|
74
|
+
- **library:** only include direct dependencies ondefault ([8892585](https://gitlab.com/rxap/schematics/commit/889258508b6a157b049ba9ebd74d6c32f8865331))
|
|
83
75
|
|
|
84
76
|
### BREAKING CHANGES
|
|
85
77
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
78
|
+
- upgrade nrwl 15.x.x
|
|
91
79
|
|
|
92
80
|
## [14.0.3](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@14.0.2...@rxap/plugin-library@14.0.3) (2022-12-14)
|
|
93
81
|
|
|
94
82
|
**Note:** Version bump only for package @rxap/plugin-library
|
|
95
83
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
84
|
## [14.0.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@14.0.1...@rxap/plugin-library@14.0.2) (2022-10-06)
|
|
101
85
|
|
|
102
|
-
|
|
103
86
|
### Bug Fixes
|
|
104
87
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
88
|
+
- update rxap packages to14.x.x ([eda3337](https://gitlab.com/rxap/schematics/commit/eda3337af2c477126a3d83715cdc7a955c239cb6))
|
|
110
89
|
|
|
111
90
|
## [14.0.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@14.0.0...@rxap/plugin-library@14.0.1) (2022-10-06)
|
|
112
91
|
|
|
113
|
-
|
|
114
92
|
### Bug Fixes
|
|
115
93
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
94
|
+
- remove @rxap/utilitiesdependency ([fa8b3e6](https://gitlab.com/rxap/schematics/commit/fa8b3e667f7c4e5e1a5f15a5d0cc9543da72729d))
|
|
121
95
|
|
|
122
96
|
# [14.0.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@13.0.1...@rxap/plugin-library@14.0.0) (2022-09-08)
|
|
123
97
|
|
|
124
|
-
|
|
125
98
|
### chore
|
|
126
99
|
|
|
127
|
-
|
|
128
|
-
|
|
100
|
+
- upgrade to 14.x.x ([52cccdb](https://gitlab.com/rxap/schematics/commit/52cccdb066599a3c333117107a06169e5d42c604))
|
|
129
101
|
|
|
130
102
|
### BREAKING CHANGES
|
|
131
103
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
104
|
+
- upgrade to 14.x.x
|
|
137
105
|
|
|
138
106
|
## [13.0.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@13.0.0...@rxap/plugin-library@13.0.1) (2022-09-08)
|
|
139
107
|
|
|
140
108
|
**Note:** Version bump only for package @rxap/plugin-library
|
|
141
109
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
110
|
# [13.0.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@13.0.0-next.2...@rxap/plugin-library@13.0.0) (2022-09-08)
|
|
147
111
|
|
|
148
112
|
**Note:** Version bump only for package @rxap/plugin-library
|
|
149
113
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
114
|
# [13.0.0-next.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.4.2...@rxap/plugin-library@13.0.0-next.2) (2022-03-24)
|
|
155
115
|
|
|
156
|
-
|
|
157
116
|
### Bug Fixes
|
|
158
117
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
118
|
+
- update catch type ([a3a376b](https://gitlab.com/rxap/schematics/commit/a3a376be772f10889a1f7e1afdf18895ce070d9e))
|
|
119
|
+
- **update-peer-dependencies:** migrate to use the createProjectGraphAsync if cache isunavailable ([3454d1d](https://gitlab.com/rxap/schematics/commit/3454d1d0f21a201da01169e4bd470811bcbac919))
|
|
120
|
+
- **update-peer-dependencies:** update to the new project graphstructure ([1b86986](https://gitlab.com/rxap/schematics/commit/1b86986ab259eaa6859f827164c389fd17fa63fc))
|
|
163
121
|
|
|
164
122
|
### Build System
|
|
165
123
|
|
|
166
|
-
|
|
167
|
-
|
|
124
|
+
- upgrade to nrwl 13.x.x ([8f07b6b](https://gitlab.com/rxap/schematics/commit/8f07b6b82fb82e8b70fbc82bd91a08d69cc52692))
|
|
168
125
|
|
|
169
126
|
### BREAKING CHANGES
|
|
170
127
|
|
|
171
|
-
|
|
128
|
+
- update the core nrwl packages to 13.x.x
|
|
172
129
|
|
|
173
130
|
Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
174
131
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
132
|
# [13.0.0-next.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@13.0.0-next.0...@rxap/plugin-library@13.0.0-next.1) (2022-02-25)
|
|
180
133
|
|
|
181
|
-
|
|
182
134
|
### Bug Fixes
|
|
183
135
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
136
|
+
- update catch type ([4587831](https://gitlab.com/rxap/schematics/commit/45878319c926061dc8995c568278c4ae7a903feb))
|
|
189
137
|
|
|
190
138
|
# [13.0.0-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.4.2...@rxap/plugin-library@13.0.0-next.0) (2022-02-19)
|
|
191
139
|
|
|
192
|
-
|
|
193
140
|
### Bug Fixes
|
|
194
141
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
142
|
+
- **update-peer-dependencies:** migrate to use the createProjectGraphAsync if cache isunavailable ([5307344](https://gitlab.com/rxap/schematics/commit/530734419cd4c05a1c13443da0e0cad0ce510d79))
|
|
143
|
+
- **update-peer-dependencies:** update to the new project graphstructure ([3cc7378](https://gitlab.com/rxap/schematics/commit/3cc7378eef2372b1caf4c4587a70d6e23e0aadcf))
|
|
198
144
|
|
|
199
145
|
### Build System
|
|
200
146
|
|
|
201
|
-
|
|
202
|
-
|
|
147
|
+
- upgrade to nrwl 13.x.x ([f6fb1fd](https://gitlab.com/rxap/schematics/commit/f6fb1fde34006136be4dadd72795d2d43207072a))
|
|
203
148
|
|
|
204
149
|
### BREAKING CHANGES
|
|
205
150
|
|
|
206
|
-
|
|
151
|
+
- update the core nrwl packages to 13.x.x
|
|
207
152
|
|
|
208
153
|
Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
209
154
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
155
|
## [12.4.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.4.2-next.1...@rxap/plugin-library@12.4.2) (2021-10-07)
|
|
215
156
|
|
|
216
157
|
**Note:** Version bump only for package @rxap/plugin-library
|
|
217
158
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
159
|
## [12.4.2-next.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.4.2-next.0...@rxap/plugin-library@12.4.2-next.1) (2021-08-11)
|
|
223
160
|
|
|
224
|
-
|
|
225
161
|
### Bug Fixes
|
|
226
162
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
163
|
+
- add nrwl package to peerdependencies ([e15f848](https://gitlab.com/rxap/schematics/commit/e15f848369366bad60b63b32c7e71710b1ded826))
|
|
232
164
|
|
|
233
165
|
## [12.4.2-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.4.1...@rxap/plugin-library@12.4.2-next.0) (2021-08-10)
|
|
234
166
|
|
|
235
|
-
|
|
236
167
|
### Bug Fixes
|
|
237
168
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
169
|
+
- add strict tsc compileroption ([a262758](https://gitlab.com/rxap/schematics/commit/a2627582222671e58f6feaed0309d33ab13e6984))
|
|
243
170
|
|
|
244
171
|
## [12.4.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.4.0...@rxap/plugin-library@12.4.1) (2021-07-27)
|
|
245
172
|
|
|
246
|
-
|
|
247
173
|
### Bug Fixes
|
|
248
174
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
175
|
+
- replace deprecated schema idproperty ([cb8dedb](https://gitlab.com/rxap/schematics/commit/cb8dedb0c15c774f6c101df150f0d98242bc511a))
|
|
254
176
|
|
|
255
177
|
# [12.4.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.4.0-next.1...@rxap/plugin-library@12.4.0) (2021-07-09)
|
|
256
178
|
|
|
257
179
|
**Note:** Version bump only for package @rxap/plugin-library
|
|
258
180
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
181
|
# [12.4.0-next.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.4.0-next.0...@rxap/plugin-library@12.4.0-next.1) (2021-07-08)
|
|
264
182
|
|
|
265
|
-
|
|
266
183
|
### Bug Fixes
|
|
267
184
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
185
|
+
- include hidden files in schematics filesfolder ([028450e](https://gitlab.com/rxap/schematics/commit/028450e11e0f0caeec7ace91e84d45a606ff2dad))
|
|
273
186
|
|
|
274
187
|
# [12.4.0-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.3.2...@rxap/plugin-library@12.4.0-next.0) (2021-06-28)
|
|
275
188
|
|
|
276
|
-
|
|
277
189
|
### Bug Fixes
|
|
278
190
|
|
|
279
|
-
|
|
280
|
-
|
|
191
|
+
- **update-package-dependencies:** only update ng-package ifexists ([0374698](https://gitlab.com/rxap/schematics/commit/0374698b552356409336b4389e09b16b44746f57))
|
|
281
192
|
|
|
282
193
|
### Features
|
|
283
194
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
195
|
+
- **update-package-dependencies:** add optiondependencies ([c7c7fd8](https://gitlab.com/rxap/schematics/commit/c7c7fd83d3f143508009d3af34ed1daac37d90a2))
|
|
289
196
|
|
|
290
197
|
## [12.3.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.3.1...@rxap/plugin-library@12.3.2) (2021-06-23)
|
|
291
198
|
|
|
292
199
|
**Note:** Version bump only for package @rxap/plugin-library
|
|
293
200
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
201
|
## [12.3.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.3.0...@rxap/plugin-library@12.3.1) (2021-06-23)
|
|
299
202
|
|
|
300
|
-
|
|
301
203
|
### Bug Fixes
|
|
302
204
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
205
|
+
- mv typescript package todependencies ([06a7d2b](https://gitlab.com/rxap/schematics/commit/06a7d2bbbf5b0018cacdeb2445942719682c6937))
|
|
308
206
|
|
|
309
207
|
# [12.3.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.2.0...@rxap/plugin-library@12.3.0) (2021-06-23)
|
|
310
208
|
|
|
311
|
-
|
|
312
209
|
### Features
|
|
313
210
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
211
|
+
- remove lernadependency ([652fed9](https://gitlab.com/rxap/schematics/commit/652fed9b577a2554e0212320ed78281ef204eb10))
|
|
319
212
|
|
|
320
213
|
# [12.2.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.1.2...@rxap/plugin-library@12.2.0) (2021-06-23)
|
|
321
214
|
|
|
322
|
-
|
|
323
215
|
### Bug Fixes
|
|
324
216
|
|
|
325
|
-
|
|
326
|
-
|
|
217
|
+
- mv peerDependencies todependencies ([97be8bf](https://gitlab.com/rxap/schematics/commit/97be8bf8395ede8e5a50804b9ad7f72fde12bc81))
|
|
327
218
|
|
|
328
219
|
### Features
|
|
329
220
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
221
|
+
- **update-package-dependencies:** update the package.jsondependencies ([6afdf0e](https://gitlab.com/rxap/schematics/commit/6afdf0ed0881b6ff85e720ff1ca0d6cd3f4dbfdd))
|
|
335
222
|
|
|
336
223
|
## [12.1.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.1.1...@rxap/plugin-library@12.1.2) (2021-06-23)
|
|
337
224
|
|
|
338
|
-
|
|
339
225
|
### Bug Fixes
|
|
340
226
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
227
|
+
- only write json file ifchanged ([b39207b](https://gitlab.com/rxap/schematics/commit/b39207b446fde7ea294a3eb1313ed714f6861ece))
|
|
346
228
|
|
|
347
229
|
## [12.1.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.1.0...@rxap/plugin-library@12.1.1) (2021-06-23)
|
|
348
230
|
|
|
349
|
-
|
|
350
231
|
### Bug Fixes
|
|
351
232
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
233
|
+
- set ng-add save target todevDependencies ([c213f21](https://gitlab.com/rxap/schematics/commit/c213f21067e8bb280a48ae726840bfe0f5c4ff11))
|
|
357
234
|
|
|
358
235
|
# [12.1.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@12.0.1...@rxap/plugin-library@12.1.0) (2021-06-23)
|
|
359
236
|
|
|
360
|
-
|
|
361
237
|
### Bug Fixes
|
|
362
238
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
239
|
+
- ensure the peerDependencies property isdefined ([90122eb](https://gitlab.com/rxap/schematics/commit/90122eb42382c2761f8124a88d79f3a16e8c5635))
|
|
240
|
+
- use correct optionsproperty ([2fea2f8](https://gitlab.com/rxap/schematics/commit/2fea2f801c9d3fe4ecceac0a568cfe93cfa42971))
|
|
366
241
|
|
|
367
242
|
### Features
|
|
368
243
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
244
|
+
- add update-package-groupbuilder ([e04006b](https://gitlab.com/rxap/schematics/commit/e04006bf53b3988fd110f8e61c899503e0e98c3d))
|
|
245
|
+
- add update-peer-dependencybuilder ([f473dbe](https://gitlab.com/rxap/schematics/commit/f473dbeef0b1fcd5d5bba52ebff8311a6578e7a7))
|
|
375
246
|
|
|
376
247
|
## 12.0.1 (2021-06-21)
|
|
377
248
|
|
package/README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
@rxap/plugin-library
|
|
2
|
-
======
|
|
1
|
+
# @rxap/plugin-library
|
|
3
2
|
|
|
4
3
|
[](https://www.npmjs.com/package/@rxap/plugin-library)
|
|
5
4
|
[](https://commitizen.github.io/cz-cli/)
|
|
@@ -8,154 +7,108 @@
|
|
|
8
7
|

|
|
9
8
|

|
|
10
9
|
|
|
11
|
-
> A Nx/Ng plugin for build many library types.
|
|
12
|
-
|
|
13
10
|
- [Installation](#installation)
|
|
14
|
-
- [
|
|
15
|
-
- [
|
|
11
|
+
- [Generators](#generators)
|
|
12
|
+
- [Executors](#executors)
|
|
16
13
|
|
|
17
14
|
# Installation
|
|
18
15
|
|
|
19
|
-
Add the
|
|
20
|
-
|
|
16
|
+
**Add the package to your workspace:**
|
|
17
|
+
```bash
|
|
18
|
+
yarn add @rxap/plugin-library
|
|
21
19
|
```
|
|
22
|
-
|
|
20
|
+
**Install peer dependencies:**
|
|
21
|
+
```bash
|
|
22
|
+
yarn add
|
|
23
23
|
```
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*Configure the builder @rxap/plugin-library for a project:*
|
|
29
|
-
|
|
30
|
-
```
|
|
31
|
-
ng g @rxap/plugin-library:config [project]
|
|
24
|
+
**Execute the init generator:**
|
|
25
|
+
```bash
|
|
26
|
+
yarn nx g @rxap/plugin-library:init
|
|
32
27
|
```
|
|
28
|
+
# Generators
|
|
33
29
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
# Schematics
|
|
37
|
-
|
|
38
|
-
## config-schematics
|
|
39
|
-
> Adds the builder @rxap/pack-library:build-schematics to the specified project
|
|
30
|
+
## init
|
|
31
|
+
> Create and update configurations to use rxap package publish concept
|
|
40
32
|
|
|
33
|
+
```bash
|
|
34
|
+
yarn nx g @rxap/plugin-library:init
|
|
41
35
|
```
|
|
42
|
-
ng g @rxap/plugin-library:config-schematics
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
Option | Type | Default | Description
|
|
46
|
-
--- | --- | --- | ---
|
|
47
|
-
project | string | | The name of the project.
|
|
48
|
-
type | string | |
|
|
49
|
-
|
|
50
|
-
| Required |
|
|
51
|
-
| --- |
|
|
52
|
-
| project |
|
|
53
|
-
| type |
|
|
54
|
-
|
|
55
|
-
## config
|
|
56
|
-
> Adds @rxap/plugin-library builder to the specified project
|
|
57
|
-
|
|
58
|
-
```
|
|
59
|
-
ng g @rxap/plugin-library:config
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
Option | Type | Default | Description
|
|
63
|
-
--- | --- | --- | ---
|
|
64
|
-
project | string | | The name of the project.
|
|
65
|
-
schematics | boolean | true | Whether to add the build-schematics for schematics
|
|
66
|
-
migrations | boolean | true | Whether to add the build-schematics for migrations
|
|
67
|
-
builders | boolean | false | Whether to add the build-schematics for builders
|
|
68
|
-
updatePackageGroup | boolean | true | Whether to add the update-package-group builder to the project
|
|
69
|
-
updatePeerDependencies | boolean | true | Whether to add the update-peer-dependencies for builder to the project
|
|
70
36
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
| project |
|
|
37
|
+
## fix-dependencies
|
|
38
|
+
> Adds missing dependencies and removes redudant dependencies of a project
|
|
74
39
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
```
|
|
79
|
-
ng g @rxap/plugin-library:config-update-package-group
|
|
40
|
+
```bash
|
|
41
|
+
yarn nx g @rxap/plugin-library:fix-dependencies
|
|
80
42
|
```
|
|
81
43
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
project | string | | The name of the project.
|
|
85
|
-
|
|
86
|
-
| Required |
|
|
87
|
-
| --- |
|
|
88
|
-
| project |
|
|
44
|
+
## index-export
|
|
45
|
+
> Generate index exports for each directory and in the src root
|
|
89
46
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
```
|
|
94
|
-
ng g @rxap/plugin-library:config-update-peer-dependencies
|
|
47
|
+
```bash
|
|
48
|
+
yarn nx g @rxap/plugin-library:index-export
|
|
95
49
|
```
|
|
96
50
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
project | string | | The name of the project.
|
|
100
|
-
ignore | array | | A list of package name regex that should not be included as peer dependencies
|
|
101
|
-
|
|
102
|
-
| Required |
|
|
103
|
-
| --- |
|
|
104
|
-
| project |
|
|
105
|
-
|
|
106
|
-
## ng-add
|
|
107
|
-
> Setup the package @rxap/plugin-library for the workspace.
|
|
51
|
+
## schematic
|
|
52
|
+
> Create a Schematic for a project.
|
|
108
53
|
|
|
54
|
+
```bash
|
|
55
|
+
yarn nx g @rxap/plugin-library:schematic
|
|
109
56
|
```
|
|
110
|
-
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
Option | Type | Default | Description
|
|
114
|
-
--- | --- | --- | ---
|
|
115
|
-
project | string | | Name of the project
|
|
57
|
+
# Executors
|
|
116
58
|
|
|
117
|
-
|
|
59
|
+
## update-dependencies
|
|
60
|
+
> Update the local dependencies in the dist package.json. Replaces the atarix with the current package version of local dependency
|
|
118
61
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
@rxap/plugin-library:
|
|
62
|
+
**project.json**
|
|
63
|
+
```json
|
|
64
|
+
{
|
|
65
|
+
"targets": {
|
|
66
|
+
"update-dependencies": {
|
|
67
|
+
"executor": "@rxap/plugin-library:update-dependencies"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
125
71
|
```
|
|
126
72
|
|
|
127
|
-
Option | Type | Default | Description
|
|
128
|
-
--- | --- | --- | ---
|
|
129
|
-
tsConfig | string | | The name of the Typescript configuration file.
|
|
130
|
-
outputPath | string | | The output path of the generated files.
|
|
131
|
-
assets | array | | List of static library assets.
|
|
132
|
-
type | string | |
|
|
133
|
-
|
|
134
|
-
| Required |
|
|
135
|
-
| --- |
|
|
136
|
-
| tsConfig |
|
|
137
|
-
| outputPath |
|
|
138
|
-
| type |
|
|
139
73
|
## update-package-group
|
|
140
|
-
>
|
|
141
|
-
|
|
142
|
-
**
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
74
|
+
> Update the packageGroup array with all direct depedent projects
|
|
75
|
+
|
|
76
|
+
**project.json**
|
|
77
|
+
```json
|
|
78
|
+
{
|
|
79
|
+
"targets": {
|
|
80
|
+
"update-package-group": {
|
|
81
|
+
"executor": "@rxap/plugin-library:update-package-group"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## readme
|
|
88
|
+
> Readme generator for libraries.
|
|
89
|
+
|
|
90
|
+
**project.json**
|
|
91
|
+
```json
|
|
92
|
+
{
|
|
93
|
+
"targets": {
|
|
94
|
+
"readme": {
|
|
95
|
+
"executor": "@rxap/plugin-library:readme"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
## run-generator
|
|
102
|
+
> Executes a generator for the project
|
|
103
|
+
|
|
104
|
+
**project.json**
|
|
105
|
+
```json
|
|
106
|
+
{
|
|
107
|
+
"targets": {
|
|
108
|
+
"run-generator": {
|
|
109
|
+
"executor": "@rxap/plugin-library:run-generator"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
155
113
|
```
|
|
156
114
|
|
|
157
|
-
Option | Type | Default | Description
|
|
158
|
-
--- | --- | --- | ---
|
|
159
|
-
ignore | array | | A list of package name regex that should not be included as peer dependencies
|
|
160
|
-
dependencies | array | | A list of package name should be included as dependencies
|
|
161
|
-
includeIndirectDependencies | boolean | false | Whether the dependencies of the direct dependencies are include in the peer dependencies list
|