UNPKG

22.5 kBMarkdownView Raw
1# Change Log
2
3## 10.8.0
4
5### Minor Changes
6
7- 51a0d28: feat: aesEncrypt string instead buffer
8
9## 10.7.2
10
11### Patch Changes
12
13- 5bdde6c: fix: add enhancedLegacySignature property to security
14
15## 10.7.1
16
17### Patch Changes
18
19- ce921a8: fix: config plugin types
20
21## 10.7.0
22
23### Minor Changes
24
25- e60fd0a: feat(types): add missing fields to the Version object
26
27## 10.6.0
28
29### Minor Changes
30
31- f8d763c: feat: add abbreviated versions support
32
33## 10.5.2
34
35### Patch Changes
36
37- 5c127e6: feat: add server.trustProxy configuration type
38
39## 10.5.1
40
41### Patch Changes
42
43- 4643709: fix: wrong package configuration
44
45## 10.5.0
46
47### Minor Changes
48
49- b5cfaf6: feat: refactor types and typescript 4
50
51## 10.4.2
52
53### Patch Changes
54
55- 2d428b3: fix: user_agent property as boolean
56
57## 10.4.1
58
59### Patch Changes
60
61- aaf0da4: fix: self_path correct property
62
63## 10.4.0
64
65### Minor Changes
66
67- 00e4afd: feat: update configuration types
68
69## 10.3.0
70
71### Minor Changes
72
73- 803c518: chore: update core dependencies
74
75## 10.2.2
76
77### Patch Changes
78
79- 9ca52a7: fix: move userRateLimit to config body
80
81## 10.2.1
82
83### Patch Changes
84
85- 254a282: fix: user_agent can be also string
86
87## 10.2.0
88
89### Minor Changes
90
91- 96b62c8: feat: add rate limit and convert user agent type to boolean
92
93## 10.1.0
94
95### Minor Changes
96
97- 4e9a3d0: feat: remove core-js from bundle
98
99 By using babel.js core-js injects some requires that are not necessarily dependencies and fails on pnpm and yarn 2 due are strict. No need to add this feature so is removed.
100
101 - https://babeljs.io/docs/en/babel-preset-env#usebuiltins
102
103## 10.0.1
104
105### Patch Changes
106
107- 6134415: fix: update dependencies
108
109All notable changes to this project will be documented in this file.
110See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
111
112# [10.0.0](https://github.com/verdaccio/monorepo/compare/v9.7.5...v10.0.0) (2021-03-29)
113
114**Note:** Version bump only for package @verdaccio/types
115
116## [9.7.2](https://github.com/verdaccio/monorepo/compare/v9.7.1...v9.7.2) (2020-07-20)
117
118### Bug Fixes
119
120- incorrect AuthAccessCallback and AuthCallback ([#374](https://github.com/verdaccio/monorepo/issues/374)) ([97538f8](https://github.com/verdaccio/monorepo/commit/97538f886271ccdbea7862957f65c4a17c4cd831)), closes [/github.com/verdaccio/verdaccio/blob/master/src/lib/auth.ts#L264](https://github.com//github.com/verdaccio/verdaccio/blob/master/src/lib/auth.ts/issues/L264) [/github.com/verdaccio/verdaccio/blob/master/src/lib/auth.ts#L114](https://github.com//github.com/verdaccio/verdaccio/blob/master/src/lib/auth.ts/issues/L114)
121
122# [9.7.0](https://github.com/verdaccio/monorepo/compare/v9.6.1...v9.7.0) (2020-06-24)
123
124### Features
125
126- types for https config ([#368](https://github.com/verdaccio/monorepo/issues/368)) ([aa4aa83](https://github.com/verdaccio/monorepo/commit/aa4aa83e8a2f6a29ebe7c0b43ccc560a37fe2da9))
127
128# [9.5.0](https://github.com/verdaccio/monorepo/compare/v9.4.1...v9.5.0) (2020-05-02)
129
130### Features
131
132- **types:** custom favicon ([#356](https://github.com/verdaccio/monorepo/issues/356)) ([bd78861](https://github.com/verdaccio/monorepo/commit/bd78861f46cd5189808b6689d2018a7bac6755f7))
133
134# [9.3.0](https://github.com/verdaccio/monorepo/compare/v9.2.0...v9.3.0) (2020-01-29)
135
136### Features
137
138- **types:** adding tag type for auth plugins ([#318](https://github.com/verdaccio/monorepo/issues/318)) ([7f07c94](https://github.com/verdaccio/monorepo/commit/7f07c94d9dba5ac45b35aef3bd1ffd3080fb35db))
139
140# [9.0.0](https://github.com/verdaccio/monorepo/compare/v8.5.3...v9.0.0) (2020-01-07)
141
142**Note:** Version bump only for package @verdaccio/types
143
144## [8.5.2](https://github.com/verdaccio/monorepo/compare/v8.5.1...v8.5.2) (2019-12-25)
145
146### Bug Fixes
147
148- add types for storage handler ([#307](https://github.com/verdaccio/monorepo/issues/307)) ([c35746e](https://github.com/verdaccio/monorepo/commit/c35746ebba071900db172608dedff66a7d27c23d))
149
150## [8.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)
151
152### Bug Fixes
153
154- add new types for local storage ([#306](https://github.com/verdaccio/monorepo/issues/306)) ([e715e24](https://github.com/verdaccio/monorepo/commit/e715e24ec7b7e7b3dca31a3321714ebccadf2a8d))
155
156# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)
157
158### Bug Fixes
159
160- **types:** add allow_unpublish generic ([#305](https://github.com/verdaccio/monorepo/issues/305)) ([aeaf64c](https://github.com/verdaccio/monorepo/commit/aeaf64c67cafb9ec16fa5a66aad9c4912f2a3710))
161
162## [8.4.2](https://github.com/verdaccio/monorepo/compare/v8.4.1...v8.4.2) (2019-11-23)
163
164**Note:** Version bump only for package @verdaccio/types
165
166## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)
167
168**Note:** Version bump only for package @verdaccio/types
169
170# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)
171
172### Bug Fixes
173
174- adds sort_packages in WebConf Interface ([#227](https://github.com/verdaccio/monorepo/issues/227)) ([5b60ade](https://github.com/verdaccio/monorepo/commit/5b60adef5da49d7d1b62aa9f484b27c9fa319bdd))
175
176# [8.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27)
177
178### Features
179
180- improve auth callback TS types ([#225](https://github.com/verdaccio/monorepo/issues/225)) ([ee442a0](https://github.com/verdaccio/monorepo/commit/ee442a0))
181
182# [8.1.0](https://github.com/verdaccio/monorepo/compare/v8.0.1-next.1...v8.1.0) (2019-09-07)
183
184**Note:** Version bump only for package @verdaccio/types
185
186## [8.0.1-next.1](https://github.com/verdaccio/monorepo/compare/v8.0.1-next.0...v8.0.1-next.1) (2019-08-29)
187
188**Note:** Version bump only for package @verdaccio/types
189
190## [8.0.1-next.0](https://github.com/verdaccio/monorepo/compare/v8.0.0...v8.0.1-next.0) (2019-08-29)
191
192**Note:** Version bump only for package @verdaccio/types
193
194# [8.0.0](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.4...v8.0.0) (2019-08-22)
195
196**Note:** Version bump only for package @verdaccio/types
197
198# [8.0.0-next.4](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.3...v8.0.0-next.4) (2019-08-18)
199
200**Note:** Version bump only for package @verdaccio/types
201
202# [8.0.0-next.2](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.1...v8.0.0-next.2) (2019-08-03)
203
204### Bug Fixes
205
206- update types for tokens ([9734fa8](https://github.com/verdaccio/monorepo/commit/9734fa8))
207
208# [8.0.0-next.1](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.0...v8.0.0-next.1) (2019-08-01)
209
210**Note:** Version bump only for package @verdaccio/types
211
212# [8.0.0-next.0](https://github.com/verdaccio/monorepo/compare/v2.0.0...v8.0.0-next.0) (2019-08-01)
213
214### Bug Fixes
215
216- add \_autogenerated to UpLinkConf ([436bd91](https://github.com/verdaccio/monorepo/commit/436bd91))
217- add config prop to IBasicAuth ([2481d6f](https://github.com/verdaccio/monorepo/commit/2481d6f))
218- add missing adduser method ([22cdb4e](https://github.com/verdaccio/monorepo/commit/22cdb4e))
219- add missing properties ([973c5e4](https://github.com/verdaccio/monorepo/commit/973c5e4))
220- allow extend config ([0aea94f](https://github.com/verdaccio/monorepo/commit/0aea94f))
221- allow sub types on allow auth methods ([7325f74](https://github.com/verdaccio/monorepo/commit/7325f74))
222- deprecated methods are optional ([b77155a](https://github.com/verdaccio/monorepo/commit/b77155a))
223- entry point [#14](https://github.com/verdaccio/monorepo/issues/14) ([7575e75](https://github.com/verdaccio/monorepo/commit/7575e75))
224- export Author type ([bf7115b](https://github.com/verdaccio/monorepo/commit/bf7115b))
225- fix/token i local package manager ([#61](https://github.com/verdaccio/monorepo/issues/61)) ([a7e0fc8](https://github.com/verdaccio/monorepo/commit/a7e0fc8))
226- fixes for storage plugin types per code review ([#59](https://github.com/verdaccio/monorepo/issues/59)) ([04fccb8](https://github.com/verdaccio/monorepo/commit/04fccb8))
227- getPackageStorage allowed to return undefined ([8a859d0](https://github.com/verdaccio/monorepo/commit/8a859d0))
228- improvements config interface ([1dac321](https://github.com/verdaccio/monorepo/commit/1dac321))
229- methods return Stream ([22e0672](https://github.com/verdaccio/monorepo/commit/22e0672))
230- remove options from get package metadata ([2bfc048](https://github.com/verdaccio/monorepo/commit/2bfc048))
231- remove wrong definition ([acba624](https://github.com/verdaccio/monorepo/commit/acba624))
232- remove wrong imports ([c82f51c](https://github.com/verdaccio/monorepo/commit/c82f51c))
233- restore missing type on RemoteUser ([b596896](https://github.com/verdaccio/monorepo/commit/b596896))
234- storage types ([1285675](https://github.com/verdaccio/monorepo/commit/1285675))
235- tokens are accesible also in local-storage ([08b342d](https://github.com/verdaccio/monorepo/commit/08b342d))
236- update https ([c93c3fc](https://github.com/verdaccio/monorepo/commit/c93c3fc))
237- update readTarball with right parameters ([8cbc7d1](https://github.com/verdaccio/monorepo/commit/8cbc7d1))
238- update streams type ([7fa7be5](https://github.com/verdaccio/monorepo/commit/7fa7be5))
239- update types for local data ([6706770](https://github.com/verdaccio/monorepo/commit/6706770))
240- update utils types ([7c37133](https://github.com/verdaccio/monorepo/commit/7c37133))
241- wrong signature for auth plugin ([e3e2508](https://github.com/verdaccio/monorepo/commit/e3e2508))
242
243### Features
244
245- add AuthPluginPackage type ([f0e1cea](https://github.com/verdaccio/monorepo/commit/f0e1cea))
246- add callback to database methods ([d0d55e9](https://github.com/verdaccio/monorepo/commit/d0d55e9))
247- add config file types ([188a3e5](https://github.com/verdaccio/monorepo/commit/188a3e5))
248- add gravatar prop for web config ([b3ac873](https://github.com/verdaccio/monorepo/commit/b3ac873))
249- add interface for middleware and storage plugin ([2b18e22](https://github.com/verdaccio/monorepo/commit/2b18e22))
250- add IStorageManager for middleware plugin ([0ac1cc4](https://github.com/verdaccio/monorepo/commit/0ac1cc4))
251- Add locking library on typings ([7f7ab67](https://github.com/verdaccio/monorepo/commit/7f7ab67))
252- add RemoteUser type ([7d11892](https://github.com/verdaccio/monorepo/commit/7d11892))
253- add search method BREAKING CHANGE: search method must be implemented to allow search functionality ([b6d94e6](https://github.com/verdaccio/monorepo/commit/b6d94e6))
254- add secret gateway methods ([5300147](https://github.com/verdaccio/monorepo/commit/5300147))
255- add Security configuration ([0cdc0dd](https://github.com/verdaccio/monorepo/commit/0cdc0dd))
256- add types for auth plugin ([6378186](https://github.com/verdaccio/monorepo/commit/6378186))
257- add types for PackageUsers ([ad5f917](https://github.com/verdaccio/monorepo/commit/ad5f917))
258- add types for search class ([e23782d](https://github.com/verdaccio/monorepo/commit/e23782d))
259- callback does not return ([fd78bfc](https://github.com/verdaccio/monorepo/commit/fd78bfc))
260- merge changes from 5.x ([5f61009](https://github.com/verdaccio/monorepo/commit/5f61009))
261- package access props are not optional ([61708e2](https://github.com/verdaccio/monorepo/commit/61708e2))
262- remove flow [#70](https://github.com/verdaccio/monorepo/issues/70) ([2218b74](https://github.com/verdaccio/monorepo/commit/2218b74))
263- remove sync method ([f60f81c](https://github.com/verdaccio/monorepo/commit/f60f81c))
264- secret methods are async ([d5eacf5](https://github.com/verdaccio/monorepo/commit/d5eacf5))
265- support for an IPluginStorageFilter ([#58](https://github.com/verdaccio/monorepo/issues/58)) ([eab219e](https://github.com/verdaccio/monorepo/commit/eab219e))
266- token types ([#60](https://github.com/verdaccio/monorepo/issues/60)) @Eomm ([6e74da6](https://github.com/verdaccio/monorepo/commit/6e74da6))
267- **auth:** add method to update password ([e257c3a](https://github.com/verdaccio/monorepo/commit/e257c3a))
268- **storage:** path is not mandatory ([2c42931](https://github.com/verdaccio/monorepo/commit/2c42931))
269
270### BREAKING CHANGES
271
272- remove flow definitions
273- storage needs to add new methods
274
275- add: token types
276
277- add: typescripts types
278- **auth:** it will affect all auth plugins
279
280# Changelog
281
282All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
283
284## [7.0.0](https://github.com/verdaccio/flow-types/compare/v6.2.0...v7.0.0) (2019-07-25)
285
286### Bug Fixes
287
288- add \_autogenerated to UpLinkConf ([971e52e](https://github.com/verdaccio/flow-types/commit/971e52e))
289- **IPluginAuth:** adduser, changePassword optional ([40d4e7a](https://github.com/verdaccio/flow-types/commit/40d4e7a)), closes [/github.com/verdaccio/verdaccio/blob/66f4197236d9d71af149314aae15102b336f45e1/src/lib/auth.ts#L67-L71](https://github.com/verdaccio/flow-types/issues/L67-L71) [/github.com/verdaccio/verdaccio/blob/66f4197236d9d71af149314aae15102b336f45e1/src/lib/auth.ts#L138-L166](https://github.com/verdaccio/flow-types/issues/L138-L166)
290- **IPluginAuth:** remove `login_url` ([1663c07](https://github.com/verdaccio/flow-types/commit/1663c07)), closes [#69](https://github.com/verdaccio/flow-types/issues/69)
291
292### Features
293
294- merge changes from 5.x ([7d2d526](https://github.com/verdaccio/flow-types/commit/7d2d526))
295- remove flow [#70](https://github.com/verdaccio/flow-types/issues/70) ([826d5fe](https://github.com/verdaccio/flow-types/commit/826d5fe))
296
297### BREAKING CHANGES
298
299- remove flow definitions
300
301<a name="6.2.0"></a>
302
303# [6.2.0](https://github.com/verdaccio/flow-types/compare/v6.1.0...v6.2.0) (2019-05-28)
304
305### Features
306
307- add types for Version ([900861d](https://github.com/verdaccio/flow-types/commit/900861d))
308
309<a name="6.1.0"></a>
310
311# [6.1.0](https://github.com/verdaccio/flow-types/compare/v6.0.2...v6.1.0) (2019-05-14)
312
313### Bug Fixes
314
315- revert token signature ([59a03e7](https://github.com/verdaccio/flow-types/commit/59a03e7))
316
317### Features
318
319- moved token api signature ([e51991c](https://github.com/verdaccio/flow-types/commit/e51991c))
320
321<a name="6.0.2"></a>
322
323## [6.0.2](https://github.com/verdaccio/flow-types/compare/v6.0.1...v6.0.2) (2019-05-06)
324
325### Bug Fixes
326
327- fix/token i local package manager ([#61](https://github.com/verdaccio/flow-types/issues/61)) ([14adfb2](https://github.com/verdaccio/flow-types/commit/14adfb2))
328
329<a name="6.0.1"></a>
330
331## [6.0.1](https://github.com/verdaccio/flow-types/compare/v6.0.0...v6.0.1) (2019-05-04)
332
333### Bug Fixes
334
335- tokens are accesible also in local-storage ([56551cf](https://github.com/verdaccio/flow-types/commit/56551cf))
336
337<a name="6.0.0"></a>
338
339# [6.0.0](https://github.com/verdaccio/flow-types/compare/v5.0.2...v6.0.0) (2019-04-30)
340
341### Bug Fixes
342
343- remove wrong imports ([a75476a](https://github.com/verdaccio/flow-types/commit/a75476a))
344
345### Features
346
347- token types ([#60](https://github.com/verdaccio/flow-types/issues/60)) @Eomm ([7b74982](https://github.com/verdaccio/flow-types/commit/7b74982))
348
349### BREAKING CHANGES
350
351- storage needs to add new methods
352
353- add: token types
354
355- add: typescripts types
356
357<a name="5.0.2"></a>
358
359## [5.0.2](https://github.com/verdaccio/flow-types/compare/v5.0.1...v5.0.2) (2019-04-22)
360
361### Bug Fixes
362
363- fixes for storage plugin types per code review ([#59](https://github.com/verdaccio/flow-types/issues/59)) ([c2ea90b](https://github.com/verdaccio/flow-types/commit/c2ea90b))
364
365<a name="5.0.1"></a>
366
367## [5.0.1](https://github.com/verdaccio/flow-types/compare/v5.0.0...v5.0.1) (2019-04-18)
368
369<a name="5.0.0"></a>
370
371# [5.0.0](https://github.com/verdaccio/flow-types/compare/v5.0.0-beta.4...v5.0.0) (2019-04-18)
372
373### Features
374
375- support for an IPluginStorageFilter ([#58](https://github.com/verdaccio/flow-types/issues/58)) ([e67559f](https://github.com/verdaccio/flow-types/commit/e67559f))
376
377<a name="5.0.0-beta.4"></a>
378
379# [5.0.0-beta.4](https://github.com/verdaccio/flow-types/compare/v5.0.0-beta.3...v5.0.0-beta.4) (2019-03-29)
380
381### Features
382
383- **storage:** path is not mandatory ([784f1bb](https://github.com/verdaccio/flow-types/commit/784f1bb))
384
385<a name="5.0.0-beta.3"></a>
386
387# [5.0.0-beta.3](https://github.com/verdaccio/flow-types/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2019-03-09)
388
389### Features
390
391- add types for PackageUsers ([9bb3c26](https://github.com/verdaccio/flow-types/commit/9bb3c26))
392
393<a name="5.0.0-beta.2"></a>
394
395# [5.0.0-beta.2](https://github.com/verdaccio/flow-types/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2019-02-03)
396
397### Features
398
399- allow_access and allow_publish are optional for auth plugin ([0d5a53c](https://github.com/verdaccio/flow-types/commit/0d5a53c))
400
401<a name="5.0.0-beta.1"></a>
402
403# [5.0.0-beta.1](https://github.com/verdaccio/flow-types/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2019-02-01)
404
405<a name="5.0.0-beta.0"></a>
406
407# [5.0.0-beta.0](https://github.com/verdaccio/flow-types/compare/v4.3.0...v5.0.0-beta.0) (2019-01-27)
408
409<a name="4.3.0"></a>
410
411# [4.3.0](https://github.com/verdaccio/flow-types/compare/v4.2.0...v4.3.0) (2019-01-12)
412
413### Features
414
415- add gravatar prop for web config ([99ceae9](https://github.com/verdaccio/flow-types/commit/99ceae9))
416
417<a name="4.2.0"></a>
418
419# [4.2.0](https://github.com/verdaccio/flow-types/compare/v4.1.2...v4.2.0) (2019-01-12)
420
421### Features
422
423- add AuthPluginPackage type ([0e46b04](https://github.com/verdaccio/flow-types/commit/0e46b04))
424
425<a name="4.1.2"></a>
426
427## [4.1.2](https://github.com/verdaccio/flow-types/compare/v4.1.1...v4.1.2) (2018-11-11)
428
429### Bug Fixes
430
431- remove wrong definition ([9bc53fc](https://github.com/verdaccio/flow-types/commit/9bc53fc))
432
433<a name="4.1.1"></a>
434
435## [4.1.1](https://github.com/verdaccio/flow-types/compare/v4.1.0...v4.1.1) (2018-10-06)
436
437### Bug Fixes
438
439- deprecated methods are optional ([4c96e89](https://github.com/verdaccio/flow-types/commit/4c96e89))
440
441<a name="4.1.0"></a>
442
443# [4.1.0](https://github.com/verdaccio/flow-types/compare/v4.0.0...v4.1.0) (2018-10-06)
444
445### Features
446
447- package access props are not optional ([afabaf1](https://github.com/verdaccio/flow-types/commit/afabaf1))
448
449<a name="4.0.0"></a>
450
451# [4.0.0](https://github.com/verdaccio/flow-types/compare/v3.7.2...v4.0.0) (2018-09-30)
452
453### Features
454
455- **auth:** add method to update password ([21fc43f](https://github.com/verdaccio/flow-types/commit/21fc43f))
456
457### BREAKING CHANGES
458
459- **auth:** it will affect all auth plugins
460
461<a name="3.7.2"></a>
462
463## [3.7.2](https://github.com/verdaccio/flow-types/compare/v3.7.1...v3.7.2) (2018-09-27)
464
465### Bug Fixes
466
467- entry point [#14](https://github.com/verdaccio/flow-types/issues/14) ([f7b8982](https://github.com/verdaccio/flow-types/commit/f7b8982))
468- export Author type ([7869dde](https://github.com/verdaccio/flow-types/commit/7869dde))
469
470<a name="3.7.1"></a>
471
472## [3.7.1](https://github.com/verdaccio/flow-types/compare/v3.7.0...v3.7.1) (2018-08-11)
473
474### Bug Fixes
475
476- restore missing type on RemoteUser ([88d809e](https://github.com/verdaccio/flow-types/commit/88d809e))
477
478<a name="3.7.0"></a>
479
480# [3.7.0](https://github.com/verdaccio/flow-types/compare/v3.6.0...v3.7.0) (2018-08-05)
481
482### Features
483
484- add Security configuration ([0d9aece](https://github.com/verdaccio/flow-types/commit/0d9aece))
485
486<a name="3.6.0"></a>
487
488# [3.6.0](https://github.com/verdaccio/flow-types/compare/v3.5.1...v3.6.0) (2018-07-30)
489
490### Features
491
492- changes max_users type to number ([1fa6e73](https://github.com/verdaccio/flow-types/commit/1fa6e73))
493
494<a name="3.5.1"></a>
495
496## [3.5.1](https://github.com/verdaccio/flow-types/compare/v3.5.0...v3.5.1) (2018-07-21)
497
498### Bug Fixes
499
500- login_url should be an optional property ([0fcfb9c](https://github.com/verdaccio/flow-types/commit/0fcfb9c))
501
502<a name="3.5.0"></a>
503
504# [3.5.0](https://github.com/verdaccio/flow-types/compare/v3.4.3...v3.5.0) (2018-07-21)
505
506### Features
507
508- add `login_url` to verdaccio\$IPluginAuth ([6e03209](https://github.com/verdaccio/flow-types/commit/6e03209)), closes [verdaccio/verdaccio#834](https://github.com/verdaccio/verdaccio/issues/834)
509
510<a name="3.4.3"></a>
511
512## [3.4.3](https://github.com/verdaccio/flow-types/compare/v3.4.2...v3.4.3) (2018-07-19)
513
514### Bug Fixes
515
516- allow extend config ([06e810f](https://github.com/verdaccio/flow-types/commit/06e810f))
517
518<a name="3.4.2"></a>
519
520## [3.4.2](https://github.com/verdaccio/flow-types/compare/v3.4.1...v3.4.2) (2018-07-17)
521
522<a name="3.4.1"></a>
523
524## [3.4.1](https://github.com/verdaccio/flow-types/compare/v3.4.0...v3.4.1) (2018-07-16)
525
526### Bug Fixes
527
528- allow sub types on allow auth methods ([fa8125b](https://github.com/verdaccio/flow-types/commit/fa8125b))
529
530<a name="3.4.0"></a>
531
532# [3.4.0](https://github.com/verdaccio/flow-types/compare/v3.3.3...v3.4.0) (2018-07-16)
533
534### Features
535
536- add RemoteUser type ([aa83839](https://github.com/verdaccio/flow-types/commit/aa83839))
537
538<a name="3.3.3"></a>
539
540## [3.3.3](https://github.com/verdaccio/flow-types/compare/v3.3.2...v3.3.3) (2018-07-16)
541
542### Bug Fixes
543
544- wrong signature for auth plugin ([11a0ce6](https://github.com/verdaccio/flow-types/commit/11a0ce6))
545
546<a name="3.3.2"></a>
547
548## [3.3.2](https://github.com/verdaccio/flow-types/compare/v3.3.1...v3.3.2) (2018-07-16)
549
550### Bug Fixes
551
552- add missing adduser method ([0b54fe7](https://github.com/verdaccio/flow-types/commit/0b54fe7))
553
554<a name="3.3.1"></a>
555
556## [3.3.1](https://github.com/verdaccio/flow-types/compare/v3.3.0...v3.3.1) (2018-07-15)
557
558### Bug Fixes
559
560- add config prop to IBasicAuth ([0714316](https://github.com/verdaccio/flow-types/commit/0714316))
561
562<a name="3.3.0"></a>
563
564# [3.3.0](https://github.com/verdaccio/flow-types/compare/v3.2.0...v3.3.0) (2018-07-15)
565
566### Features
567
568- add IStorageManager for middleware plugin ([d473b4c](https://github.com/verdaccio/flow-types/commit/d473b4c))
569
570<a name="3.2.0"></a>
571
572# [3.2.0](https://github.com/verdaccio/flow-types/compare/v3.1.0...v3.2.0) (2018-07-15)
573
574### Features
575
576- add interface for middleware and storage plugin ([0028085](https://github.com/verdaccio/flow-types/commit/0028085))
577
578<a name="3.1.0"></a>
579
580# [3.1.0](https://github.com/verdaccio/flow-types/compare/v3.0.1...v3.1.0) (2018-07-14)
581
582### Features
583
584- add types for auth plugin ([a9b7bc9](https://github.com/verdaccio/flow-types/commit/a9b7bc9))
585
586<a name="3.0.1"></a>
587
588## [3.0.1](https://github.com/verdaccio/flow-types/compare/v3.0.0...v3.0.1) (2018-07-02)
589
590### Bug Fixes
591
592- improvements config interface ([8ea6276](https://github.com/verdaccio/flow-types/commit/8ea6276))
593
594<a name="3.0.0"></a>
595
596# [3.0.0](https://github.com/verdaccio/flow-types/compare/v2.2.2...v3.0.0) (2018-06-08)
597
598### Features
599
600- add search method ([2cf3ce9](https://github.com/verdaccio/flow-types/commit/2cf3ce9))
601
602### BREAKING CHANGES
603
604- search method must be implemented to allow search functionality