slnodejs 6.1.225 → 6.1.234
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser-agent/dist/browser-agent-all.js +1 -0
- package/browser-agent/dist/browser-agent-all.min.js +20 -20
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/build-scanner/instrumentation/file-instrumenter.js +78 -22
- package/tsOutputs/build-scanner/instrumentation/file-instrumenter.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/instrumentation-utils.js +2 -2
- package/tsOutputs/build-scanner/instrumentation/instrumentation-utils.js.map +1 -1
- package/tsOutputs/cli-parse/child-process-wrapper.js +2 -2
- package/tsOutputs/cli-parse/child-process-wrapper.js.map +1 -1
- package/tsOutputs/cli-parse/executors/mocha-executor.js +3 -9
- package/tsOutputs/cli-parse/executors/mocha-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/run-executor.js +1 -6
- package/tsOutputs/cli-parse/executors/run-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/test-listener-executor.js +5 -1
- package/tsOutputs/cli-parse/executors/test-listener-executor.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-conracts.d.ts +1 -0
- package/tsOutputs/common/agent-events/agent-events-conracts.js.map +1 -1
- package/tsOutputs/common/agent-events/nodejs-env-info-builder.js +1 -0
- package/tsOutputs/common/agent-events/nodejs-env-info-builder.js.map +1 -1
|
@@ -46911,6 +46911,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
46911
46911
|
NodejsEnvInfoBuilder.prototype.fillData = function () {
|
|
46912
46912
|
this.info.indexJsonDeps = this.dependencies;
|
|
46913
46913
|
this.info.nodeVersion = process.versions.node;
|
|
46914
|
+
this.info.execArgv = process.execArgv;
|
|
46914
46915
|
};
|
|
46915
46916
|
NodejsEnvInfoBuilder.prototype.build = function () {
|
|
46916
46917
|
this.fillData();
|