Skip to content

Commit dbc8333

Browse files
authored
Merge branch 'main' into weather
2 parents cbad17f + 589b47c commit dbc8333

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

.changeset/thirty-months-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/playground/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# playground
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#89](https://github.com/Navigraph/navigraph-js-sdk/pull/89) [`30f531b`](https://github.com/Navigraph/navigraph-js-sdk/commit/30f531b46a759417ccf71fff44b3dc5e4b42b4a7) Thanks [@professoralex13](https://github.com/professoralex13)! - Added a new example project with an exhaustive playground that shows the features of the SDK
8+
9+
- Updated dependencies [[`b394c59`](https://github.com/Navigraph/navigraph-js-sdk/commit/b394c599fd8114852699598d1cf57bd01b917000)]:
10+
- @navigraph/amdb@0.0.4

examples/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/amdb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @navigraph/amdb
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#92](https://github.com/Navigraph/navigraph-js-sdk/pull/92) [`b394c59`](https://github.com/Navigraph/navigraph-js-sdk/commit/b394c599fd8114852699598d1cf57bd01b917000) Thanks [@professoralex13](https://github.com/professoralex13)! - Added missing exports of types that can be useful to developers
8+
39
## 0.0.2
410

511
### Patch Changes

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.4",
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)