Détail du package

@verdaccio/types

verdaccio73.2kMIT10.8.0

verdaccio types definitions

verdaccio, typescript, types

readme

Verdaccio Monorepo

Github CI License Backers Stackshare Discord Twitter followers

This monorepo contains all the packages that composes the Verdaccio 5.x architecture, except Verdaccio itself and UI.

⚠️ DEPRECATED All packages were moved to verdaccio/verdaccio/ master branch, only security vulnerabilities will be commited on this repo until verdaccio@5.x.x is being is replaced by major release. Features please refer to the main repository. Only bugs and security updates are allowed on this repository.

Contributing

Please, refer to our CONTRIBUTING to learn how to contribute.

License

Verdaccio Monorepo is an open source project with MIT license

changelog

Change Log

10.8.0

Minor Changes

  • 51a0d28: feat: aesEncrypt string instead buffer

10.7.2

Patch Changes

  • 5bdde6c: fix: add enhancedLegacySignature property to security

10.7.1

Patch Changes

  • ce921a8: fix: config plugin types

10.7.0

Minor Changes

  • e60fd0a: feat(types): add missing fields to the Version object

10.6.0

Minor Changes

  • f8d763c: feat: add abbreviated versions support

10.5.2

Patch Changes

  • 5c127e6: feat: add server.trustProxy configuration type

10.5.1

Patch Changes

  • 4643709: fix: wrong package configuration

10.5.0

Minor Changes

  • b5cfaf6: feat: refactor types and typescript 4

10.4.2

Patch Changes

  • 2d428b3: fix: user_agent property as boolean

10.4.1

Patch Changes

  • aaf0da4: fix: self_path correct property

10.4.0

Minor Changes

  • 00e4afd: feat: update configuration types

10.3.0

Minor Changes

  • 803c518: chore: update core dependencies

10.2.2

Patch Changes

  • 9ca52a7: fix: move userRateLimit to config body

10.2.1

Patch Changes

  • 254a282: fix: user_agent can be also string

10.2.0

Minor Changes

  • 96b62c8: feat: add rate limit and convert user agent type to boolean

10.1.0

Minor Changes

10.0.1

Patch Changes

  • 6134415: fix: update dependencies

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

10.0.0 (2021-03-29)

Note: Version bump only for package @verdaccio/types

9.7.2 (2020-07-20)

Bug Fixes

9.7.0 (2020-06-24)

Features

9.5.0 (2020-05-02)

Features

9.3.0 (2020-01-29)

