authx-interface
Advanced tools
Comparing version 2.0.0-alpha.7 to 2.0.0-alpha.8
@@ -21,3 +21,3 @@ // eslint-disable-next-line @typescript-eslint/no-var-requires | ||
const fd = await new Promise((resolve, reject) => | ||
open(filePath, (error, fd) => { | ||
open(filePath, "r", (error, fd) => { | ||
if (error) { | ||
@@ -24,0 +24,0 @@ if (error.code !== "ENOENT") return reject(error); |
@@ -62,3 +62,3 @@ { | ||
"types": "index.d.ts", | ||
"version": "2.0.0-alpha.7" | ||
"version": "2.0.0-alpha.8" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2159284
2