@branta-ops/branta 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import V2BrantaClient from "./v2/client";
|
|
2
|
-
import { Payment, Destination } from "./v2/client";
|
|
3
|
-
import BrantaClientOptions from "./classes/brantaClientOptions";
|
|
4
|
-
import BrantaServerBaseUrl from "./classes/brantaServerBaseUrl";
|
|
1
|
+
import V2BrantaClient from "./v2/client.js";
|
|
2
|
+
import { Payment, Destination } from "./v2/client.js";
|
|
3
|
+
import BrantaClientOptions from "./classes/brantaClientOptions.js";
|
|
4
|
+
import BrantaServerBaseUrl from "./classes/brantaServerBaseUrl.js";
|
|
5
5
|
export { V2BrantaClient, BrantaClientOptions, BrantaServerBaseUrl, Payment, Destination };
|
|
6
6
|
export default V2BrantaClient;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import V2BrantaClient from "./v2/client";
|
|
2
|
-
import BrantaServerBaseUrl from "./classes/brantaServerBaseUrl";
|
|
1
|
+
import V2BrantaClient from "./v2/client.js";
|
|
2
|
+
import BrantaServerBaseUrl from "./classes/brantaServerBaseUrl.js";
|
|
3
3
|
export { V2BrantaClient, BrantaServerBaseUrl };
|
|
4
4
|
export default V2BrantaClient;
|