@embedded-postgres/windows-x64
Advanced tools
Comparing version 14.3.0-alpha.10 to 14.3.0-alpha.11
{ | ||
"name": "@embedded-postgres/windows-x64", | ||
"version": "14.3.0-alpha.10", | ||
"version": "14.3.0-alpha.11", | ||
"description": "", | ||
@@ -22,4 +22,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/downloader": "^14.3.0-alpha.10", | ||
"@embedded-postgres/symlink-reader": "^14.3.0-alpha.10" | ||
"@embedded-postgres/downloader": "^14.3.0-alpha.11", | ||
"@embedded-postgres/symlink-reader": "^14.3.0-alpha.11" | ||
}, | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "ac8b84cc776225b227c451fd12bcbbb0260b4426" | ||
"gitHead": "a88c38b92964df35c010f24435c5c050568d6eb2" | ||
} |
@@ -19,3 +19,3 @@ const fs = require('fs/promises'); | ||
symlinks.map(({ source, target }) => { | ||
return fs.link(source, target); | ||
return fs.symlink(source, target); | ||
}) | ||
@@ -22,0 +22,0 @@ // Swallow any errors, since the symlinks may already exist |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91250354