feat: use deno port generator

This commit is contained in:
2024-07-19 19:26:57 +02:00
parent 4ffcb4a2fa
commit 94b93a3a23
4 changed files with 13 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@valkyr/testcontainers",
"version": "1.0.2",
"version": "1.0.3",
"exports": {
".": "./mod.ts",
"./postgres": "./containers/postgres.ts"
@@ -8,7 +8,7 @@
"imports": {
"std/": "https://deno.land/std@0.224.0/",
"delay": "npm:delay@6.0.0",
"port": "npm:get-port@7.1.0",
"port": "https://deno.land/x/getport@v2.1.2/mod.ts",
"postgres": "npm:postgres@3.4.4"
},
"exclude": [