embedded-postgres
Advanced tools
Comparing version 11.20.0-beta.9 to 11.21.0-beta.9
{ | ||
"name": "embedded-postgres", | ||
"version": "11.20.0-beta.9", | ||
"version": "11.21.0-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": "^11.20.0-beta.9", | ||
"@embedded-postgres/symlink-reader": "^11.21.0-beta.9", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -29,10 +29,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^11.20.0-beta.9", | ||
"@embedded-postgres/darwin-x64": "^11.20.0-beta.9", | ||
"@embedded-postgres/linux-arm": "^11.20.0-beta.9", | ||
"@embedded-postgres/linux-arm64": "^11.20.0-beta.9", | ||
"@embedded-postgres/linux-ia32": "^11.20.0-beta.9", | ||
"@embedded-postgres/linux-ppc64": "^11.20.0-beta.9", | ||
"@embedded-postgres/linux-x64": "^11.20.0-beta.9", | ||
"@embedded-postgres/windows-x64": "^11.20.0-beta.9" | ||
"@embedded-postgres/darwin-arm64": "^11.21.0-beta.9", | ||
"@embedded-postgres/darwin-x64": "^11.21.0-beta.9", | ||
"@embedded-postgres/linux-arm": "^11.21.0-beta.9", | ||
"@embedded-postgres/linux-arm64": "^11.21.0-beta.9", | ||
"@embedded-postgres/linux-ia32": "^11.21.0-beta.9", | ||
"@embedded-postgres/linux-ppc64": "^11.21.0-beta.9", | ||
"@embedded-postgres/linux-x64": "^11.21.0-beta.9", | ||
"@embedded-postgres/windows-x64": "^11.21.0-beta.9" | ||
}, | ||
@@ -50,3 +50,3 @@ "dependencies": { | ||
], | ||
"gitHead": "85d7084328cdde8feed11e7c27c31915f19ce550" | ||
"gitHead": "6f05672e75f75a031928d4adcf5a9937e776264b" | ||
} |