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