embedded-postgres
Advanced tools
Comparing version 11.18.0-beta.6 to 11.19.0-beta.6
{ | ||
"name": "embedded-postgres", | ||
"version": "11.18.0-beta.6", | ||
"version": "11.19.0-beta.6", | ||
"description": "A package to run an embedded Postgresql database right from NodeJS", | ||
@@ -20,3 +20,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/symlink-reader": "^11.18.0-beta.6", | ||
"@embedded-postgres/symlink-reader": "^11.19.0-beta.6", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -28,10 +28,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^11.18.0-beta.6", | ||
"@embedded-postgres/darwin-x64": "^11.18.0-beta.6", | ||
"@embedded-postgres/linux-arm": "^11.18.0-beta.6", | ||
"@embedded-postgres/linux-arm64": "^11.18.0-beta.6", | ||
"@embedded-postgres/linux-ia32": "^11.18.0-beta.6", | ||
"@embedded-postgres/linux-ppc64": "^11.18.0-beta.6", | ||
"@embedded-postgres/linux-x64": "^11.18.0-beta.6", | ||
"@embedded-postgres/windows-x64": "^11.18.0-beta.6" | ||
"@embedded-postgres/darwin-arm64": "^11.19.0-beta.6", | ||
"@embedded-postgres/darwin-x64": "^11.19.0-beta.6", | ||
"@embedded-postgres/linux-arm": "^11.19.0-beta.6", | ||
"@embedded-postgres/linux-arm64": "^11.19.0-beta.6", | ||
"@embedded-postgres/linux-ia32": "^11.19.0-beta.6", | ||
"@embedded-postgres/linux-ppc64": "^11.19.0-beta.6", | ||
"@embedded-postgres/linux-x64": "^11.19.0-beta.6", | ||
"@embedded-postgres/windows-x64": "^11.19.0-beta.6" | ||
}, | ||
@@ -49,3 +49,3 @@ "dependencies": { | ||
], | ||
"gitHead": "43b95097e3fe9c88e24a853f11ae3792ba722310" | ||
"gitHead": "5d421d26a5bbbf2025ffe641b2ce62e3d15684c9" | ||
} |