slnodejs 6.1.877 → 6.1.885
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 +3 -3
- package/browser-agent/dist/browser-agent-all.min.js +2 -2
- package/browser-agent/package.json +1 -1
- package/lib/preload.js +6 -1
- package/package.json +1 -1
- package/tsOutputs/build-scanner/mappings/file-path-fixer.js +7 -3
- package/tsOutputs/build-scanner/mappings/file-path-fixer.js.map +1 -1
- package/tsOutputs/common/index.js +1 -0
- package/tsOutputs/common/index.js.map +1 -1
|
@@ -54503,7 +54503,7 @@ module.exports = function (buf) {
|
|
|
54503
54503
|
|
|
54504
54504
|
'use strict';
|
|
54505
54505
|
|
|
54506
|
-
var punycode = require('punycode');
|
|
54506
|
+
var punycode = require('punycode/');
|
|
54507
54507
|
|
|
54508
54508
|
function Url() {
|
|
54509
54509
|
this.protocol = null;
|
|
@@ -55255,7 +55255,7 @@ exports.format = urlFormat;
|
|
|
55255
55255
|
|
|
55256
55256
|
exports.Url = Url;
|
|
55257
55257
|
|
|
55258
|
-
},{"punycode":355,"qs":357}],415:[function(require,module,exports){
|
|
55258
|
+
},{"punycode/":355,"qs":357}],415:[function(require,module,exports){
|
|
55259
55259
|
(function (global){(function (){
|
|
55260
55260
|
|
|
55261
55261
|
/**
|
|
@@ -57141,7 +57141,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57141
57141
|
"use strict";
|
|
57142
57142
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57143
57143
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57144
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57144
|
+
exports.SL_AGENT_VERSION = '6.1.885';
|
|
57145
57145
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57146
57146
|
});
|
|
57147
57147
|
|