embedded-postgres
Advanced tools
Comparing version 15.9.0-beta.14 to 15.10.0-beta.14
{ | ||
"name": "embedded-postgres", | ||
"version": "15.9.0-beta.14", | ||
"version": "15.10.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": "^15.9.0-beta.14", | ||
"@embedded-postgres/symlink-reader": "^15.10.0-beta.14", | ||
"@types/async-exit-hook": "^2.0.0", | ||
@@ -36,10 +36,10 @@ "@types/pg": "^8.6.5", | ||
"optionalDependencies": { | ||
"@embedded-postgres/darwin-arm64": "^15.9.0-beta.14", | ||
"@embedded-postgres/darwin-x64": "^15.9.0-beta.14", | ||
"@embedded-postgres/linux-arm": "^15.9.0-beta.14", | ||
"@embedded-postgres/linux-arm64": "^15.9.0-beta.14", | ||
"@embedded-postgres/linux-ia32": "^15.9.0-beta.14", | ||
"@embedded-postgres/linux-ppc64": "^15.9.0-beta.14", | ||
"@embedded-postgres/linux-x64": "^15.9.0-beta.14", | ||
"@embedded-postgres/windows-x64": "^15.9.0-beta.14" | ||
"@embedded-postgres/darwin-arm64": "^15.10.0-beta.14", | ||
"@embedded-postgres/darwin-x64": "^15.10.0-beta.14", | ||
"@embedded-postgres/linux-arm": "^15.10.0-beta.14", | ||
"@embedded-postgres/linux-arm64": "^15.10.0-beta.14", | ||
"@embedded-postgres/linux-ia32": "^15.10.0-beta.14", | ||
"@embedded-postgres/linux-ppc64": "^15.10.0-beta.14", | ||
"@embedded-postgres/linux-x64": "^15.10.0-beta.14", | ||
"@embedded-postgres/windows-x64": "^15.10.0-beta.14" | ||
}, | ||
@@ -60,3 +60,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "1b70d9c700ccd0188106e32c58b2caef046794e2" | ||
"gitHead": "60b9fef2abe95e302b826fec671ccd1bd446dc99" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25031