Features

  • types: adding tag type for auth plugins (#318) (7f07c94)

9.0.0 (2020-01-07)

Note: Version bump only for package @verdaccio/types

8.5.2 (2019-12-25)

Bug Fixes

8.5.1 (2019-12-24)

Bug Fixes

8.5.0 (2019-12-22)

Bug Fixes

8.4.2 (2019-11-23)

Note: Version bump only for package @verdaccio/types

8.4.1 (2019-11-22)

Note: Version bump only for package @verdaccio/types

8.4.0 (2019-11-22)

Bug Fixes

  • adds sort_packages in WebConf Interface (#227) (5b60ade)

8.3.0 (2019-10-27)

Features

8.1.0 (2019-09-07)

Note: Version bump only for package @verdaccio/types

8.0.1-next.1 (2019-08-29)

Note: Version bump only for package @verdaccio/types

8.0.1-next.0 (2019-08-29)

Note: Version bump only for package @verdaccio/types

8.0.0 (2019-08-22)

Note: Version bump only for package @verdaccio/types

8.0.0-next.4 (2019-08-18)

Note: Version bump only for package @verdaccio/types

8.0.0-next.2 (2019-08-03)

Bug Fixes

  • update types for tokens (9734fa8)

8.0.0-next.1 (2019-08-01)

Note: Version bump only for package @verdaccio/types

8.0.0-next.0 (2019-08-01)

Bug Fixes

  • add _autogenerated to UpLinkConf (436bd91)
  • add config prop to IBasicAuth (2481d6f)
  • add missing adduser method (22cdb4e)
  • add missing properties (973c5e4)
  • allow extend config (0aea94f)
  • allow sub types on allow auth methods (7325f74)
  • deprecated methods are optional (b77155a)
  • entry point #14 (7575e75)
  • export Author type (bf7115b)
  • fix/token i local package manager (#61) (a7e0fc8)
  • fixes for storage plugin types per code review (#59) (04fccb8)
  • getPackageStorage allowed to return undefined (8a859d0)
  • improvements config interface (1dac321)
  • methods return Stream (22e0672)
  • remove options from get package metadata (2bfc048)
  • remove wrong definition (acba624)
  • remove wrong imports (c82f51c)
  • restore missing type on RemoteUser (b596896)
  • storage types (1285675)
  • tokens are accesible also in local-storage (08b342d)
  • update https (c93c3fc)
  • update readTarball with right parameters (8cbc7d1)
  • update streams type (7fa7be5)
  • update types for local data (6706770)
  • update utils types (7c37133)
  • wrong signature for auth plugin (e3e2508)

Features

  • add AuthPluginPackage type (f0e1cea)
  • add callback to database methods (d0d55e9)
  • add config file types (188a3e5)
  • add gravatar prop for web config (b3ac873)
  • add interface for middleware and storage plugin (2b18e22)
  • add IStorageManager for middleware plugin (0ac1cc4)
  • Add locking library on typings (7f7ab67)
  • add RemoteUser type (7d11892)
  • add search method BREAKING CHANGE: search method must be implemented to allow search functionality (b6d94e6)
  • add secret gateway methods (5300147)
  • add Security configuration (0cdc0dd)
  • add types for auth plugin (6378186)
  • add types for PackageUsers (ad5f917)
  • add types for search class (e23782d)
  • callback does not return (fd78bfc)
  • merge changes from 5.x (5f61009)
  • package access props are not optional (61708e2)
  • remove flow #70 (2218b74)
  • remove sync method (f60f81c)
  • secret methods are async (d5eacf5)
  • support for an IPluginStorageFilter (#58) (eab219e)
  • token types (#60) @Eomm (6e74da6)
  • auth: add method to update password (e257c3a)
  • storage: path is not mandatory (2c42931)

BREAKING CHANGES

  • remove flow definitions
  • storage needs to add new methods

  • add: token types

  • add: typescripts types

  • auth: it will affect all auth plugins

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.0.0 (2019-07-25)

Bug Fixes

Features

BREAKING CHANGES

  • remove flow definitions

6.2.0 (2019-05-28)

Features

6.1.0 (2019-05-14)

Bug Fixes

Features

  • moved token api signature (e51991c)

6.0.2 (2019-05-06)

Bug Fixes

  • fix/token i local package manager (#61) (14adfb2)

6.0.1 (2019-05-04)

Bug Fixes

  • tokens are accesible also in local-storage (56551cf)

6.0.0 (2019-04-30)

Bug Fixes

Features

BREAKING CHANGES

  • storage needs to add new methods

  • add: token types

  • add: typescripts types

5.0.2 (2019-04-22)

Bug Fixes

  • fixes for storage plugin types per code review (#59) (c2ea90b)

5.0.1 (2019-04-18)

5.0.0 (2019-04-18)

Features

  • support for an IPluginStorageFilter (#58) (e67559f)

5.0.0-beta.4 (2019-03-29)

Features

  • storage: path is not mandatory (784f1bb)

5.0.0-beta.3 (2019-03-09)

Features

  • add types for PackageUsers (9bb3c26)

5.0.0-beta.2 (2019-02-03)

Features

  • allow_access and allow_publish are optional for auth plugin (0d5a53c)

5.0.0-beta.1 (2019-02-01)

5.0.0-beta.0 (2019-01-27)

4.3.0 (2019-01-12)

Features

  • add gravatar prop for web config (99ceae9)

4.2.0 (2019-01-12)

Features

  • add AuthPluginPackage type (0e46b04)

4.1.2 (2018-11-11)

Bug Fixes

  • remove wrong definition (9bc53fc)

4.1.1 (2018-10-06)

Bug Fixes

  • deprecated methods are optional (4c96e89)

4.1.0 (2018-10-06)

Features

  • package access props are not optional (afabaf1)

4.0.0 (2018-09-30)

Features

  • auth: add method to update password (21fc43f)

BREAKING CHANGES

  • auth: it will affect all auth plugins

3.7.2 (2018-09-27)

Bug Fixes

3.7.1 (2018-08-11)

Bug Fixes

  • restore missing type on RemoteUser (88d809e)

3.7.0 (2018-08-05)

Features

  • add Security configuration (0d9aece)

3.6.0 (2018-07-30)

Features

  • changes max_users type to number (1fa6e73)

3.5.1 (2018-07-21)

Bug Fixes

  • login_url should be an optional property (0fcfb9c)

3.5.0 (2018-07-21)

Features

3.4.3 (2018-07-19)

Bug Fixes

3.4.2 (2018-07-17)

3.4.1 (2018-07-16)

Bug Fixes

  • allow sub types on allow auth methods (fa8125b)

3.4.0 (2018-07-16)

Features

3.3.3 (2018-07-16)

Bug Fixes

  • wrong signature for auth plugin (11a0ce6)

3.3.2 (2018-07-16)

Bug Fixes

  • add missing adduser method (0b54fe7)

3.3.1 (2018-07-15)

Bug Fixes

  • add config prop to IBasicAuth (0714316)

3.3.0 (2018-07-15)

Features

  • add IStorageManager for middleware plugin (d473b4c)

3.2.0 (2018-07-15)

Features

  • add interface for middleware and storage plugin (0028085)

3.1.0 (2018-07-14)

Features

  • add types for auth plugin (a9b7bc9)

3.0.1 (2018-07-02)

Bug Fixes

  • improvements config interface (8ea6276)

3.0.0 (2018-06-08)

Features

BREAKING CHANGES

  • search method must be implemented to allow search functionality