Skip to content

Commit e53bdf4

Browse files
committed
feat(registry): implement registry configuration schema and sync policies
1 parent 3199f45 commit e53bdf4

File tree

5 files changed

+196
-1246
lines changed

5 files changed

+196
-1246
lines changed

packages/spec/src/hub/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Export Hub Components
22
export * from './composer.zod';
33
export * from './marketplace.zod';
4-
export * from './marketplace-enhanced.zod';
54
export * from './plugin-registry.zod';
5+
export * from './registry-config.zod';
66
export * from './space.zod';
77
export * from './tenant.zod';
88
export * from './license.zod';

packages/spec/src/hub/marketplace-enhanced.test.ts

Lines changed: 0 additions & 371 deletions
This file was deleted.

0 commit comments

Comments
 (0)