Export PriceFeedWS

This commit is contained in:
Aleksandr Kraiz
2023-04-10 15:04:10 +04:00
parent 52cd0ebbd5
commit e930fd93fa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.18.11",
"version": "0.18.12",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -69,5 +69,5 @@ class PriceFeed {
}
export * as schemas from './schemas/index.js';
export * as ws from './ws/index.js';
export { PriceFeed };