@@ -17,11 +17,11 @@ export {
1717} from './lib/audit-output.js' ;
1818export { auditSchema , type Audit } from './lib/audit.js' ;
1919export {
20+ cacheConfigObjectSchema ,
2021 cacheConfigSchema ,
22+ cacheConfigShorthandSchema ,
2123 type CacheConfig ,
22- cacheConfigObjectSchema ,
2324 type CacheConfigObject ,
24- cacheConfigShorthandSchema ,
2525 type CacheConfigShorthand ,
2626} from './lib/cache-config.js' ;
2727export {
@@ -31,6 +31,10 @@ export {
3131 type CategoryRef ,
3232} from './lib/category-config.js' ;
3333export { commitSchema , type Commit } from './lib/commit.js' ;
34+ export {
35+ artifactGenerationCommandSchema ,
36+ pluginArtifactOptionsSchema ,
37+ } from './lib/configuration.js' ;
3438export { coreConfigSchema , type CoreConfig } from './lib/core-config.js' ;
3539export {
3640 groupRefSchema ,
@@ -44,6 +48,7 @@ export {
4448 SUPPORTED_CONFIG_FILE_FORMATS ,
4549} from './lib/implementation/configuration.js' ;
4650export {
51+ DEFAULT_PERSIST_CONFIG ,
4752 DEFAULT_PERSIST_FILENAME ,
4853 DEFAULT_PERSIST_FORMAT ,
4954 DEFAULT_PERSIST_OUTPUT_DIR ,
@@ -143,7 +148,3 @@ export {
143148 type Tree ,
144149} from './lib/tree.js' ;
145150export { uploadConfigSchema , type UploadConfig } from './lib/upload-config.js' ;
146- export {
147- artifactGenerationCommandSchema ,
148- pluginArtifactOptionsSchema ,
149- } from './lib/configuration.js' ;
0 commit comments