embedded-postgres
Advanced tools
Comparing version 12.14.0-beta.7 to 12.15.0-beta.7
{ | ||
"name": "embedded-postgres", | ||
"version": "12.14.0-beta.7", | ||
"version": "12.15.0-beta.7", | ||
"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": "^12.14.0-beta.7", | ||
"@embedded-postgres/symlink-reader": "^12.15.0-beta.7", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -28,10 +28,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^12.14.0-beta.7", | ||
"@embedded-postgres/darwin-x64": "^12.14.0-beta.7", | ||
"@embedded-postgres/linux-arm": "^12.14.0-beta.7", | ||
"@embedded-postgres/linux-arm64": "^12.14.0-beta.7", | ||
"@embedded-postgres/linux-ia32": "^12.14.0-beta.7", | ||
"@embedded-postgres/linux-ppc64": "^12.14.0-beta.7", | ||
"@embedded-postgres/linux-x64": "^12.14.0-beta.7", | ||
"@embedded-postgres/windows-x64": "^12.14.0-beta.7" | ||
"@embedded-postgres/darwin-arm64": "^12.15.0-beta.7", | ||
"@embedded-postgres/darwin-x64": "^12.15.0-beta.7", | ||
"@embedded-postgres/linux-arm": "^12.15.0-beta.7", | ||
"@embedded-postgres/linux-arm64": "^12.15.0-beta.7", | ||
"@embedded-postgres/linux-ia32": "^12.15.0-beta.7", | ||
"@embedded-postgres/linux-ppc64": "^12.15.0-beta.7", | ||
"@embedded-postgres/linux-x64": "^12.15.0-beta.7", | ||
"@embedded-postgres/windows-x64": "^12.15.0-beta.7" | ||
}, | ||
@@ -49,3 +49,3 @@ "dependencies": { | ||
], | ||
"gitHead": "1948c1fa31b48d367e0c1f6e00c20b1d83724a48" | ||
"gitHead": "88e2df459a656c2dcde4b87620d00b476ec94cca" | ||
} |