Rebuild dist

This commit is contained in:
Nick Alteen
2025-03-10 12:21:13 -04:00
parent baaa676ca4
commit 08092e2c86
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@ -35,7 +35,7 @@ function getDefaultExportFromCjs (x) {
}
function getAugmentedNamespace(n) {
if (n.__esModule) return n;
if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
var f = n.default;
if (typeof f == "function") {
var a = function a () {