We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5747a commit 6bd8cfaCopy full SHA for 6bd8cfa
src/lib/destination/canonicalSpec.ts
@@ -58,7 +58,7 @@ async function handleNpaResult(result: npa.Result): Promise<string> {
58
* - https://github.com/npm/npm-package-arg#result-object
59
* - https://docs.npmjs.com/cli/v7/commands/npm-install
60
*/
61
-function canonicalSpec(spec: string): Promise<string> {
+async function canonicalSpec(spec: string): Promise<string> {
62
"use cache";
63
64
cacheLife("hours");
0 commit comments