From 2d40600debf4454a1f62b9bbf92268cc000a925e Mon Sep 17 00:00:00 2001 From: George Date: Sun, 15 Oct 2023 15:04:36 +0200 Subject: [PATCH] feat: republish to minor (#39) --- packages/notam-decoder/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notam-decoder/src/index.ts b/packages/notam-decoder/src/index.ts index 230b89d..15ad6cb 100644 --- a/packages/notam-decoder/src/index.ts +++ b/packages/notam-decoder/src/index.ts @@ -1,3 +1,4 @@ +export { decode } from './parse'; export type { NotamType, DecodedNotam, @@ -5,4 +6,3 @@ export type { RulesTypes, AttentionType, } from './types'; -export { decode } from './parse';