slnodejs 6.1.807 → 6.1.810
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.
|
@@ -30618,7 +30618,7 @@ module.exports={
|
|
|
30618
30618
|
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz",
|
|
30619
30619
|
"_shasum": "c715e09f78b6923977610d4c2346d6ce22e6dded",
|
|
30620
30620
|
"_spec": "elliptic@^6.5.5",
|
|
30621
|
-
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
|
|
30621
|
+
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
|
|
30622
30622
|
"author": {
|
|
30623
30623
|
"name": "Fedor Indutny",
|
|
30624
30624
|
"email": "fedor@indutny.com"
|
|
@@ -45350,6 +45350,7 @@ var parseValues = function parseQueryStringValues(str, options) {
|
|
|
45350
45350
|
var obj = { __proto__: null };
|
|
45351
45351
|
|
|
45352
45352
|
var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str;
|
|
45353
|
+
cleanStr = cleanStr.replace(/%5B/gi, '[').replace(/%5D/gi, ']');
|
|
45353
45354
|
var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;
|
|
45354
45355
|
var parts = cleanStr.split(options.delimiter, limit);
|
|
45355
45356
|
var skipIndex = -1; // Keep track of where the utf8 sentinel was found
|
|
@@ -57135,7 +57136,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57135
57136
|
"use strict";
|
|
57136
57137
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57137
57138
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57138
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57139
|
+
exports.SL_AGENT_VERSION = '6.1.810';
|
|
57139
57140
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57140
57141
|
});
|
|
57141
57142
|
|