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
+7 -6
View File
@@ -5,6 +5,7 @@
"description": "an unofficial api abstraction for tink.com",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
@@ -12,12 +13,12 @@
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.64",
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsbundle": "^1.0.102",
"@gitzone/tstest": "^1.0.70",
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^4.0.7",
"@types/node": "^17.0.18",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.25",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
@@ -39,4 +40,4 @@
"npmextra.json",
"readme.md"
]
}
}