embedded-postgres
Advanced tools
Comparing version 14.13.0-beta.14 to 14.14.0-beta.14
{ | ||
"name": "embedded-postgres", | ||
"version": "14.13.0-beta.14", | ||
"version": "14.14.0-beta.14", | ||
"description": "A package to run an embedded Postgresql database right from NodeJS", | ||
@@ -27,3 +27,3 @@ "exports": "./dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/symlink-reader": "^14.13.0-beta.14", | ||
"@embedded-postgres/symlink-reader": "^14.14.0-beta.14", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -36,10 +36,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^14.13.0-beta.14", | ||
"@embedded-postgres/darwin-x64": "^14.13.0-beta.14", | ||
"@embedded-postgres/linux-arm": "^14.13.0-beta.14", | ||
"@embedded-postgres/linux-arm64": "^14.13.0-beta.14", | ||
"@embedded-postgres/linux-ia32": "^14.13.0-beta.14", | ||
"@embedded-postgres/linux-ppc64": "^14.13.0-beta.14", | ||
"@embedded-postgres/linux-x64": "^14.13.0-beta.14", | ||
"@embedded-postgres/windows-x64": "^14.13.0-beta.14" | ||
"@embedded-postgres/darwin-arm64": "^14.14.0-beta.14", | ||
"@embedded-postgres/darwin-x64": "^14.14.0-beta.14", | ||
"@embedded-postgres/linux-arm": "^14.14.0-beta.14", | ||
"@embedded-postgres/linux-arm64": "^14.14.0-beta.14", | ||
"@embedded-postgres/linux-ia32": "^14.14.0-beta.14", | ||
"@embedded-postgres/linux-ppc64": "^14.14.0-beta.14", | ||
"@embedded-postgres/linux-x64": "^14.14.0-beta.14", | ||
"@embedded-postgres/windows-x64": "^14.14.0-beta.14" | ||
}, | ||
@@ -60,3 +60,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "33f5a90e2f1b8d08a6e1783abb153e0b70b65387" | ||
"gitHead": "16ae37f70c6b01b62220e8692e110f672c875f40" | ||
} |