We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed2c59f + beb136b commit 4366ef5Copy full SHA for 4366ef5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@flybywiresim/api-client",
3
- "version": "0.16.0",
+ "version": "0.16.1",
4
"description": "Client library for the FlyByWire Simulations API",
5
"main": "dist/index.js",
6
"module": "dist/index.esm.js",
src/apis/index.ts
@@ -7,3 +7,4 @@ export * from './gnss';
7
export * from './metar';
8
export * from './taf';
9
export * from './telex';
10
+export * from './Hoppie';
0 commit comments