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