@abtnode/constant
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -192,2 +192,3 @@ const NODE_SERVICES = Object.freeze({ | ||
CERT_ISSUED: 'cert.issued', | ||
CERT_UPDATED: 'cert.updated', | ||
CERT_ERROR: 'cert.error', | ||
@@ -277,2 +278,3 @@ RELOAD_GATEWAY: 'gateway.reload', | ||
// Service Gateway | ||
// eslint-disable-next-line prefer-regex-literals | ||
IP: new RegExp('-(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\-(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}'), | ||
@@ -341,2 +343,5 @@ DOMAIN_FOR_IP_SITE: '', | ||
}), | ||
// Store | ||
STORE_DETAIL_PAGE_PATH_PREFIX: '/blocklets', | ||
}); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "ABT Node constants", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "6446a85fb33721abc24bb1045d59158e6b96c241" | ||
"gitHead": "c970b8a386bebd7fe6dbc8b8eedf8bd8328b4bb5" | ||
} |
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
10533
313