Skip to content

Commit

Permalink
exported injectWebSocketImpl for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Nov 21, 2024
1 parent 8101a8e commit e31b556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { CashuMint } from './CashuMint.js';
import { CashuWallet } from './CashuWallet.js';
import { PaymentRequest } from './model/PaymentRequest.js';
import { WSConnection } from './WSConnection.js';
import { setGlobalRequestOptions } from './request.js';
import {
getEncodedToken,
Expand All @@ -24,3 +23,5 @@ export {
deriveKeysetId,
setGlobalRequestOptions
};

export { injectWebSocketImpl } from './ws.js';

0 comments on commit e31b556

Please sign in to comment.