@embedded-postgres/linux-arm
Advanced tools
Comparing version 13.14.0-beta.11 to 13.14.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": "13.14.0-beta.11", | ||
"version": "13.14.0-beta.12", | ||
"description": "", | ||
@@ -23,4 +23,4 @@ "exports": "./dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/downloader": "^13.14.0-beta.11", | ||
"@embedded-postgres/symlink-reader": "^13.14.0-beta.11" | ||
"@embedded-postgres/downloader": "^13.14.0-beta.12", | ||
"@embedded-postgres/symlink-reader": "^13.14.0-beta.12" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "8a75ef01f941a7cc66769c03efe587e0b7aeb0c1" | ||
"gitHead": "3edd5785c79c14bf1b189753c0b873f9ae8f8f6a" | ||
} |
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
48042754
42