From dbdb9008f25d237254312d79382e342d03f4c5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Mon, 10 May 2021 23:07:30 +0200 Subject: [PATCH] fix: fix mapping ipv6-based port mappings --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 7a50f05..49ffb0c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -489,5 +489,3 @@ export const version = async function ( return Promise.reject(error) } } - -export { mapPorts }