Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added build.log
Binary file not shown.
Binary file added build_output.log
Binary file not shown.
11 changes: 4 additions & 7 deletions libs/bridge-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions libs/bridge-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest"
"test": "jest",
"lint": "eslint \"src/**/*.ts\" --fix"
},
"keywords": [
"bridge",
Expand All @@ -24,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.0.0",
"@types/node": "^20.19.33",
"jest": "^29.7.0",
"ts-jest": "^29.4.6",
"typescript": "^5.3.0"
Expand Down
3 changes: 3 additions & 0 deletions libs/bridge-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export type {
BridgeExecutionRequest,
} from './validator';

// Unified Adapter System
export * from './unified-adapter';

/**
* Main function to get aggregated bridge routes
*
Expand Down
Loading
Loading