embedded-postgres
Advanced tools
Comparing version
{ | ||
"name": "embedded-postgres", | ||
"version": "17.3.0-beta.15", | ||
"version": "17.4.0-beta.15", | ||
"description": "A package to run an embedded Postgresql database right from NodeJS", | ||
@@ -27,3 +27,3 @@ "exports": "./dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/symlink-reader": "^17.3.0-beta.15", | ||
"@embedded-postgres/symlink-reader": "^17.4.0-beta.15", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -36,10 +36,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^17.3.0-beta.15", | ||
"@embedded-postgres/darwin-x64": "^17.3.0-beta.15", | ||
"@embedded-postgres/linux-arm": "^17.3.0-beta.15", | ||
"@embedded-postgres/linux-arm64": "^17.3.0-beta.15", | ||
"@embedded-postgres/linux-ia32": "^17.3.0-beta.15", | ||
"@embedded-postgres/linux-ppc64": "^17.3.0-beta.15", | ||
"@embedded-postgres/linux-x64": "^17.3.0-beta.15", | ||
"@embedded-postgres/windows-x64": "^17.3.0-beta.15" | ||
"@embedded-postgres/darwin-arm64": "^17.4.0-beta.15", | ||
"@embedded-postgres/darwin-x64": "^17.4.0-beta.15", | ||
"@embedded-postgres/linux-arm": "^17.4.0-beta.15", | ||
"@embedded-postgres/linux-arm64": "^17.4.0-beta.15", | ||
"@embedded-postgres/linux-ia32": "^17.4.0-beta.15", | ||
"@embedded-postgres/linux-ppc64": "^17.4.0-beta.15", | ||
"@embedded-postgres/linux-x64": "^17.4.0-beta.15", | ||
"@embedded-postgres/windows-x64": "^17.4.0-beta.15" | ||
}, | ||
@@ -60,3 +60,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "66381a02013d8b1f6fdcbad77a786b3ce749b3b8" | ||
"gitHead": "7dd128d224ea227ff09045b3745ed570fb0a8580" | ||
} |