@abtnode/constant
Advanced tools
Comparing version 1.6.8 to 1.6.9
11
index.js
@@ -150,3 +150,10 @@ const NODE_SERVICES = Object.freeze({ | ||
[ROLES.MEMBER]: [ROLES.GUEST, 'mutate_blocklet', 'mutate_router', 'mutate_notification', 'mutate_session'], | ||
[ROLES.ADMIN]: [ROLES.MEMBER, 'mutate_team', 'mutate_webhook', 'mutate_accessKey', 'mutate_node'], | ||
[ROLES.ADMIN]: [ | ||
ROLES.MEMBER, | ||
'mutate_team', | ||
'mutate_webhook', | ||
'mutate_accessKey', | ||
'mutate_node', | ||
'mutate_certificate', | ||
], | ||
[ROLES.OWNER]: [ROLES.ADMIN], | ||
@@ -203,2 +210,4 @@ '@abtnode/auth-service': ['query_team', 'mutate_team'], | ||
DEFAULT_DID_REGISTRY: 'https://resolver.staging.arcblock.io', | ||
DEFAULT_DID_DOMAIN: 'did.staging.arcblock.io', | ||
DEFAULT_IP_DNS_DOMAIN_SUFFIX: 'ip.abtnet.io', | ||
@@ -205,0 +214,0 @@ DEFAULT_DASHBOARD_DOMAIN: '*.ip.abtnet.io', |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.6.8", | ||
"version": "1.6.9", | ||
"description": "ABT Node constants", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "f97ec3a44250e034ff4b5e3f088c1417f448a7bb" | ||
"gitHead": "372e95513bd9a510702d93650c0c004589579cb3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9079
263