@embedded-postgres/linux-arm
Advanced tools
Comparing version 12.18.0-beta.11 to 12.18.0-beta.12
import path from 'path'; | ||
import { fileURLToPath } from 'url'; | ||
const __dirname = path.dirname(fileURLToPath(import.meta.url)); | ||
export const pg_ctl = path.resolve(__dirname, '..', 'native', 'bin', 'pg_ctl'); | ||
export const initdb = path.resolve(__dirname, '..', 'native', 'bin', 'initdb'); | ||
export const postgres = path.resolve(__dirname, '..', 'native', 'bin', 'postgres'); |
{ | ||
"name": "@embedded-postgres/linux-arm", | ||
"version": "12.18.0-beta.11", | ||
"version": "12.18.0-beta.12", | ||
"description": "", | ||
@@ -23,4 +23,4 @@ "exports": "./dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/downloader": "^12.18.0-beta.11", | ||
"@embedded-postgres/symlink-reader": "^12.18.0-beta.11" | ||
"@embedded-postgres/downloader": "^12.18.0-beta.12", | ||
"@embedded-postgres/symlink-reader": "^12.18.0-beta.12" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "623cb7e70acad2a87313c7ec9e10b7e3068e6631" | ||
"gitHead": "94e7be37c25d7816abeb621f7078bf460861cf06" | ||
} |
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
48335173
42