Files
ThreadNet-Web/patches/await-lock+3.0.0.patch
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
440 B
Diff
Raw Normal View History

2026-01-20 22:02:42 +00:00
diff --git a/node_modules/await-lock/package.json b/node_modules/await-lock/package.json
index 84a2734..cbda839 100644
--- a/node_modules/await-lock/package.json
+++ b/node_modules/await-lock/package.json
@@ -6,7 +6,8 @@
"exports": {
".": {
"types": "./build/AwaitLock.d.ts",
- "import": "./build/AwaitLock.js"
+ "import": "./build/AwaitLock.js",
+ "require": "./build/AwaitLock.js"
}
},
"files": [