From df95ae51454c8a8eec0dd8e0a35b3e6af49447f6 Mon Sep 17 00:00:00 2001 From: Mike Surowiec Date: Thu, 12 May 2022 12:18:35 -0500 Subject: [PATCH] fix: sigsci `module` not found (#27650) fix: module not found Co-authored-by: Peter Bengtsson --- lib/sigsci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sigsci.js b/lib/sigsci.js index 6120172ed7..703d84a389 100644 --- a/lib/sigsci.js +++ b/lib/sigsci.js @@ -457,7 +457,7 @@ var makePre = function (req, postBody) { } return { - ModuleVersion: 'sigsci-module-nodejs ' + module.version, + ModuleVersion: 'sigsci-module-nodejs 2.1.1', ServerVersion: 'nodejs ' + process.version, ServerFlavor: '', ServerName: req.headers.host, // TBD vs. require('os').hostname(); ? why include at all