@verdaccio/middleware 8.0.0-next-8.11 → 8.0.0-next-8.13

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 (66) hide show
  1. package/README.md +30 -24
  2. package/package.json +12 -8
  3. package/.babelrc +0 -14
  4. package/CHANGELOG.md +0 -1314
  5. package/src/index.ts +0 -23
  6. package/src/middlewares/allow.ts +0 -66
  7. package/src/middlewares/antiLoop.ts +0 -41
  8. package/src/middlewares/api_urls.ts +0 -45
  9. package/src/middlewares/encode-pkg.ts +0 -39
  10. package/src/middlewares/error.ts +0 -79
  11. package/src/middlewares/final.ts +0 -71
  12. package/src/middlewares/json.ts +0 -15
  13. package/src/middlewares/log.ts +0 -105
  14. package/src/middlewares/make-url-relative.ts +0 -46
  15. package/src/middlewares/match.ts +0 -16
  16. package/src/middlewares/media.ts +0 -29
  17. package/src/middlewares/rate-limit.ts +0 -8
  18. package/src/middlewares/security-headers.ts +0 -21
  19. package/src/middlewares/user-agent.ts +0 -11
  20. package/src/middlewares/validation.ts +0 -31
  21. package/src/middlewares/web/index.ts +0 -4
  22. package/src/middlewares/web/render-web.ts +0 -107
  23. package/src/middlewares/web/security.ts +0 -13
  24. package/src/middlewares/web/utils/manifest.ts +0 -31
  25. package/src/middlewares/web/utils/renderHTML.ts +0 -157
  26. package/src/middlewares/web/utils/template.ts +0 -50
  27. package/src/middlewares/web/utils/web-utils.ts +0 -18
  28. package/src/middlewares/web/web-api.ts +0 -30
  29. package/src/middlewares/web/web-middleware.ts +0 -16
  30. package/src/middlewares/web/web-urls.ts +0 -25
  31. package/src/types.ts +0 -11
  32. package/test/__snapshots__/template.test.ts.snap +0 -131
  33. package/test/_helper.ts +0 -8
  34. package/test/allow.spec.ts +0 -110
  35. package/test/antiLoop.spec.ts +0 -90
  36. package/test/config/dark-logo.png +0 -0
  37. package/test/config/default-test.yaml +0 -28
  38. package/test/config/favicon.ico +0 -0
  39. package/test/config/file-logo.yaml +0 -26
  40. package/test/config/http-logo.yaml +0 -26
  41. package/test/config/login-disabled.yaml +0 -30
  42. package/test/config/no-logo.yaml +0 -25
  43. package/test/config/web.yaml +0 -24
  44. package/test/config/wrong-logo.yaml +0 -24
  45. package/test/encode.spec.ts +0 -131
  46. package/test/final.spec.ts +0 -62
  47. package/test/helper.ts +0 -14
  48. package/test/json.spec.ts +0 -33
  49. package/test/log.spec.ts +0 -29
  50. package/test/make-url-relative.spec.ts +0 -42
  51. package/test/manifest.test.ts +0 -25
  52. package/test/media.spec.ts +0 -56
  53. package/test/params.spec.ts +0 -38
  54. package/test/partials/htmlParser.ts +0 -1
  55. package/test/partials/manifest/manifest.json +0 -64
  56. package/test/render.spec.ts +0 -156
  57. package/test/security.spec.ts +0 -55
  58. package/test/static/main.js +0 -3
  59. package/test/static/runtime.js +0 -3
  60. package/test/static/vendors.js +0 -3
  61. package/test/template.test.ts +0 -71
  62. package/test/utils.spec.ts +0 -15
  63. package/test/validation.spec.ts +0 -93
  64. package/tsconfig.build.json +0 -9
  65. package/tsconfig.json +0 -26
  66. package/types/custom.d.ts +0 -20
