update
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import * as plugins from './bunq.plugins';
|
||||
import { BunqCrypto } from './bunq.classes.crypto';
|
||||
import * as plugins from './bunq.plugins.js';
|
||||
import { BunqCrypto } from './bunq.classes.crypto.js';
|
||||
import {
|
||||
IBunqApiContext,
|
||||
IBunqError,
|
||||
IBunqRequestOptions
|
||||
} from './bunq.interfaces';
|
||||
} from './bunq.interfaces.js';
|
||||
|
||||
export class BunqHttpClient {
|
||||
private crypto: BunqCrypto;
|
||||
|
Reference in New Issue
Block a user