Skip to content

Commit

Permalink
Merge pull request #92 from Navigraph/missing-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySails authored Oct 1, 2024
2 parents a0c0dc8 + b394c59 commit ed78ba9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eight-ligers-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navigraph/amdb": patch
---

Added missing exports of types that can be useful to developers
2 changes: 1 addition & 1 deletion packages/amdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/amdb",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
Expand Down
4 changes: 4 additions & 0 deletions packages/amdb/src/types/features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ export type Hotspot = AmdbFeature<

export * from "./helipads"
export * from "./runway"
export * from "./aprons"
export * from "./taxiways"
export * from "./types"
export * from "./verticalStructures"

0 comments on commit ed78ba9

Please sign in to comment.