embedded-postgres
Advanced tools
Comparing version 13.6.0-beta.6 to 13.9.0-beta.6
{ | ||
"name": "embedded-postgres", | ||
"version": "13.6.0-beta.6", | ||
"version": "13.9.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": "^13.6.0-beta.6", | ||
"@embedded-postgres/symlink-reader": "^13.9.0-beta.6", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -28,10 +28,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^13.6.0-beta.6", | ||
"@embedded-postgres/darwin-x64": "^13.6.0-beta.6", | ||
"@embedded-postgres/linux-arm": "^13.6.0-beta.6", | ||
"@embedded-postgres/linux-arm64": "^13.6.0-beta.6", | ||
"@embedded-postgres/linux-ia32": "^13.6.0-beta.6", | ||
"@embedded-postgres/linux-ppc64": "^13.6.0-beta.6", | ||
"@embedded-postgres/linux-x64": "^13.6.0-beta.6", | ||
"@embedded-postgres/windows-x64": "^13.6.0-beta.6" | ||
"@embedded-postgres/darwin-arm64": "^13.9.0-beta.6", | ||
"@embedded-postgres/darwin-x64": "^13.9.0-beta.6", | ||
"@embedded-postgres/linux-arm": "^13.9.0-beta.6", | ||
"@embedded-postgres/linux-arm64": "^13.9.0-beta.6", | ||
"@embedded-postgres/linux-ia32": "^13.9.0-beta.6", | ||
"@embedded-postgres/linux-ppc64": "^13.9.0-beta.6", | ||
"@embedded-postgres/linux-x64": "^13.9.0-beta.6", | ||
"@embedded-postgres/windows-x64": "^13.9.0-beta.6" | ||
}, | ||
@@ -49,3 +49,3 @@ "dependencies": { | ||
], | ||
"gitHead": "2c63241d9fd6fad4c0d3e4827ea3c5a1c8272cac" | ||
"gitHead": "8eff0391a5b244b44aac7b840d1b48ef91283228" | ||
} |