feat(core): Allow overriding npm registry for community packages (#10325)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-08-14 09:44:19 +02:00
committed by GitHub
parent 838f13337f
commit 33a2703429
7 changed files with 68 additions and 19 deletions

View File

@@ -90,6 +90,7 @@ export const LICENSE_FEATURES = {
PROJECT_ROLE_ADMIN: 'feat:projectRole:admin',
PROJECT_ROLE_EDITOR: 'feat:projectRole:editor',
PROJECT_ROLE_VIEWER: 'feat:projectRole:viewer',
COMMUNITY_NODES_CUSTOM_REGISTRY: 'feat:communityNodes:customRegistry',
} as const;
export const LICENSE_QUOTAS = {