perimeterx-js-core
Advanced tools
Comparing version
@@ -164,2 +164,6 @@ "use strict"; | ||
}); | ||
(0, utils_1.transferExistingProperties)(this.config, activity.details, { | ||
remoteConfigId: 'remote_config_id', | ||
remoteConfigVersion: 'remote_config_version', | ||
}); | ||
return activity; | ||
@@ -166,0 +170,0 @@ }; |
@@ -17,2 +17,2 @@ "use strict"; | ||
exports.REGEX_STRUCTURE = /^\/(.+?)\/([gimsuyvd]*)$/; | ||
exports.CORE_MODULE_VERSION = 'JS Core 0.24.2'; | ||
exports.CORE_MODULE_VERSION = 'JS Core 0.24.3'; |
@@ -86,4 +86,8 @@ import { AUTHORIZATION_HEADER_NAME, CONTENT_TYPE_HEADER_NAME, ContentType, HttpMethod, OutgoingRequestImpl, } from '../http'; | ||
}); | ||
transferExistingProperties(this.config, activity.details, { | ||
remoteConfigId: 'remote_config_id', | ||
remoteConfigVersion: 'remote_config_version', | ||
}); | ||
return activity; | ||
} | ||
} |
@@ -14,2 +14,2 @@ export const PXVID_COOKIE_NAME = '_pxvid'; | ||
export const REGEX_STRUCTURE = /^\/(.+?)\/([gimsuyvd]*)$/; | ||
export const CORE_MODULE_VERSION = 'JS Core 0.24.2'; | ||
export const CORE_MODULE_VERSION = 'JS Core 0.24.3'; |
@@ -9,2 +9,4 @@ import { ActivityType } from '../../activities'; | ||
os_name?: string; | ||
remote_config_id?: string; | ||
remote_config_version?: string; | ||
}; | ||
@@ -11,0 +13,0 @@ export type TelemetryActivity<Req, Res, Added, Removed> = { |
@@ -14,2 +14,2 @@ export declare const PXVID_COOKIE_NAME = "_pxvid"; | ||
export declare const REGEX_STRUCTURE: RegExp; | ||
export declare const CORE_MODULE_VERSION = "JS Core 0.24.2"; | ||
export declare const CORE_MODULE_VERSION = "JS Core 0.24.3"; |
{ | ||
"name": "perimeterx-js-core", | ||
"version": "0.24.2", | ||
"version": "0.24.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
1255637
0.04%26106
0.04%