Skip to content

Commit 0101054

Browse files
committed
feat: expose features API
1 parent fa272c5 commit 0101054

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

src/lib.ts

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import healthApi from './api/health';
1010
import versionApi from './api/version';
1111
import * as axios from './api/axiosInstance';
1212
import metadataApi from './api/metadataApi';
13+
import featuresApi from './api/featuresApi';
1314
import { Storage } from './storage/storage';
1415
import { MemoryStore } from './storage/memory_store';
1516
import network from './network';
@@ -70,6 +71,7 @@ export {
7071
healthApi,
7172
versionApi,
7273
metadataApi,
74+
featuresApi,
7375
errors,
7476
ErrorMessages,
7577
constants,

0 commit comments

Comments
 (0)