package/CHANGELOG.md DELETED
@@ -1,1314 +0,0 @@
1
- # @verdaccio/middleware
2
-
3
- ## 8.0.0-next-8.11
4
-
5
- ### Patch Changes
6
-
7
- - 4110873: chore(middleware): improve loop detection
8
- - 66bc284: chore: middleware package update
9
- - Updated dependencies [85e0e13]
10
- - @verdaccio/utils@8.1.0-next-8.11
11
- - @verdaccio/config@8.0.0-next-8.11
12
- - @verdaccio/core@8.0.0-next-8.11
13
- - @verdaccio/url@13.0.0-next-8.11
14
-
15
- ## 8.0.0-next-8.10
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies [bf0e09a]
20
- - @verdaccio/config@8.0.0-next-8.10
21
- - @verdaccio/core@8.0.0-next-8.10
22
- - @verdaccio/url@13.0.0-next-8.10
23
- - @verdaccio/utils@8.1.0-next-8.10
24
-
25
- ## 8.0.0-next-8.9
26
-
27
- ### Patch Changes
28
-
29
- - 96e0011: chore: export and constant on middleware
30
- - @verdaccio/core@8.0.0-next-8.9
31
- - @verdaccio/config@8.0.0-next-8.9
32
- - @verdaccio/url@13.0.0-next-8.9
33
- - @verdaccio/utils@8.1.0-next-8.9
34
-
35
- ## 8.0.0-next-8.8
36
-
37
- ### Patch Changes
38
-
39
- - Updated dependencies [0588605]
40
- - Updated dependencies [ca91b9a]
41
- - @verdaccio/config@8.0.0-next-8.8
42
- - @verdaccio/core@8.0.0-next-8.8
43
- - @verdaccio/url@13.0.0-next-8.8
44
- - @verdaccio/utils@8.1.0-next-8.8
45
-
46
- ## 8.0.0-next-8.7
47
-
48
- ### Patch Changes
49
-
50
- - 589ea7f: chore: move tarball utils to core
51
- - 139861e: fix: crashes with path-to-regexp v0.1.12 express
52
- - Updated dependencies [589ea7f]
53
- - @verdaccio/core@8.0.0-next-8.7
54
- - @verdaccio/utils@8.1.0-next-8.7
55
- - @verdaccio/config@8.0.0-next-8.7
56
- - @verdaccio/url@13.0.0-next-8.7
57
-
58
- ## 8.0.0-next-8.6
59
-
60
- ### Patch Changes
61
-
62
- - 8995041: fix(middleware): allow content-type with charset
63
- - @verdaccio/core@8.0.0-next-8.6
64
- - @verdaccio/config@8.0.0-next-8.6
65
- - @verdaccio/url@13.0.0-next-8.6
66
- - @verdaccio/utils@8.1.0-next-8.6
67
-
68
- ## 8.0.0-next-8.5
69
-
70
- ### Patch Changes
71
-
72
- - Updated dependencies [ba71932]
73
- - Updated dependencies [64a7fc0]
74
- - Updated dependencies [4adaa83]
75
- - Updated dependencies [5cbee6f]
76
- - Updated dependencies [a049bba]
77
- - @verdaccio/config@8.0.0-next-8.5
78
- - @verdaccio/core@8.0.0-next-8.5
79
- - @verdaccio/url@13.0.0-next-8.5
80
- - @verdaccio/utils@8.1.0-next-8.5
81
-
82
- ## 8.0.0-next-8.4
83
-
84
- ### Patch Changes
85
-
86
- - 48aa89f: chore: request header constants
87
- - 58e0d95: fix(middleware): error 404 when getting scoped tarballs
88
- - 1076a89: chore(middleware): fix syntax of test files
89
- - e93d6a3: chore: auth package requires logger as parameter
90
- - Updated dependencies [48aa89f]
91
- - Updated dependencies [58e0d95]
92
- - @verdaccio/core@8.0.0-next-8.4
93
- - @verdaccio/config@8.0.0-next-8.4
94
- - @verdaccio/url@13.0.0-next-8.4
95
- - @verdaccio/utils@8.1.0-next-8.4
96
-
97
- ## 8.0.0-next-8.3
98
-
99
- ### Patch Changes
100
-
101
- - 5bb81eb: fix(middleware): encoding of scope package name
102
- - @verdaccio/core@8.0.0-next-8.3
103
- - @verdaccio/config@8.0.0-next-8.3
104
- - @verdaccio/url@13.0.0-next-8.3
105
- - @verdaccio/utils@8.1.0-next-8.3
106
-
107
- ## 8.0.0-next-8.2
108
-
109
- ### Minor Changes
110
-
111
- - 6a8154c: feat: update logger pino to latest
112
-
113
- ### Patch Changes
114
-
115
- - e850690: fix(middleware): pass version to allow check
116
- - Updated dependencies [6a8154c]
117
- - @verdaccio/config@8.0.0-next-8.2
118
- - @verdaccio/core@8.0.0-next-8.2
119
- - @verdaccio/url@13.0.0-next-8.2
120
- - @verdaccio/utils@7.1.0-next-8.2
121
-
122
- ## 8.0.0-next-8.1
123
-
124
- ### Patch Changes
125
-
126
- - @verdaccio/core@8.0.0-next-8.1
127
- - @verdaccio/config@8.0.0-next-8.1
128
- - @verdaccio/url@13.0.0-next-8.1
129
- - @verdaccio/utils@7.0.1-next-8.1
130
-
131
- ## 8.0.0-next-8.0
132
-
133
- ### Major Changes
134
-
135
- - chore: move v7 next to v8 next
136
-
137
- ### Patch Changes
138
-
139
- - Updated dependencies
140
- - @verdaccio/core@8.0.0-next-8.0
141
- - @verdaccio/url@13.0.0-next-8.0
142
- - @verdaccio/config@8.0.0-next-8.0
143
- - @verdaccio/utils@7.0.1-next-8.0
144
-
145
- ## 7.0.0
146
-
147
- ### Major Changes
148
-
149
- - 47f61c6: feat!: bump to v7
150
- - e7ebccb: update major dependencies, remove old nodejs support
151
-
152
- ### Minor Changes
153
-
154
- - daceb6d: restore legacy support
155
- - f047cc8: refactor: auth with legacy sign support
156
-
157
- ### Patch Changes
158
-
159
- - 2a6ee33: fix(middleware): custom favicon
160
- - 10dd81f: feat: complete overhaul of web user interface
161
- - 6c5f7a4: fix(middleware): link to favicon in template
162
- - b0946b2: Improved TS types for renderHTML() and related functions (by @tobbe in #4605)
163
- - ccc7bd1: fix(middleware): link to favicon in template
164
- - Updated dependencies [47f61c6]
165
- - Updated dependencies [10dd81f]
166
- - Updated dependencies [6e764e3]
167
- - Updated dependencies [b0946b2]
168
- - Updated dependencies [ccc7bd1]
169
- - Updated dependencies [8c10a3e]
170
- - Updated dependencies [daceb6d]
171
- - Updated dependencies [e7ebccb]
172
- - Updated dependencies [c9962fe]
173
- - Updated dependencies [f047cc8]
174
- - Updated dependencies [a99a4bb]
175
- - Updated dependencies [38b1e82]
176
- - Updated dependencies [a05a7d8]
177
- - Updated dependencies [7c9f3cf]
178
- - Updated dependencies [c31aec8]
179
- - Updated dependencies [bd8703e]
180
- - Updated dependencies [4d96324]
181
- - @verdaccio/config@7.0.0
182
- - @verdaccio/core@7.0.0
183
- - @verdaccio/url@12.0.0
184
- - @verdaccio/utils@7.0.0
185
-
186
- ## 7.0.0-next-8.21
187
-
188
- ### Patch Changes
189
-
190
- - Updated dependencies [8c10a3e]
191
- - Updated dependencies [a05a7d8]
192
- - Updated dependencies [7c9f3cf]
193
- - @verdaccio/config@7.0.0-next-8.21
194
- - @verdaccio/core@7.0.0-next-8.21
195
- - @verdaccio/url@12.0.0-next-8.21
196
- - @verdaccio/utils@7.0.0-next-8.21
197
-
198
- ## 7.0.0-next-7.20
199
-
200
- ### Patch Changes
201
-
202
- - ccc7bd1: fix(middleware): link to favicon in template
203
- - Updated dependencies [ccc7bd1]
204
- - @verdaccio/url@12.0.0-next-7.20
205
- - @verdaccio/core@7.0.0-next-7.20
206
- - @verdaccio/config@7.0.0-next-7.20
207
- - @verdaccio/utils@7.0.0-next-7.20
208
-
209
- ## 7.0.0-next-7.19
210
-
211
- ### Patch Changes
212
-
213
- - 2a6ee33: fix(middleware): custom favicon
214
- - 6c5f7a4: fix(middleware): link to favicon in template
215
- - Updated dependencies [c31aec8]
216
- - @verdaccio/config@7.0.0-next-7.19
217
- - @verdaccio/core@7.0.0-next-7.19
218
- - @verdaccio/url@12.0.0-next-7.19
219
- - @verdaccio/utils@7.0.0-next-7.19
220
-
221
- ## 7.0.0-next-7.18
222
-
223
- ### Patch Changes
224
-
225
- - 10dd81f: feat: complete overhaul of web user interface
226
- - Updated dependencies [10dd81f]
227
- - @verdaccio/config@7.0.0-next-7.18
228
- - @verdaccio/core@7.0.0-next-7.18
229
- - @verdaccio/url@12.0.0-next-7.18
230
- - @verdaccio/utils@7.0.0-next-7.18
231
-
232
- ## 7.0.0-next-7.17
233
-
234
- ### Patch Changes
235
-
236
- - Updated dependencies [6e764e3]
237
- - @verdaccio/config@7.0.0-next-7.17
238
- - @verdaccio/core@7.0.0-next-7.17
239
- - @verdaccio/url@12.0.0-next-7.17
240
- - @verdaccio/utils@7.0.0-next-7.17
241
-
242
- ## 7.0.0-next-7.16
243
-
244
- ### Patch Changes
245
-
246
- - Updated dependencies [38b1e82]
247
- - @verdaccio/url@12.0.0-next-7.16
248
- - @verdaccio/core@7.0.0-next-7.16
249
- - @verdaccio/config@7.0.0-next-7.16
250
- - @verdaccio/utils@7.0.0-next-7.16
251
-
252
- ## 7.0.0-next-7.15
253
-
254
- ### Patch Changes
255
-
256
- - Updated dependencies [bd8703e]
257
- - @verdaccio/core@7.0.0-next-7.15
258
- - @verdaccio/config@7.0.0-next-7.15
259
- - @verdaccio/url@12.0.0-next-7.15
260
- - @verdaccio/utils@7.0.0-next-7.15
261
-
262
- ## 7.0.0-next-7.14
263
-
264
- ### Patch Changes
265
-
266
- - b0946b2: Improved TS types for renderHTML() and related functions (by @tobbe in #4605)
267
- - Updated dependencies [b0946b2]
268
- - @verdaccio/url@12.0.0-next-7.14
269
- - @verdaccio/core@7.0.0-next-7.14
270
- - @verdaccio/config@7.0.0-next-7.14
271
- - @verdaccio/utils@7.0.0-next-7.14
272
-
273
- ## 7.0.0-next-7.13
274
-
275
- ### Patch Changes
276
-
277
- - Updated dependencies [a99a4bb]
278
- - @verdaccio/config@7.0.0-next-7.13
279
- - @verdaccio/core@7.0.0-next-7.13
280
- - @verdaccio/url@12.0.0-next-7.13
281
- - @verdaccio/utils@7.0.0-next-7.13
282
-
283
- ## 7.0.0-next-7.12
284
-
285
- ### Patch Changes
286
-
287
- - @verdaccio/core@7.0.0-next-7.12
288
- - @verdaccio/config@7.0.0-next-7.12
289
- - @verdaccio/url@12.0.0-next-7.12
290
- - @verdaccio/utils@7.0.0-next-7.12
291
-
292
- ## 7.0.0-next-7.11
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [c9962fe]
297
- - @verdaccio/config@7.0.0-next-7.11
298
- - @verdaccio/core@7.0.0-next-7.11
299
- - @verdaccio/url@12.0.0-next-7.11
300
- - @verdaccio/utils@7.0.0-next-7.11
301
-
302
- ## 7.0.0-next-7.10
303
-
304
- ### Patch Changes
305
-
306
- - @verdaccio/core@7.0.0-next-7.10
307
- - @verdaccio/config@7.0.0-next-7.10
308
- - @verdaccio/url@12.0.0-next-7.10
309
- - @verdaccio/utils@7.0.0-next-7.10
310
-
311
- ## 7.0.0-next-7.9
312
-
313
- ### Patch Changes
314
-
315
- - @verdaccio/core@7.0.0-next-7.9
316
- - @verdaccio/config@7.0.0-next-7.9
317
- - @verdaccio/url@12.0.0-next-7.9
318
- - @verdaccio/utils@7.0.0-next-7.9
319
-
320
- ## 7.0.0-next-7.8
321
-
322
- ### Patch Changes
323
-
324
- - @verdaccio/core@7.0.0-next-7.8
325
- - @verdaccio/config@7.0.0-next-7.8
326
- - @verdaccio/url@12.0.0-next-7.8
327
- - @verdaccio/utils@7.0.0-next-7.8
328
-
329
- ## 7.0.0-next-7.7
330
-
331
- ### Patch Changes
332
-
333
- - @verdaccio/core@7.0.0-next-7.7
334
- - @verdaccio/config@7.0.0-next-7.7
335
- - @verdaccio/url@12.0.0-next-7.7
336
- - @verdaccio/utils@7.0.0-next-7.7
337
-
338
- ## 7.0.0-next.6
339
-
340
- ### Patch Changes
341
-
342
- - Updated dependencies [4d96324]
343
- - @verdaccio/config@7.0.0-next.6
344
- - @verdaccio/core@7.0.0-next.6
345
- - @verdaccio/url@12.0.0-next.6
346
- - @verdaccio/utils@7.0.0-next.6
347
-
348
- ## 7.0.0-next.5
349
-
350
- ### Minor Changes
351
-
352
- - f047cc8: refactor: auth with legacy sign support
353
-
354
- ### Patch Changes
355
-
356
- - Updated dependencies [f047cc8]
357
- - @verdaccio/core@7.0.0-next.5
358
- - @verdaccio/url@12.0.0-next.5
359
- - @verdaccio/config@7.0.0-next.5
360
- - @verdaccio/utils@7.0.0-next.5
361
-
362
- ## 7.0.0-next.4
363
-
364
- ### Patch Changes
365
-
366
- - @verdaccio/core@7.0.0-next.4
367
- - @verdaccio/config@7.0.0-next.4
368
- - @verdaccio/url@12.0.0-next.4
369
- - @verdaccio/utils@7.0.0-next.4
370
-
371
- ## 7.0.0-next.3
372
-
373
- ### Major Changes
374
-
375
- - e7ebccb61: update major dependencies, remove old nodejs support
376
-
377
- ### Minor Changes
378
-
379
- - daceb6d87: restore legacy support
380
-
381
- ### Patch Changes
382
-
383
- - Updated dependencies [daceb6d87]
384
- - Updated dependencies [e7ebccb61]
385
- - @verdaccio/config@7.0.0-next.3
386
- - @verdaccio/core@7.0.0-next.3
387
- - @verdaccio/url@12.0.0-next.3
388
- - @verdaccio/utils@7.0.0-next.3
389
-
390
- ## 7.0.0-next.2
391
-
392
- ### Patch Changes
393
-
394
- - @verdaccio/core@7.0.0-next.2
395
- - @verdaccio/config@7.0.0-next.2
396
- - @verdaccio/url@12.0.0-next.2
397
- - @verdaccio/utils@7.0.0-next.2
398
-
399
- ## 7.0.0-next.1
400
-
401
- ### Patch Changes
402
-
403
- - @verdaccio/core@7.0.0-next.1
404
- - @verdaccio/config@7.0.0-next.1
405
- - @verdaccio/url@12.0.0-next.1
406
- - @verdaccio/utils@7.0.0-next.1
407
-
408
- ## 7.0.0-next.0
409
-
410
- ### Major Changes
411
-
412
- - feat!: bump to v7
413
-
414
- ### Patch Changes
415
-
416
- - Updated dependencies
417
- - @verdaccio/config@7.0.0-next.0
418
- - @verdaccio/core@7.0.0-next.0
419
- - @verdaccio/url@12.0.0-next.0
420
- - @verdaccio/utils@7.0.0-next.0
421
-
422
- ## 6.0.0
423
-
424
- ### Major Changes
425
-
426
- - 292c0a37f: feat!: replace deprecated request dependency by got
427
-
428
- This is a big refactoring of the core, fetching dependencies, improve code, more tests and better stability. This is essential for the next release, will take some time but would allow modularize more the core.
429
-
430
- ## Notes
431
-
432
- - Remove deprecated `request` by other `got`, retry improved, custom Agent ( got does not include it built-in)
433
- - Remove `async` dependency from storage (used by core) it was linked with proxy somehow safe to remove now
434
- - Refactor with promises instead callback wherever is possible
435
- - ~Document the API~
436
- - Improve testing, integration tests
437
- - Bugfix
438
- - Clean up old validations
439
- - Improve performance
440
-
441
- ## 💥 Breaking changes
442
-
443
- - Plugin API methods were callbacks based are returning promises, this will break current storage plugins, check documentation for upgrade.
444
- - Write Tarball, Read Tarball methods parameters change, a new set of options like `AbortController` signals are being provided to the `addAbortSignal` can be internally used with Streams when a request is aborted. eg: `addAbortSignal(signal, fs.createReadStream(pathName));`
445
- - `@verdaccio/streams` stream abort support is legacy is being deprecated removed
446
- - Remove AWS and Google Cloud packages for future refactoring [#2574](https://github.com/verdaccio/verdaccio/pull/2574).
447
-
448
- - 794af76c5: Remove Node 12 support
449
-
450
- - We need move to the new `undici` and does not support Node.js 12
451
-
452
- - 10aeb4f13: feat!: experiments config renamed to flags
453
-
454
- - The `experiments` configuration is renamed to `flags`. The functionality is exactly the same.
455
-
456
- ```js
457
- flags: token: false;
458
- search: false;
459
- ```
460
-
461
- - The `self_path` property from the config file is being removed in favor of `config_file` full path.
462
- - Refactor `config` module, better types and utilities
463
-
464
- - e367c3f1e: - Replace signature handler for legacy tokens by removing deprecated crypto.createDecipher by createCipheriv
465
-
466
- - Introduce environment variables for legacy tokens
467
-
468
- ### Code Improvements
469
-
470
- - Add debug library for improve developer experience
471
-
472
- ### Breaking change
473
-
474
- - The new signature invalidates all previous tokens generated by Verdaccio 4 or previous versions.
475
- - The secret key must have 32 characters long.
476
-
477
- ### New environment variables
478
-
479
- - `VERDACCIO_LEGACY_ALGORITHM`: Allows to define the specific algorithm for the token signature which by default is `aes-256-ctr`
480
- - `VERDACCIO_LEGACY_ENCRYPTION_KEY`: By default, the token stores in the database, but using this variable allows to get it from memory
481
-
482
- ### Minor Changes
483
-
484
- - a1986e098: feat: expose middleware utils
485
- - ae93e039d: fix: expose middleware methods
486
- - 24b9be020: refactor: improve docker image build with strict dependencies and prod build
487
- - 631abe1ac: feat: refactor logger
488
- - b61f762d6: feat: add server rate limit protection to all request
489
-
490
- To modify custom values, use the server settings property.
491
-
492
- ```markdown
493
- server:
494
-
495
- ## https://www.npmjs.com/package/express-rate-limit#configuration-options
496
-
497
- rateLimit:
498
- windowMs: 1000
499
- max: 10000
500
- ```
501
-
502
- The values are intended to be high, if you want to improve security of your server consider
503
- using different values.
504
-
505
- - 154b2ecd3: refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplications
506
- - aa763baec: feat: add typescript project references settings
507
-
508
- Reading https://ebaytech.berlin/optimizing-multi-package-apps-with-typescript-project-references-d5c57a3b4440 I realized I can use project references to solve the issue to pre-compile modules on develop mode.
509
-
510
- It allows to navigate (IDE) trough the packages without need compile the packages.
511
-
512
- Add two `tsconfig`, one using the previous existing configuration that is able to produce declaration files (`tsconfig.build`) and a new one `tsconfig` which is enables [_projects references_](https://www.typescriptlang.org/docs/handbook/project-references.html).
513
-
514
- - 4b29d715b: chore: move improvements from v5 to v6
515
-
516
- Migrate improvements form v5 to v6:
517
-
518
- - https://github.com/verdaccio/verdaccio/pull/3158
519
- - https://github.com/verdaccio/verdaccio/pull/3151
520
- - https://github.com/verdaccio/verdaccio/pull/2271
521
- - https://github.com/verdaccio/verdaccio/pull/2787
522
- - https://github.com/verdaccio/verdaccio/pull/2791
523
- - https://github.com/verdaccio/verdaccio/pull/2205
524
-
525
- - 45c03819e: refactor: render html middleware
526
-
527
- ### Patch Changes
528
-
529
- - 9943e2b18: fix: extract logger from middleware
530
- - 1d1112805: Remove @ts-ignore and any in packages/web/src/endpoint/package.ts
531
- - 7ef599cc4: fix: missing version on footer
532
- - a610ef26b: chore: add release step to private regisry on merge changeset pr
533
- - 4fc21146a: fix: missing logo on header
534
- - 34f0f1101: Enable prerelease mode with **changesets**
535
- - f859d2b1a: fix: official package "-" cannot be synced
536
- - 65f88b826: bump logger packages
537
- - 68ea21214: ESLint Warnings Fixed
538
-
539
- Related to issue #1461
540
-
541
- - max-len: most of the sensible max-len errors are fixed
542
- - no-unused-vars: most of these types of errors are fixed by deleting not needed declarations
543
- - @typescript-eslint/no-unused-vars: same as above
544
-
545
- - fa274ee44: chore: bumb up package
546
- - Updated dependencies [292c0a37f]
547
- - Updated dependencies [dc05edfe6]
548
- - Updated dependencies [a1986e098]
549
- - Updated dependencies [974cd8c19]
550
- - Updated dependencies [a828271d6]
551
- - Updated dependencies [ef88da3b4]
552
- - Updated dependencies [43f32687c]
553
- - Updated dependencies [679c19c1b]
554
- - Updated dependencies [a3a209b5e]
555
- - Updated dependencies [459b6fa72]
556
- - Updated dependencies [9fc2e7961]
557
- - Updated dependencies [24b9be020]
558
- - Updated dependencies [794af76c5]
559
- - Updated dependencies [351aeeaa8]
560
- - Updated dependencies [10aeb4f13]
561
- - Updated dependencies [9718e0330]
562
- - Updated dependencies [1b217fd34]
563
- - Updated dependencies [e367c3f1e]
564
- - Updated dependencies [a1da11308]
565
- - Updated dependencies [d167f92e1]
566
- - Updated dependencies [d2c65da9c]
567
- - Updated dependencies [00d1d2a17]
568
- - Updated dependencies [1810ed0d8]
569
- - Updated dependencies [a610ef26b]
570
- - Updated dependencies [ddb6a2239]
571
- - Updated dependencies [648575aa4]
572
- - Updated dependencies [b61f762d6]
573
- - Updated dependencies [d43894e8f]
574
- - Updated dependencies [154b2ecd3]
575
- - Updated dependencies [aa763baec]
576
- - Updated dependencies [378e907d5]
577
- - Updated dependencies [16e38df8a]
578
- - Updated dependencies [34f0f1101]
579
- - Updated dependencies [82cb0f2bf]
580
- - Updated dependencies [dc571aabd]
581
- - Updated dependencies [ce013d2fc]
582
- - Updated dependencies [f859d2b1a]
583
- - Updated dependencies [6c1eb021b]
584
- - Updated dependencies [62c24b632]
585
- - Updated dependencies [0a6412ca9]
586
- - Updated dependencies [d08fe29d9]
587
- - Updated dependencies [5167bb528]
588
- - Updated dependencies [f86c31ed0]
589
- - Updated dependencies [c9d1af0e5]
590
- - Updated dependencies [4b29d715b]
591
- - Updated dependencies [b13a3fefd]
592
- - Updated dependencies [68ea21214]
593
- - Updated dependencies [8f43bf17d]
594
- - Updated dependencies [45c03819e]
595
- - Updated dependencies [b849128de]
596
- - @verdaccio/config@6.0.0
597
- - @verdaccio/core@6.0.0
598
- - @verdaccio/url@11.0.0
599
- - @verdaccio/utils@6.0.0
600
-
601
- ## 6.0.0-6-next.55
602
-
603
- ### Patch Changes
604
-
605
- - @verdaccio/core@6.0.0-6-next.76
606
- - @verdaccio/config@6.0.0-6-next.76
607
- - @verdaccio/url@11.0.0-6-next.42
608
- - @verdaccio/utils@6.0.0-6-next.44
609
-
610
- ## 6.0.0-6-next.54
611
-
612
- ### Patch Changes
613
-
614
- - Updated dependencies [0a6412ca9]
615
- - @verdaccio/core@6.0.0-6-next.75
616
- - @verdaccio/config@6.0.0-6-next.75
617
- - @verdaccio/url@11.0.0-6-next.41
618
- - @verdaccio/utils@6.0.0-6-next.43
619
-
620
- ## 6.0.0-6-next.53
621
-
622
- ### Minor Changes
623
-
624
- - ae93e039d: fix: expose middleware methods
625
-
626
- ### Patch Changes
627
-
628
- - @verdaccio/core@6.0.0-6-next.74
629
- - @verdaccio/config@6.0.0-6-next.74
630
- - @verdaccio/url@11.0.0-6-next.40
631
- - @verdaccio/utils@6.0.0-6-next.42
632
-
633
- ## 6.0.0-6-next.52
634
-
635
- ### Patch Changes
636
-
637
- - f859d2b1a: fix: official package "-" cannot be synced
638
- - Updated dependencies [f859d2b1a]
639
- - @verdaccio/core@6.0.0-6-next.73
640
- - @verdaccio/config@6.0.0-6-next.73
641
- - @verdaccio/url@11.0.0-6-next.39
642
- - @verdaccio/utils@6.0.0-6-next.41
643
-
644
- ## 6.0.0-6-next.51
645
-
646
- ### Patch Changes
647
-
648
- - @verdaccio/core@6.0.0-6-next.72
649
- - @verdaccio/config@6.0.0-6-next.72
650
- - @verdaccio/url@11.0.0-6-next.38
651
- - @verdaccio/utils@6.0.0-6-next.40
652
-
653
- ## 6.0.0-6-next.50
654
-
655
- ### Patch Changes
656
-
657
- - Updated dependencies [679c19c1b]
658
- - @verdaccio/config@6.0.0-6-next.71
659
- - @verdaccio/core@6.0.0-6-next.71
660
- - @verdaccio/url@11.0.0-6-next.37
661
- - @verdaccio/utils@6.0.0-6-next.39
662
-
663
- ## 6.0.0-6-next.49
664
-
665
- ### Patch Changes
666
-
667
- - @verdaccio/core@6.0.0-6-next.70
668
- - @verdaccio/config@6.0.0-6-next.70
669
- - @verdaccio/url@11.0.0-6-next.36
670
- - @verdaccio/utils@6.0.0-6-next.38
671
-
672
- ## 6.0.0-6-next.48
673
-
674
- ### Patch Changes
675
-
676
- - Updated dependencies [c9d1af0e]
677
- - @verdaccio/core@6.0.0-6-next.69
678
- - @verdaccio/config@6.0.0-6-next.69
679
- - @verdaccio/url@11.0.0-6-next.35
680
- - @verdaccio/utils@6.0.0-6-next.37
681
-
682
- ## 6.0.0-6-next.47
683
-
684
- ### Patch Changes
685
-
686
- - @verdaccio/core@6.0.0-6-next.68
687
- - @verdaccio/config@6.0.0-6-next.68
688
- - @verdaccio/url@11.0.0-6-next.34
689
- - @verdaccio/utils@6.0.0-6-next.36
690
-
691
- ## 6.0.0-6-next.46
692
-
693
- ### Patch Changes
694
-
695
- - Updated dependencies [16e38df8]
696
- - @verdaccio/config@6.0.0-6-next.67
697
- - @verdaccio/core@6.0.0-6-next.67
698
- - @verdaccio/url@11.0.0-6-next.33
699
- - @verdaccio/utils@6.0.0-6-next.35
700
-
701
- ## 6.0.0-6-next.45
702
-
703
- ### Patch Changes
704
-
705
- - 7ef599cc: fix: missing version on footer
706
- - @verdaccio/core@6.0.0-6-next.66
707
- - @verdaccio/url@11.0.0-6-next.32
708
- - @verdaccio/config@6.0.0-6-next.66
709
- - @verdaccio/utils@6.0.0-6-next.34
710
-
711
- ## 6.0.0-6-next.44
712
-
713
- ### Patch Changes
714
-
715
- - Updated dependencies [a1da1130]
716
- - @verdaccio/core@6.0.0-6-next.65
717
- - @verdaccio/config@6.0.0-6-next.65
718
- - @verdaccio/url@11.0.0-6-next.31
719
- - @verdaccio/utils@6.0.0-6-next.33
720
-
721
- ## 6.0.0-6-next.43
722
-
723
- ### Patch Changes
724
-
725
- - Updated dependencies [974cd8c1]
726
- - @verdaccio/core@6.0.0-6-next.64
727
- - @verdaccio/config@6.0.0-6-next.64
728
- - @verdaccio/url@11.0.0-6-next.30
729
- - @verdaccio/utils@6.0.0-6-next.32
730
-
731
- ## 6.0.0-6-next.42
732
-
733
- ### Patch Changes
734
-
735
- - Updated dependencies [ddb6a223]
736
- - Updated dependencies [dc571aab]
737
- - @verdaccio/config@6.0.0-6-next.63
738
- - @verdaccio/core@6.0.0-6-next.63
739
- - @verdaccio/url@11.0.0-6-next.29
740
- - @verdaccio/utils@6.0.0-6-next.31
741
-
742
- ## 6.0.0-6-next.41
743
-
744
- ### Patch Changes
745
-
746
- - 4fc21146: fix: missing logo on header
747
- - Updated dependencies [378e907d]
748
- - @verdaccio/core@6.0.0-6-next.62
749
- - @verdaccio/url@11.0.0-6-next.28
750
- - @verdaccio/config@6.0.0-6-next.62
751
- - @verdaccio/utils@6.0.0-6-next.30
752
-
753
- ## 6.0.0-6-next.40
754
-
755
- ### Patch Changes
756
-
757
- - Updated dependencies [d167f92e]
758
- - @verdaccio/config@6.0.0-6-next.61
759
- - @verdaccio/core@6.0.0-6-next.61
760
- - @verdaccio/url@11.0.0-6-next.27
761
- - @verdaccio/utils@6.0.0-6-next.29
762
-
763
- ## 6.0.0-6-next.39
764
-
765
- ### Minor Changes
766
-
767
- - 45c03819: refactor: render html middleware
768
-
769
- ### Patch Changes
770
-
771
- - Updated dependencies [45c03819]
772
- - @verdaccio/config@6.0.0-6-next.60
773
- - @verdaccio/core@6.0.0-6-next.60
774
- - @verdaccio/url@11.0.0-6-next.26
775
- - @verdaccio/utils@6.0.0-6-next.28
776
-
777
- ## 6.0.0-6-next.38
778
-
779
- ### Patch Changes
780
-
781
- - 65f88b82: bump logger packages
782
- - @verdaccio/core@6.0.0-6-next.59
783
- - @verdaccio/utils@6.0.0-6-next.27
784
-
785
- ## 6.0.0-6-next.37
786
-
787
- ### Patch Changes
788
-
789
- - fa274ee4: chore: bumb up package
790
- - @verdaccio/core@6.0.0-6-next.58
791
- - @verdaccio/utils@6.0.0-6-next.26
792
-
793
- ## 6.0.0-6-next.36
794
-
795
- ### Patch Changes
796
-
797
- - 9943e2b1: fix: extract logger from middleware
798
- - @verdaccio/core@6.0.0-6-next.57
799
- - @verdaccio/utils@6.0.0-6-next.25
800
-
801
- ## 6.0.0-6-next.35
802
-
803
- ### Minor Changes
804
-
805
- - a1986e09: feat: expose middleware utils
806
-
807
- ### Patch Changes
808
-
809
- - Updated dependencies [a1986e09]
810
- - @verdaccio/utils@6.0.0-6-next.24
811
- - @verdaccio/core@6.0.0-6-next.56
812
- - @verdaccio/logger@6.0.0-6-next.24
813
-
814
- ## 6.0.0-6-next.34
815
-
816
- ### Patch Changes
817
-
818
- - Updated dependencies [9718e033]
819
- - @verdaccio/core@6.0.0-6-next.55
820
- - @verdaccio/utils@6.0.0-6-next.23
821
- - @verdaccio/auth@6.0.0-6-next.34
822
- - @verdaccio/logger@6.0.0-6-next.23
823
-
824
- ## 6.0.0-6-next.33
825
-
826
- ### Patch Changes
827
-
828
- - Updated dependencies [ef88da3b]
829
- - @verdaccio/core@6.0.0-6-next.54
830
- - @verdaccio/logger@6.0.0-6-next.22
831
- - @verdaccio/utils@6.0.0-6-next.22
832
- - @verdaccio/auth@6.0.0-6-next.33
833
-
834
- ## 6.0.0-6-next.32
835
-
836
- ### Patch Changes
837
-
838
- - @verdaccio/auth@6.0.0-6-next.32
839
- - @verdaccio/core@6.0.0-6-next.53
840
- - @verdaccio/logger@6.0.0-6-next.21
841
- - @verdaccio/utils@6.0.0-6-next.21
842
-
843
- ## 6.0.0-6-next.31
844
-
845
- ### Patch Changes
846
-
847
- - @verdaccio/core@6.0.0-6-next.52
848
- - @verdaccio/auth@6.0.0-6-next.31
849
- - @verdaccio/logger@6.0.0-6-next.20
850
- - @verdaccio/utils@6.0.0-6-next.20
851
-
852
- ## 6.0.0-6-next.30
853
-
854
- ### Minor Changes
855
-
856
- - 4b29d715: chore: move improvements from v5 to v6
857
-
858
- Migrate improvements form v5 to v6:
859
-
860
- - https://github.com/verdaccio/verdaccio/pull/3158
861
- - https://github.com/verdaccio/verdaccio/pull/3151
862
- - https://github.com/verdaccio/verdaccio/pull/2271
863
- - https://github.com/verdaccio/verdaccio/pull/2787
864
- - https://github.com/verdaccio/verdaccio/pull/2791
865
- - https://github.com/verdaccio/verdaccio/pull/2205
866
-
867
- ### Patch Changes
868
-
869
- - Updated dependencies [4b29d715]
870
- - @verdaccio/auth@6.0.0-6-next.30
871
- - @verdaccio/core@6.0.0-6-next.51
872
- - @verdaccio/logger@6.0.0-6-next.19
873
- - @verdaccio/utils@6.0.0-6-next.19
874
-
875
- ## 6.0.0-6-next.29
876
-
877
- ### Patch Changes
878
-
879
- - @verdaccio/core@6.0.0-6-next.50
880
- - @verdaccio/auth@6.0.0-6-next.29
881
- - @verdaccio/logger@6.0.0-6-next.18
882
- - @verdaccio/utils@6.0.0-6-next.18
883
-
884
- ## 6.0.0-6-next.28
885
-
886
- ### Patch Changes
887
-
888
- - @verdaccio/core@6.0.0-6-next.49
889
- - @verdaccio/auth@6.0.0-6-next.28
890
- - @verdaccio/logger@6.0.0-6-next.17
891
- - @verdaccio/utils@6.0.0-6-next.17
892
-
893
- ## 6.0.0-6-next.27
894
-
895
- ### Patch Changes
896
-
897
- - Updated dependencies [43f32687]
898
- - Updated dependencies [9fc2e796]
899
- - Updated dependencies [62c24b63]
900
- - @verdaccio/core@6.0.0-6-next.48
901
- - @verdaccio/auth@6.0.0-6-next.27
902
- - @verdaccio/utils@6.0.0-6-next.16
903
- - @verdaccio/logger@6.0.0-6-next.16
904
-
905
- ## 6.0.0-6-next.26
906
-
907
- ### Patch Changes
908
-
909
- - @verdaccio/core@6.0.0-6-next.47
910
- - @verdaccio/auth@6.0.0-6-next.26
911
- - @verdaccio/logger@6.0.0-6-next.15
912
- - @verdaccio/utils@6.0.0-6-next.15
913
-
914
- ## 6.0.0-6-next.25
915
-
916
- ### Patch Changes
917
-
918
- - Updated dependencies [b849128d]
919
- - @verdaccio/core@6.0.0-6-next.8
920
- - @verdaccio/auth@6.0.0-6-next.25
921
- - @verdaccio/logger@6.0.0-6-next.14
922
- - @verdaccio/utils@6.0.0-6-next.14
923
-
924
- ## 6.0.0-6-next.24
925
-
926
- ### Patch Changes
927
-
928
- - Updated dependencies [351aeeaa]
929
- - @verdaccio/auth@6.0.0-6-next.24
930
- - @verdaccio/core@6.0.0-6-next.7
931
- - @verdaccio/logger@6.0.0-6-next.13
932
- - @verdaccio/utils@6.0.0-6-next.13
933
-
934
- ## 6.0.0-6-next.23
935
-
936
- ### Major Changes
937
-
938
- - 292c0a37: feat!: replace deprecated request dependency by got
939
-
940
- This is a big refactoring of the core, fetching dependencies, improve code, more tests and better stability. This is essential for the next release, will take some time but would allow modularize more the core.
941
-
942
- ## Notes
943
-
944
- - Remove deprecated `request` by other `got`, retry improved, custom Agent ( got does not include it built-in)
945
- - Remove `async` dependency from storage (used by core) it was linked with proxy somehow safe to remove now
946
- - Refactor with promises instead callback wherever is possible
947
- - ~Document the API~
948
- - Improve testing, integration tests
949
- - Bugfix
950
- - Clean up old validations
951
- - Improve performance
952
-
953
- ## 💥 Breaking changes
954
-
955
- - Plugin API methods were callbacks based are returning promises, this will break current storage plugins, check documentation for upgrade.
956
- - Write Tarball, Read Tarball methods parameters change, a new set of options like `AbortController` signals are being provided to the `addAbortSignal` can be internally used with Streams when a request is aborted. eg: `addAbortSignal(signal, fs.createReadStream(pathName));`
957
- - `@verdaccio/streams` stream abort support is legacy is being deprecated removed
958
- - Remove AWS and Google Cloud packages for future refactoring [#2574](https://github.com/verdaccio/verdaccio/pull/2574).
959
-
960
- ### Patch Changes
961
-
962
- - Updated dependencies [292c0a37]
963
- - Updated dependencies [a3a209b5]
964
- - Updated dependencies [00d1d2a1]
965
- - @verdaccio/auth@6.0.0-6-next.23
966
- - @verdaccio/core@6.0.0-6-next.6
967
- - @verdaccio/logger@6.0.0-6-next.12
968
- - @verdaccio/utils@6.0.0-6-next.12
969
-
970
- ## 6.0.0-6-next.22
971
-
972
- ### Patch Changes
973
-
974
- - @verdaccio/auth@6.0.0-6-next.22
975
- - @verdaccio/core@6.0.0-6-next.5
976
- - @verdaccio/logger@6.0.0-6-next.11
977
-
978
- ## 6.0.0-6-next.21
979
-
980
- ### Patch Changes
981
-
982
- - Updated dependencies [82cb0f2b]
983
- - Updated dependencies [5167bb52]
984
- - @verdaccio/core@6.0.0-6-next.5
985
- - @verdaccio/logger@6.0.0-6-next.11
986
- - @verdaccio/auth@6.0.0-6-next.21
987
- - @verdaccio/utils@6.0.0-6-next.11
988
-
989
- ## 6.0.0-6-next.20
990
-
991
- ### Patch Changes
992
-
993
- - @verdaccio/auth@6.0.0-6-next.20
994
-
995
- ## 6.0.0-6-next.19
996
-
997
- ### Patch Changes
998
-
999
- - Updated dependencies [aeff267d]
1000
- - @verdaccio/auth@6.0.0-6-next.19
1001
-
1002
- ## 6.0.0-6-next.18
1003
-
1004
- ### Patch Changes
1005
-
1006
- - Updated dependencies [b78f3525]
1007
- - @verdaccio/logger@6.0.0-6-next.10
1008
- - @verdaccio/auth@6.0.0-6-next.18
1009
-
1010
- ## 6.0.0-6-next.17
1011
-
1012
- ### Patch Changes
1013
-
1014
- - Updated dependencies [730b5d8c]
1015
- - @verdaccio/logger@6.0.0-6-next.9
1016
- - @verdaccio/auth@6.0.0-6-next.17
1017
-
1018
- ## 6.0.0-6-next.16
1019
-
1020
- ### Minor Changes
1021
-
1022
- - 24b9be02: refactor: improve docker image build with strict dependencies and prod build
1023
-
1024
- ### Patch Changes
1025
-
1026
- - Updated dependencies [a828271d]
1027
- - Updated dependencies [24b9be02]
1028
- - Updated dependencies [e75c0a3b]
1029
- - Updated dependencies [b13a3fef]
1030
- - @verdaccio/utils@6.0.0-6-next.10
1031
- - @verdaccio/core@6.0.0-6-next.4
1032
- - @verdaccio/logger@6.0.0-6-next.8
1033
- - @verdaccio/auth@6.0.0-6-next.16
1034
-
1035
- ## 6.0.0-6-next.15
1036
-
1037
- ### Patch Changes
1038
-
1039
- - Updated dependencies [f86c31ed]
1040
- - Updated dependencies [20c9e43e]
1041
- - @verdaccio/utils@6.0.0-6-next.9
1042
- - @verdaccio/auth@6.0.0-6-next.15
1043
-
1044
- ## 6.0.0-6-next.14
1045
-
1046
- ### Patch Changes
1047
-
1048
- - Updated dependencies [6c1eb021]
1049
- - @verdaccio/core@6.0.0-6-next.3
1050
- - @verdaccio/logger@6.0.0-6-next.7
1051
- - @verdaccio/auth@6.0.0-6-next.14
1052
- - @verdaccio/utils@6.0.0-6-next.8
1053
-
1054
- ## 6.0.0-6-next.13
1055
-
1056
- ### Major Changes
1057
-
1058
- - 794af76c: Remove Node 12 support
1059
-
1060
- - We need move to the new `undici` and does not support Node.js 12
1061
-
1062
- ### Minor Changes
1063
-
1064
- - 154b2ecd: refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplications
1065
-
1066
- ### Patch Changes
1067
-
1068
- - Updated dependencies [794af76c]
1069
- - Updated dependencies [154b2ecd]
1070
- - @verdaccio/auth@6.0.0-6-next.13
1071
- - @verdaccio/core@6.0.0-6-next.2
1072
- - @verdaccio/logger@6.0.0-6-next.6
1073
- - @verdaccio/utils@6.0.0-6-next.7
1074
-
1075
- ## 6.0.0-6-next.12
1076
-
1077
- ### Patch Changes
1078
-
1079
- - Updated dependencies [2c594910]
1080
- - @verdaccio/logger@6.0.0-6-next.5
1081
- - @verdaccio/auth@6.0.0-6-next.12
1082
-
1083
- ## 6.0.0-6-next.11
1084
-
1085
- ### Patch Changes
1086
-
1087
- - Updated dependencies [459b6fa7]
1088
- - @verdaccio/auth@6.0.0-6-next.11
1089
- - @verdaccio/commons-api@11.0.0-6-next.4
1090
- - @verdaccio/utils@6.0.0-6-next.6
1091
- - @verdaccio/logger@6.0.0-6-next.4
1092
-
1093
- ## 6.0.0-6-next.10
1094
-
1095
- ### Patch Changes
1096
-
1097
- - @verdaccio/auth@6.0.0-6-next.10
1098
-
1099
- ## 6.0.0-6-next.9
1100
-
1101
- ### Patch Changes
1102
-
1103
- - Updated dependencies [d2c65da9]
1104
- - @verdaccio/utils@6.0.0-6-next.5
1105
- - @verdaccio/auth@6.0.0-6-next.9
1106
-
1107
- ## 6.0.0-6-next.8
1108
-
1109
- ### Patch Changes
1110
-
1111
- - @verdaccio/auth@6.0.0-6-next.8
1112
-
1113
- ## 6.0.0-6-next.7
1114
-
1115
- ### Patch Changes
1116
-
1117
- - Updated dependencies [648575aa]
1118
- - @verdaccio/utils@6.0.0-6-next.4
1119
- - @verdaccio/auth@6.0.0-6-next.7
1120
-
1121
- ## 6.0.0-6-next.6
1122
-
1123
- ### Patch Changes
1124
-
1125
- - Updated dependencies [5c5057fc]
1126
- - @verdaccio/logger@6.0.0-6-next.4
1127
- - @verdaccio/auth@6.0.0-6-next.6
1128
-
1129
- ## 5.0.0-alpha.5
1130
-
1131
- ### Patch Changes
1132
-
1133
- - @verdaccio/auth@5.0.0-alpha.5
1134
-
1135
- ## 5.0.0-alpha.4
1136
-
1137
- ### Patch Changes
1138
-
1139
- - Updated dependencies [f8a50baa]
1140
- - @verdaccio/auth@5.0.0-alpha.4
1141
-
1142
- ## 5.0.0-alpha.3
1143
-
1144
- ### Patch Changes
1145
-
1146
- - fecbb9be: chore: add release step to private regisry on merge changeset pr
1147
- - Updated dependencies [fecbb9be]
1148
- - @verdaccio/auth@5.0.0-alpha.3
1149
- - @verdaccio/commons-api@10.0.0-alpha.3
1150
- - @verdaccio/logger@5.0.0-alpha.3
1151
- - @verdaccio/utils@5.0.0-alpha.3
1152
-
1153
- ## 5.0.0-alpha.2
1154
-
1155
- ### Minor Changes
1156
-
1157
- - 54c58d1e: feat: add server rate limit protection to all request
1158
-
1159
- To modify custom values, use the server settings property.
1160
-
1161
- ```markdown
1162
- server:
1163
-
1164
- ## https://www.npmjs.com/package/express-rate-limit#configuration-options
1165
-
1166
- rateLimit:
1167
- windowMs: 1000
1168
- max: 10000
1169
- ```
1170
-
1171
- The values are intended to be high, if you want to improve security of your server consider
1172
- using different values.
1173
-
1174
- ### Patch Changes
1175
-
1176
- - Updated dependencies [54c58d1e]
1177
- - @verdaccio/auth@5.0.0-alpha.2
1178
- - @verdaccio/commons-api@10.0.0-alpha.2
1179
- - @verdaccio/logger@5.0.0-alpha.2
1180
- - @verdaccio/utils@5.0.0-alpha.2
1181
-
1182
- ## 5.0.0-alpha.1
1183
-
1184
- ### Major Changes
1185
-
1186
- - d87fa026: feat!: experiments config renamed to flags
1187
-
1188
- - The `experiments` configuration is renamed to `flags`. The functionality is exactly the same.
1189
-
1190
- ```js
1191
- flags: token: false;
1192
- search: false;
1193
- ```
1194
-
1195
- - The `self_path` property from the config file is being removed in favor of `config_file` full path.
1196
- - Refactor `config` module, better types and utilities
1197
-
1198
- - da1ee9c8: - Replace signature handler for legacy tokens by removing deprecated crypto.createDecipher by createCipheriv
1199
-
1200
- - Introduce environment variables for legacy tokens
1201
-
1202
- ### Code Improvements
1203
-
1204
- - Add debug library for improve developer experience
1205
-
1206
- ### Breaking change
1207
-
1208
- - The new signature invalidates all previous tokens generated by Verdaccio 4 or previous versions.
1209
- - The secret key must have 32 characters long.
1210
-
1211
- ### New environment variables
1212
-
1213
- - `VERDACCIO_LEGACY_ALGORITHM`: Allows to define the specific algorithm for the token signature which by default is `aes-256-ctr`
1214
- - `VERDACCIO_LEGACY_ENCRYPTION_KEY`: By default, the token stores in the database, but using this variable allows to get it from memory
1215
-
1216
- ### Minor Changes
1217
-
1218
- - 26b494cb: feat: add typescript project references settings
1219
-
1220
- Reading https://ebaytech.berlin/optimizing-multi-package-apps-with-typescript-project-references-d5c57a3b4440 I realized I can use project references to solve the issue to pre-compile modules on develop mode.
1221
-
1222
- It allows to navigate (IDE) trough the packages without need compile the packages.
1223
-
1224
- Add two `tsconfig`, one using the previous existing configuration that is able to produce declaration files (`tsconfig.build`) and a new one `tsconfig` which is enables [_projects references_](https://www.typescriptlang.org/docs/handbook/project-references.html).
1225
-
1226
- ### Patch Changes
1227
-
1228
- - 42024c34: Remove @ts-ignore and any in packages/web/src/endpoint/package.ts
1229
- - b57b4338: Enable prerelease mode with **changesets**
1230
- - 31af0164: ESLint Warnings Fixed
1231
-
1232
- Related to issue #1461
1233
-
1234
- - max-len: most of the sensible max-len errors are fixed
1235
- - no-unused-vars: most of these types of errors are fixed by deleting not needed declarations
1236
- - @typescript-eslint/no-unused-vars: same as above
1237
-
1238
- - Updated dependencies [d87fa026]
1239
- - Updated dependencies [da1ee9c8]
1240
- - Updated dependencies [26b494cb]
1241
- - Updated dependencies [b57b4338]
1242
- - Updated dependencies [add778d5]
1243
- - Updated dependencies [31af0164]
1244
- - @verdaccio/auth@5.0.0-alpha.1
1245
- - @verdaccio/commons-api@10.0.0-alpha.1
1246
- - @verdaccio/logger@5.0.0-alpha.1
1247
- - @verdaccio/utils@5.0.0-alpha.1
1248
-
1249
- ## 5.0.0-alpha.1
1250
-
1251
- ### Major Changes
1252
-
1253
- - d87fa0268: feat!: experiments config renamed to flags
1254
-
1255
- - The `experiments` configuration is renamed to `flags`. The functionality is exactly the same.
1256
-
1257
- ```js
1258
- flags: token: false;
1259
- search: false;
1260
- ```
1261
-
1262
- - The `self_path` property from the config file is being removed in favor of `config_file` full path.
1263
- - Refactor `config` module, better types and utilities
1264
-
1265
- - da1ee9c82: - Replace signature handler for legacy tokens by removing deprecated crypto.createDecipher by createCipheriv
1266
-
1267
- - Introduce environment variables for legacy tokens
1268
-
1269
- ### Code Improvements
1270
-
1271
- - Add debug library for improve developer experience
1272
-
1273
- ### Breaking change
1274
-
1275
- - The new signature invalidates all previous tokens generated by Verdaccio 4 or previous versions.
1276
- - The secret key must have 32 characters long.
1277
-
1278
- ### New environment variables
1279
-
1280
- - `VERDACCIO_LEGACY_ALGORITHM`: Allows to define the specific algorithm for the token signature which by default is `aes-256-ctr`
1281
- - `VERDACCIO_LEGACY_ENCRYPTION_KEY`: By default, the token stores in the database, but using this variable allows to get it from memory
1282
-
1283
- ### Minor Changes
1284
-
1285
- - 26b494cbd: feat: add typescript project references settings
1286
-
1287
- Reading https://ebaytech.berlin/optimizing-multi-package-apps-with-typescript-project-references-d5c57a3b4440 I realized I can use project references to solve the issue to pre-compile modules on develop mode.
1288
-
1289
- It allows to navigate (IDE) trough the packages without need compile the packages.
1290
-
1291
- Add two `tsconfig`, one using the previous existing configuration that is able to produce declaration files (`tsconfig.build`) and a new one `tsconfig` which is enables [_projects references_](https://www.typescriptlang.org/docs/handbook/project-references.html).
1292
-
1293
- ### Patch Changes
1294
-
1295
- - 42024c346: Remove @ts-ignore and any in packages/web/src/endpoint/package.ts
1296
- - b57b43388: Enable prerelease mode with **changesets**
1297
- - 31af01641: ESLint Warnings Fixed
1298
-
1299
- Related to issue #1461
1300
-
1301
- - max-len: most of the sensible max-len errors are fixed
1302
- - no-unused-vars: most of these types of errors are fixed by deleting not needed declarations
1303
- - @typescript-eslint/no-unused-vars: same as above
1304
-
1305
- - Updated dependencies [d87fa0268]
1306
- - Updated dependencies [da1ee9c82]
1307
- - Updated dependencies [26b494cbd]
1308
- - Updated dependencies [b57b43388]
1309
- - Updated dependencies [add778d55]
1310
- - Updated dependencies [31af01641]
1311
- - @verdaccio/auth@5.0.0-alpha.1
1312
- - @verdaccio/commons-api@10.0.0-alpha.0
1313
- - @verdaccio/logger@5.0.0-alpha.1
1314
- - @verdaccio/utils@5.0.0-alpha.1