slnodejs 6.1.724 → 6.1.734
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 +2 -2
- package/browser-agent/dist/browser-agent-all.min.js +2 -2
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/build-scanner/instrumentation/instrumented-file-size-reducer.js +1 -1
- package/tsOutputs/build-scanner/instrumentation/instrumented-file-size-reducer.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-executor.js +1 -1
- package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
|
@@ -57095,7 +57095,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57095
57095
|
"use strict";
|
|
57096
57096
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57097
57097
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57098
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57098
|
+
exports.SL_AGENT_VERSION = '6.1.734';
|
|
57099
57099
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57100
57100
|
});
|
|
57101
57101
|
|
|
@@ -72568,7 +72568,7 @@ function RequestSigner(request, credentials) {
|
|
|
72568
72568
|
|
|
72569
72569
|
if (typeof request === 'string') request = url.parse(request)
|
|
72570
72570
|
|
|
72571
|
-
var headers = request.headers = (request.headers || {}),
|
|
72571
|
+
var headers = request.headers = Object.assign({}, (request.headers || {})),
|
|
72572
72572
|
hostParts = (!this.service || !this.region) && this.matchHost(request.hostname || request.host || headers.Host || headers.host)
|
|
72573
72573
|
|
|
72574
72574
|
this.request = request
|