mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Added schemas exports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.18.9",
|
||||
"version": "0.18.10",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -6,4 +6,6 @@ export { default as pairConfigSchema } from './pairConfigSchema.js';
|
||||
export { default as placeAtomicSwapSchema } from './placeAtomicSwapSchema.js';
|
||||
export { default as redeemOrderSchema } from './redeemOrderSchema.js';
|
||||
export { default as swapInfoSchema } from './swapInfoSchema.js';
|
||||
export { default as orderSchema } from './orderSchema.js';
|
||||
export * from './aggregatedOrderbookSchema.js'
|
||||
export { default as errorSchema } from './errorSchema.js';
|
||||
|
||||
Reference in New Issue
Block a user