BREAKING CHANGE(core): switch to esm and allow specification of redirect url

This commit is contained in:
2022-04-18 18:54:53 +02:00
parent bdd7419d3d
commit dca6f9ef0b
10 changed files with 5562 additions and 13937 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import * as plugins from './tink.plugins';
import * as plugins from './tink.plugins.js';
import { TinkUser } from './tink.classes.tinkuser';
import { TinkUser } from './tink.classes.tinkuser.js';
export class TinkAccount {
public clientId: string;