@nsshunt/stsrunnerframework 1.0.192 → 1.0.193

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.
@@ -2291,7 +2291,7 @@ var hasRequiredLodash_merge;
2291
2291
  function requireLodash_merge() {
2292
2292
  if (hasRequiredLodash_merge) return lodash_merge.exports;
2293
2293
  hasRequiredLodash_merge = 1;
2294
- (function(module, exports) {
2294
+ (function(module, exports$1) {
2295
2295
  var LARGE_ARRAY_SIZE = 200;
2296
2296
  var HASH_UNDEFINED = "__lodash_hash_undefined__";
2297
2297
  var HOT_COUNT = 800, HOT_SPAN = 16;
@@ -2307,7 +2307,7 @@ function requireLodash_merge() {
2307
2307
  var freeGlobal = typeof commonjsGlobal == "object" && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
2308
2308
  var freeSelf = typeof self == "object" && self && self.Object === Object && self;
2309
2309
  var root = freeGlobal || freeSelf || Function("return this")();
2310
- var freeExports = exports && !exports.nodeType && exports;
2310
+ var freeExports = exports$1 && !exports$1.nodeType && exports$1;
2311
2311
  var freeModule = freeExports && true && module && !module.nodeType && module;
2312
2312
  var moduleExports = freeModule && freeModule.exports === freeExports;
2313
2313
  var freeProcess = moduleExports && freeGlobal.process;