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