diff --git a/lib/index.ts b/lib/index.ts index 2623c91..dc8713d 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -12,6 +12,7 @@ */ export * from './bastion-host-forward-base-props'; +export * from './bastion-host-forward-props'; export * from './bastion-host-forward'; export * from './rds'; export * from './redis'; diff --git a/package.json b/package.json index 13bff0e..b612d4b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/moia-dev/bastion-host-forward" }, "license": "Apache-2.0", - "version": "0.3.2", + "version": "0.3.3", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": {