@krx3d/tizentube2 1.14.570 → 1.14.870

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/dist/service.js CHANGED
@@ -35569,7 +35569,7 @@ function requireSideChannelList() {
35569
35569
  };
35570
35570
  }
35571
35571
  // eslint-disable-next-line no-extra-parens
35572
- listSet( /** @type {NonNullable<typeof $o>} */$o, key, value);
35572
+ listSet(/** @type {NonNullable<typeof $o>} */$o, key, value);
35573
35573
  }
35574
35574
  };
35575
35575
  // @ts-expect-error TODO: figure out why this is erroring
@@ -36507,7 +36507,7 @@ function requireCallBound() {
36507
36507
 
36508
36508
  var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */GetIntrinsic(name, !!allowMissing);
36509
36509
  if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {
36510
- return callBindBasic( /** @type {const} */[intrinsic]);
36510
+ return callBindBasic(/** @type {const} */[intrinsic]);
36511
36511
  }
36512
36512
  return intrinsic;
36513
36513
  };