add export

This commit is contained in:
TheJuze
2024-03-19 17:57:49 +03:00
parent c9cd52159a
commit 089764eff4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -2,4 +2,5 @@ export * as aggregator from './Aggregator/index.js';
export * as blockchainService from './BlockchainService/index.js';
export * as priceFeed from './PriceFeed/index.js';
export * as referralSystem from './ReferralSystem/index.js';
export * as frontage from './Frontage';
export * as indexer from './Indexer/index.js';