msgpackr 1.11.10 → 1.11.11

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/node.cjs CHANGED
@@ -1032,7 +1032,7 @@ currentExtensions[0x42] = data => {
1032
1032
  if (length <= 40) {
1033
1033
  let out = view.getBigUint64(start);
1034
1034
  for (let i = start + 8; i < end; i += 8) {
1035
- out <<= BigInt(64n);
1035
+ out <<= BigInt(64);
1036
1036
  out |= view.getBigUint64(i);
1037
1037
  }
1038
1038
  return out