Skip to content

Commit ed78ba9

Browse files
authored
Merge pull request #92 from Navigraph/missing-exports
2 parents a0c0dc8 + b394c59 commit ed78ba9

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/eight-ligers-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@navigraph/amdb": patch
3+
---
4+
5+
Added missing exports of types that can be useful to developers

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)