Skip to content

Commit 4366ef5

Browse files
authored
Merge pull request #9 from svengcz/hoppie
Fix export issue
2 parents ed2c59f + beb136b commit 4366ef5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flybywiresim/api-client",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Client library for the FlyByWire Simulations API",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

src/apis/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ export * from './gnss';
77
export * from './metar';
88
export * from './taf';
99
export * from './telex';
10+
export * from './Hoppie';

0 commit comments

Comments
 (0)