embedded-postgres
Advanced tools
Comparing version 12.16.0-beta.9 to 12.17.1-beta.9
{ | ||
"name": "embedded-postgres", | ||
"version": "12.16.0-beta.9", | ||
"version": "12.17.1-beta.9", | ||
"description": "A package to run an embedded Postgresql database right from NodeJS", | ||
@@ -21,3 +21,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/symlink-reader": "^12.16.0-beta.9", | ||
"@embedded-postgres/symlink-reader": "^12.17.1-beta.9", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -29,10 +29,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^12.16.0-beta.9", | ||
"@embedded-postgres/darwin-x64": "^12.16.0-beta.9", | ||
"@embedded-postgres/linux-arm": "^12.16.0-beta.9", | ||
"@embedded-postgres/linux-arm64": "^12.16.0-beta.9", | ||
"@embedded-postgres/linux-ia32": "^12.16.0-beta.9", | ||
"@embedded-postgres/linux-ppc64": "^12.16.0-beta.9", | ||
"@embedded-postgres/linux-x64": "^12.16.0-beta.9", | ||
"@embedded-postgres/windows-x64": "^12.16.0-beta.9" | ||
"@embedded-postgres/darwin-arm64": "^12.17.1-beta.9", | ||
"@embedded-postgres/darwin-x64": "^12.17.1-beta.9", | ||
"@embedded-postgres/linux-arm": "^12.17.1-beta.9", | ||
"@embedded-postgres/linux-arm64": "^12.17.1-beta.9", | ||
"@embedded-postgres/linux-ia32": "^12.17.1-beta.9", | ||
"@embedded-postgres/linux-ppc64": "^12.17.1-beta.9", | ||
"@embedded-postgres/linux-x64": "^12.17.1-beta.9", | ||
"@embedded-postgres/windows-x64": "^12.17.1-beta.9" | ||
}, | ||
@@ -50,3 +50,3 @@ "dependencies": { | ||
], | ||
"gitHead": "7b1f39fdf1af96dbcdd88c96af038135cf394748" | ||
"gitHead": "4a62f3542626ef308fb4521c5e1253b644399c9b" | ||
} |