@embedded-postgres/darwin-arm64
Advanced tools
Comparing version 16.2.0-beta.11 to 16.2.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/darwin-arm64", | ||
"version": "16.2.0-beta.11", | ||
"version": "16.2.0-beta.12", | ||
"description": "", | ||
@@ -23,4 +23,4 @@ "exports": "./dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/downloader": "^16.2.0-beta.11", | ||
"@embedded-postgres/symlink-reader": "^16.2.0-beta.11" | ||
"@embedded-postgres/downloader": "^16.2.0-beta.12", | ||
"@embedded-postgres/symlink-reader": "^16.2.0-beta.12" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b83c2b3e094ef95ba55e2c4b2a2456c514f7a89d" | ||
"gitHead": "c245a7631a9081663316c5e2f5e61cb455b628df" | ||
} |
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
139770639
42