Skip to content

Commit 8e3674b

Browse files
fix: missing exports
1 parent a0c0dc8 commit 8e3674b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/amdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/amdb",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"license": "MIT",
55
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK",
66
"author": "Navigraph <[email protected]> (https://navigraph.com)",

packages/amdb/src/types/features/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ export type Hotspot = AmdbFeature<
119119

120120
export * from "./helipads"
121121
export * from "./runway"
122+
export * from "./aprons"
123+
export * from "./taxiways"
124+
export * from "./types"
125+
export * from "./verticalStructures"

0 commit comments

Comments
 (0)