@axinom/mosaic-cli 0.14.1-rc.1 → 0.14.1-rc.15

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 (2) hide show
  1. package/package.json +4 -4
  2. package/CHANGELOG.md +0 -321
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-cli",
3
- "version": "0.14.1-rc.1",
3
+ "version": "0.14.1-rc.15",
4
4
  "description": "The Axinom Mosaic CLI",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -32,8 +32,8 @@
32
32
  "@asyncapi/diff": "^0.4.0",
33
33
  "@asyncapi/modelina": "^0.43.0",
34
34
  "@asyncapi/parser": "^1.15.0",
35
- "@axinom/mosaic-id-link-be": "^0.9.2-rc.1",
36
- "@axinom/mosaic-service-common": "^0.25.1-rc.1",
35
+ "@axinom/mosaic-id-link-be": "^0.9.2-rc.15",
36
+ "@axinom/mosaic-service-common": "^0.26.0-rc.6",
37
37
  "@graphql-inspector/core": "^3.1.2",
38
38
  "@stoplight/spectral": "^5.9.1",
39
39
  "chalk": "^4.1.0",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "985c1a05a948de40d4b14496297d964ce7bfb253"
69
+ "gitHead": "f5a2b3ed350e027eb4e3daa956fb8b7f54c5bbfe"
70
70
  }
