We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac2964 commit 7b34e82Copy full SHA for 7b34e82
utils/acquireOpenSSL.mjs
@@ -12,7 +12,7 @@ import { promisify } from "util";
12
13
const pipeline = promisify(stream.pipeline);
14
15
-import packageJson from '../package.json' assert { type: "json" };
+import packageJson from '../package.json' with { type: "json" };
16
17
const OPENSSL_VERSION = "1.1.1t";
18
const win32BatPath = path.join(import.meta.dirname, "build-openssl.bat");
0 commit comments