@dt-esa/platform-constants
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -8,3 +8,3 @@ "use strict"; | ||
*/ | ||
exports.dynatraceUrlRegex = /^(?<protocol>https?:\/\/)?(?<tenantId>[a-z]{3}[0-9]{5}\.(?<saasStage>sprint|live|dev)\.(?<saasDomain>dynatrace|dynatracelabs)\.com|.+?\/e\/(?<tenantId>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|(127\.0\.0\.1|localhost|\[::1\]|.+?):9999\/e\/(?<tenantId>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}|[a-z]{3}\d{5}))\/?$/; | ||
exports.dynatraceUrlRegex = /^(?<protocol>https?:\/\/)?(?<saasTenantId>[a-z]{3}[0-9]{5}\.(?<saasStage>sprint|live|dev)\.(?<saasDomain>dynatrace|dynatracelabs)\.com|.+?\/e\/(?<managedTenantId>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|(127\.0\.0\.1|localhost|\[::1\]|.+?):9999\/e\/(?<activeGateTenantId>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}|[a-z]{3}\d{5}))\/?$/; | ||
/** | ||
@@ -11,0 +11,0 @@ * Assert if a string is a Dynatrace SaaS url. |
{ | ||
"name": "@dt-esa/platform-constants", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A set of regular expressions and enums for interfacing with Dynatrace.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
7192