package/CHANGELOG.md DELETED
@@ -1,321 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.14.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.13.3&targetVersion=GT@axinom/mosaic-cli@0.14.0) (2022-11-10)
7
-
8
-
9
- ### Features
10
-
11
- * apply-templates template pinning ([e1f5885](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e1f588581b36242540e245995a258652185a3d98))
12
- * better support added for explicit types defined for additionalProperties in msg-codegen ([9cc0812](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9cc081235ec34bbc4a7315dbe0b95eb0e67f6aba)), closes [#36620](https://dev.azure.com/axinom/CMS/_workitems/edit/36620)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * apply template-pinning to existing .env files ([bc16a5c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/bc16a5c1b30f718e4594ad5ea17f71b850757bb0)), closes [#36303](https://dev.azure.com/axinom/CMS/_workitems/edit/36303)
18
- * pr fixes ([5bc2538](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5bc25382b9b76ef4048517649310d82a5b3dc8c1))
19
-
20
-
21
-
22
- ### [0.13.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.13.2&targetVersion=GT@axinom/mosaic-cli@0.13.3) (2022-10-17)
23
-
24
- **Note:** Version bump only for package @axinom/mosaic-cli
25
-
26
-
27
-
28
-
29
-
30
- ### [0.13.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.13.1&targetVersion=GT@axinom/mosaic-cli@0.13.2) (2022-09-30)
31
-
32
- **Note:** Version bump only for package @axinom/mosaic-cli
33
-
34
-
35
-
36
-
37
-
38
- ### [0.13.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.13.0&targetVersion=GT@axinom/mosaic-cli@0.13.1) (2022-09-13)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * removing ts-node from dependencies of mosaic-cli ([9189f63](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9189f63152650bb5c46c6290bb6c8cea5b5f2e6a))
44
-
45
-
46
-
47
- ## [0.13.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.12.0&targetVersion=GT@axinom/mosaic-cli@0.13.0) (2022-08-29)
48
-
49
- **Note:** Version bump only for package @axinom/mosaic-cli
50
-
51
-
52
-
53
-
54
-
55
- ## [0.12.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.11.1&targetVersion=GT@axinom/mosaic-cli@0.12.0) (2022-08-16)
56
-
57
-
58
- ### Features
59
-
60
- * apply-templates bitwarden integration ([1755eea](https://dev.azure.com/axinom/CMS/_git/Navy/commit/1755eea42298c8b2122765862b208f79d291cdae)), closes [#36227](https://dev.azure.com/axinom/CMS/_workitems/edit/36227)
61
- * update templates ([e174a60](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e174a6085533c7b7976d4850e671a3586dd0124c))
62
- * use bitwarden integration by default ([7e10c2b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7e10c2b480c69b57a0ded586008e4443262fdfc9))
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * apply-templates fix whitespace changes ([da0be33](https://dev.azure.com/axinom/CMS/_git/Navy/commit/da0be339393d99fda984de73d0f27da441ea5227))
68
- * bitwarden integration sync first ([d5d24f4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/d5d24f45a45e7535952977149be823cd6c4e4f09))
69
- * bitwarden non interactive ([a87a76e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a87a76eea307931f4e160cd4b65a52d642e8aafd))
70
- * placeholder ([ac32a3e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ac32a3eb073c6fc1cb1847c5614e47d27f94acd9))
71
-
72
-
73
-
74
- ### [0.11.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.11.0&targetVersion=GT@axinom/mosaic-cli@0.11.1) (2022-08-03)
75
-
76
- **Note:** Version bump only for package @axinom/mosaic-cli
77
-
78
-
79
-
80
-
81
-
82
- ## [0.11.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.10.2&targetVersion=GT@axinom/mosaic-cli@0.11.0) (2022-07-21)
83
-
84
-
85
- ### Features
86
-
87
- * improve apply-templates ([71a20c2](https://dev.azure.com/axinom/CMS/_git/Navy/commit/71a20c2862913c6274275c4c46c0f75c5f0b48f4)), closes [#35797](https://dev.azure.com/axinom/CMS/_workitems/edit/35797)
88
-
89
-
90
-
91
- ### [0.10.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.10.1&targetVersion=GT@axinom/mosaic-cli@0.10.2) (2022-06-21)
92
-
93
-
94
- ### Bug Fixes
95
-
96
- * PR comments adjustments ([bf82506](https://dev.azure.com/axinom/CMS/_git/Navy/commit/bf82506d683c4fa060d14944f16a6bf092e80620))
97
-
98
-
99
-
100
- ### [0.10.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.10.0&targetVersion=GT@axinom/mosaic-cli@0.10.1) (2022-06-07)
101
-
102
-
103
- ### Bug Fixes
104
-
105
- * check prefix BREAKING CHANGE ([234e916](https://dev.azure.com/axinom/CMS/_git/Navy/commit/234e916c8028e2ac59defc0fc83dac9320ca2bf8)), closes [#35460](https://dev.azure.com/axinom/CMS/_workitems/edit/35460)
106
-
107
-
108
-
109
- ## [0.10.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.9.4&targetVersion=GT@axinom/mosaic-cli@0.10.0) (2022-05-26)
110
-
111
-
112
- ### Features
113
-
114
- * asyncapi diff ([b690564](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b690564a09ef1532ccc1785e4554443490ccd938))
115
- * check graphql schemas for breaking changes ([e7edcea](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e7edcea708c13fdef7b9fb8156a25b8e9aac876d)), closes [#35460](https://dev.azure.com/axinom/CMS/_workitems/edit/35460)
116
- * graphql diff for additional services ([0b2933f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/0b2933f3c38b25d541dc24495499ddeb382e00b6))
117
- * json-schema diff for message payloads ([89c7881](https://dev.azure.com/axinom/CMS/_git/Navy/commit/89c78811b024296f2270a572e362b419f62fa1b2)), closes [#35460](https://dev.azure.com/axinom/CMS/_workitems/edit/35460)
118
- * msg-diff check in pullrequest-breakingchanges ([294769f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/294769f2684d3f8b2258d6da263943b95f6fa953))
119
-
120
-
121
- ### Bug Fixes
122
-
123
- * graphql-diff windows support ([818f4c2](https://dev.azure.com/axinom/CMS/_git/Navy/commit/818f4c21e56a7c18571cfbbbbe44663f880bebf5))
124
-
125
-
126
-
127
- ### [0.9.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.9.1&targetVersion=GT@axinom/mosaic-cli@0.9.4) (2022-05-10)
128
-
129
- **Note:** Version bump only for package @axinom/mosaic-cli
130
-
131
-
132
-
133
-
134
-
135
- ### [0.9.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.9.1&targetVersion=GT@axinom/mosaic-cli@0.9.3) (2022-04-28)
136
-
137
- **Note:** Version bump only for package @axinom/mosaic-cli
138
-
139
-
140
-
141
-
142
-
143
- ### [0.9.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.9.1&targetVersion=GT@axinom/mosaic-cli@0.9.2) (2022-04-14)
144
-
145
- **Note:** Version bump only for package @axinom/mosaic-cli
146
-
147
-
148
-
149
-
150
-
151
- ### [0.9.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.9.0&targetVersion=GT@axinom/mosaic-cli@0.9.1) (2022-04-01)
152
-
153
- **Note:** Version bump only for package @axinom/mosaic-cli
154
-
155
-
156
-
157
-
158
-
159
- ## [0.9.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.8.0&targetVersion=GT@axinom/mosaic-cli@0.9.0) (2022-03-16)
160
-
161
-
162
- ### Features
163
-
164
- * modular @axinom/mosaic-cli ([3cefbdb](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3cefbdb5ff38fa99ee5e1f89b8ee44ac35ad92f9)), closes [#34705](https://dev.azure.com/axinom/CMS/_workitems/edit/34705) [#34288](https://dev.azure.com/axinom/CMS/_workitems/edit/34288)
165
-
166
-
167
-
168
- ## [0.8.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.7.1&targetVersion=GT@axinom/mosaic-cli@0.8.0) (2022-03-01)
169
-
170
-
171
- ### Features
172
-
173
- * encrypt-encoding-secret command deprecated in favor of portal credentials protection tool ([3b115f7](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3b115f7c8b1021cc5c98a64ca1c30586f6ad3025)), closes [#33067](https://dev.azure.com/axinom/CMS/_workitems/edit/33067)
174
-
175
-
176
-
177
- ### [0.7.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.7.0&targetVersion=GT@axinom/mosaic-cli@0.7.1) (2022-02-21)
178
-
179
-
180
- ### Bug Fixes
181
-
182
- * PR comments ([001447b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/001447babc9f0a9f147e9d077624d40a448247f4))
183
-
184
-
185
-
186
- ## [0.7.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.6.1&targetVersion=GT@axinom/mosaic-cli@0.7.0) (2022-02-02)
187
-
188
-
189
- ### Features
190
-
191
- * rebase with master branch ([fe969fa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fe969fac8a5e64c98174faefd61288907e10eefd))
192
- * set default ts version ([16ce926](https://dev.azure.com/axinom/CMS/_git/Navy/commit/16ce92627bec279b93f5b21fe6ae830361f201a8))
193
-
194
-
195
-
196
- ### [0.6.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.6.0&targetVersion=GT@axinom/mosaic-cli@0.6.1) (2022-01-19)
197
-
198
- **Note:** Version bump only for package @axinom/mosaic-cli
199
-
200
-
201
-
202
-
203
-
204
- ## [0.6.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.5.0&targetVersion=GT@axinom/mosaic-cli@0.6.0) (2021-12-09)
205
-
206
-
207
- ### Features
208
-
209
- * get-access-token underlying function now exported ([aee0073](https://dev.azure.com/axinom/CMS/_git/Navy/commit/aee007339e9ccc17aa80c4b0acde94e89631bd55)), closes [#33160](https://dev.azure.com/axinom/CMS/_workitems/edit/33160)
210
-
211
-
212
-
213
- ## [0.5.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.4.0&targetVersion=GT@axinom/mosaic-cli@0.5.0) (2021-11-24)
214
-
215
-
216
- ### Features
217
-
218
- * messaging settings are generated from asyncapi documents ([bbdca5d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/bbdca5d421ad2a3e006fac4429c870cfdedfe7b4)), closes [#33347](https://dev.azure.com/axinom/CMS/_workitems/edit/33347)
219
-
220
-
221
-
222
- ## [0.4.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.3.10&targetVersion=GT@axinom/mosaic-cli@0.4.0) (2021-11-11)
223
-
224
-
225
- ### Features
226
-
227
- * typescript models for messaging are generated from asyncapi specification ([51daae4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/51daae409688319d5bac1568fb66beac79a85913))
228
-
229
-
230
-
231
- ### [0.3.10](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.3.8&targetVersion=GT@axinom/mosaic-cli@0.3.10) (2021-10-25)
232
-
233
- **Note:** Version bump only for package @axinom/mosaic-cli
234
-
235
-
236
-
237
-
238
-
239
- ### [0.3.9](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.3.8&targetVersion=GT@axinom/mosaic-cli@0.3.9) (2021-10-13)
240
-
241
- **Note:** Version bump only for package @axinom/mosaic-cli
242
-
243
-
244
-
245
-
246
-
247
- ### [0.3.8](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.3.7&targetVersion=GT@axinom/mosaic-cli@0.3.8) (2021-09-30)
248
-
249
- **Note:** Version bump only for package @axinom/mosaic-cli
250
-
251
-
252
-
253
-
254
-
255
- ### [0.3.7](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.3.6&targetVersion=GT@axinom/mosaic-cli@0.3.7) (2021-09-28)
256
-
257
- **Note:** Version bump only for package @axinom/mosaic-cli
258
-
259
-
260
-
261
-
262
-
263
- ### 0.3.6 (2021-09-15)
264
-
265
-
266
- ### Bug Fixes
267
-
268
- * fixed animation issues with async data ([e2d77d7](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e2d77d7d7d4a0681db0abb6d3a1bb264733796d4))
269
-
270
-
271
-
272
- ### 0.3.5 (2021-09-01)
273
-
274
- **Note:** Version bump only for package @axinom/mosaic-cli
275
-
276
- ### [0.3.3] - 2021-08-31
277
-
278
- #### Changed
279
-
280
- - mosaic-service-common library version updated.
281
-
282
- ### [0.3.1] - 2021-07-21
283
-
284
- #### Added
285
-
286
- - Added missing peer dependencies for graphile-utils.
287
-
288
- ### [0.3.0] - 2021-06-21
289
-
290
- #### Added
291
-
292
- - `encrypt-encoding-secret` command added to encrypt secret values to be used in
293
- the Axinom Encoding Service by its public certificate.
294
-
295
- ### [0.2.0] - 2021-05-31
296
-
297
- #### Added
298
-
299
- - `pg-dump` development command added to simplify the creation of the database
300
- dump file and allow running it explicitly and not only when the shadow
301
- database is re-generated.
302
- - `msg-codegen` command that will lint and generate code from message JSON
303
- schemas.
304
-
305
- ### [0.1.0] - 2021-03-31
306
-
307
- #### Added
308
-
309
- - Adding `publish-schema-to-db` command
310
-
311
- ### [0.0.2] - 2021-02-26
312
-
313
- #### Added
314
-
315
- - Adding `get-access-token` command
316
-
317
- ### [0.0.1] - 2021-02-19
318
-
319
- #### Added
320
-
321
- - Adding `apply-templates` command