embedded-postgres
Advanced tools
Comparing version 15.5.1-beta.10 to 15.5.1-beta.11
@@ -114,3 +114,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
...this.options.initdbFlags, | ||
], Object.assign({ stdio: 'inherit', shell: true }, permissionIds)); | ||
], Object.assign({ stdio: 'inherit' }, permissionIds)); | ||
process.on('exit', (code) => { | ||
@@ -153,3 +153,3 @@ if (code === 0) { | ||
...this.options.postgresFlags, | ||
], Object.assign({ shell: true }, permissionIds)); | ||
], Object.assign({}, permissionIds)); | ||
// Connect to stderr, as that is where the messages get sent | ||
@@ -156,0 +156,0 @@ (_a = this.process.stderr) === null || _a === void 0 ? void 0 : _a.on('data', (chunk) => { |
{ | ||
"name": "embedded-postgres", | ||
"version": "15.5.1-beta.10", | ||
"version": "15.5.1-beta.11", | ||
"description": "A package to run an embedded Postgresql database right from NodeJS", | ||
@@ -23,3 +23,3 @@ "exports": "./dist/index.js", | ||
"devDependencies": { | ||
"@embedded-postgres/symlink-reader": "^15.5.1-beta.10", | ||
"@embedded-postgres/symlink-reader": "^15.5.1-beta.11", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -32,10 +32,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^15.5.1-beta.10", | ||
"@embedded-postgres/darwin-x64": "^15.5.1-beta.10", | ||
"@embedded-postgres/linux-arm": "^15.5.1-beta.10", | ||
"@embedded-postgres/linux-arm64": "^15.5.1-beta.10", | ||
"@embedded-postgres/linux-ia32": "^15.5.1-beta.10", | ||
"@embedded-postgres/linux-ppc64": "^15.5.1-beta.10", | ||
"@embedded-postgres/linux-x64": "^15.5.1-beta.10", | ||
"@embedded-postgres/windows-x64": "^15.5.1-beta.10" | ||
"@embedded-postgres/darwin-arm64": "^15.5.1-beta.11", | ||
"@embedded-postgres/darwin-x64": "^15.5.1-beta.11", | ||
"@embedded-postgres/linux-arm": "^15.5.1-beta.11", | ||
"@embedded-postgres/linux-arm64": "^15.5.1-beta.11", | ||
"@embedded-postgres/linux-ia32": "^15.5.1-beta.11", | ||
"@embedded-postgres/linux-ppc64": "^15.5.1-beta.11", | ||
"@embedded-postgres/linux-x64": "^15.5.1-beta.11", | ||
"@embedded-postgres/windows-x64": "^15.5.1-beta.11" | ||
}, | ||
@@ -56,3 +56,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "ba6e88ad8b4921ad0a3b54da3b111e13a11c704f" | ||
"gitHead": "fa1605a873b40f458ea2f195e21a428edf3031b9" | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
24907