@nsshunt/stsrunnerframework 1.0.192 → 1.0.194

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