0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-08 02:54:13 -05:00

chore: expose config utils (#5168)

This commit is contained in:
Juan Picado 2025-03-29 09:58:21 +01:00 committed by GitHub
parent b9fea389b6
commit bb478f2ab8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@verdaccio/config': patch
---
chore: expose config utils

View file

@ -1,6 +1,7 @@
export * from './config';
export * from './config-path';
export * from './token';
export * from './config-utils';
export * from './package-access';
export { fromJStoYAML, parseConfigFile } from './parse';
export * from './uplinks';