File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/mongodb-build-info/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ConnectionString from 'mongodb-connection-string-url';
33const ATLAS_REGEX = / \. m o n g o d b ( - d e v | - q a | - s t a g e ) ? \. n e t $ / i;
44const ATLAS_STREAM_REGEX = / ^ a t l a s - s t r e a m - .+ / i;
55const LOCALHOST_REGEX =
6- / ^ ( l o c a l h o s t | 1 2 7 \. ( [ 0 1 ] ? [ 0 - 9 ] [ 0 - 9 ] ? | 2 [ 0 - 4 ] [ 0 - 9 ] | 2 5 [ 0 - 5 ] ) \. ( [ 0 1 ] ? [ 0 - 9 ] [ 0 - 9 ] ? | 2 [ 0 - 4 ] [ 0 - 9 ] | 2 5 [ 0 - 5 ] ) \. ( [ 0 1 ] ? [ 0 - 9 ] [ 0 - 9 ] ? | 2 [ 0 - 4 ] [ 0 - 9 ] | 2 5 [ 0 - 5 ] ) | 0 \. 0 \. 0 \. 0 | (?: 0 * \ :) * ?: ? 0 * 1 ) $ / i;
6+ / ^ ( l o c a l h o s t | 1 2 7 \. ( [ 0 1 ] ? [ 0 - 9 ] [ 0 - 9 ] ? | 2 [ 0 - 4 ] [ 0 - 9 ] | 2 5 [ 0 - 5 ] ) \. ( [ 0 1 ] ? [ 0 - 9 ] [ 0 - 9 ] ? | 2 [ 0 - 4 ] [ 0 - 9 ] | 2 5 [ 0 - 5 ] ) \. ( [ 0 1 ] ? [ 0 - 9 ] [ 0 - 9 ] ? | 2 [ 0 - 4 ] [ 0 - 9 ] | 2 5 [ 0 - 5 ] ) | 0 \. 0 \. 0 \. 0 | (?: 0 * : ) * ?: ? 0 * 1 ) $ / i;
77const DIGITAL_OCEAN_REGEX = / \. m o n g o \. o n d i g i t a l o c e a n \. c o m $ / i;
88const COSMOS_DB_REGEX = / \. c o s m o s \. a z u r e \. c o m $ / i;
99const DOCUMENT_DB_REGEX = / d o c d b ( - e l a s t i c ) ? \. a m a z o n a w s \. c o m $ / i;
You can’t perform that action at this time.
0 commit comments