Rebuild dist

This commit is contained in:
Nick Alteen
2025-07-15 15:08:00 -04:00
parent 12e4e8b26d
commit 15ecaf52fe
3 changed files with 8 additions and 3 deletions

8
dist/index.js generated vendored
View File

@@ -35,11 +35,15 @@ 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 () {
if (this instanceof a) {
var isInstance = false;
try {
isInstance = this instanceof a;
} catch {}
if (isInstance) {
return Reflect.construct(f, arguments, this.constructor);
}
return f.apply(this, arguments);

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,7 @@
"declarationMap": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",