embedded-postgres
Advanced tools
Comparing version 14.6.0-beta.6 to 14.7.0-beta.6
{ | ||
"name": "embedded-postgres", | ||
"version": "14.6.0-beta.6", | ||
"version": "14.7.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.6.0-beta.6", | ||
"@embedded-postgres/symlink-reader": "^14.7.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.6.0-beta.6", | ||
"@embedded-postgres/darwin-x64": "^14.6.0-beta.6", | ||
"@embedded-postgres/linux-arm": "^14.6.0-beta.6", | ||
"@embedded-postgres/linux-arm64": "^14.6.0-beta.6", | ||
"@embedded-postgres/linux-ia32": "^14.6.0-beta.6", | ||
"@embedded-postgres/linux-ppc64": "^14.6.0-beta.6", | ||
"@embedded-postgres/linux-x64": "^14.6.0-beta.6", | ||
"@embedded-postgres/windows-x64": "^14.6.0-beta.6" | ||
"@embedded-postgres/darwin-arm64": "^14.7.0-beta.6", | ||
"@embedded-postgres/darwin-x64": "^14.7.0-beta.6", | ||
"@embedded-postgres/linux-arm": "^14.7.0-beta.6", | ||
"@embedded-postgres/linux-arm64": "^14.7.0-beta.6", | ||
"@embedded-postgres/linux-ia32": "^14.7.0-beta.6", | ||
"@embedded-postgres/linux-ppc64": "^14.7.0-beta.6", | ||
"@embedded-postgres/linux-x64": "^14.7.0-beta.6", | ||
"@embedded-postgres/windows-x64": "^14.7.0-beta.6" | ||
}, | ||
@@ -49,3 +49,3 @@ "dependencies": { | ||
], | ||
"gitHead": "6de732a518390e09fd671cdfb0aa3d51d23f397c" | ||
"gitHead": "2b55967ab2dc43203e6c236c10aca9a32f3e7935" | ||
} |