Compare commits

..

6 Commits

Author SHA1 Message Date
9122fe372d 3.1.10 2023-06-03 22:22:21 +02:00
367637a541 fix(core): update 2023-06-03 22:22:20 +02:00
c5406dcfa6 3.1.9 2023-05-25 20:24:19 +02:00
0db4d790ac fix(core): update 2023-05-25 20:24:18 +02:00
d208b83fce 3.1.8 2023-05-25 20:23:37 +02:00
585876eacf fix(core): update 2023-05-25 20:23:36 +02:00
3 changed files with 1373 additions and 1108 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@mojoio/tink", "name": "@apiclient.xyz/tink",
"version": "3.1.7", "version": "3.1.10",
"private": false, "private": false,
"description": "an unofficial api abstraction for tink.com", "description": "an unofficial api abstraction for tink.com",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -13,19 +13,19 @@
"build": "(tsbuild --web)" "build": "(tsbuild --web)"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.65", "@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.7", "@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.39", "@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.73", "@gitzone/tstest": "^1.0.74",
"@pushrocks/qenv": "^5.0.2", "@pushrocks/qenv": "^5.0.2",
"@pushrocks/tapbundle": "^5.0.4", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.7" "@types/node": "^20.2.5"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartrequest": "^2.0.10", "@pushrocks/smartrequest": "^2.0.15",
"@pushrocks/smarturl": "^3.0.5" "@pushrocks/smarturl": "^3.0.6"
}, },
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"

2455
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo * autocreated commitinfo by @pushrocks/commitinfo
*/ */
export const commitinfo = { export const commitinfo = {
name: '@mojoio/tink', name: '@apiclient.xyz/tink',
version: '3.1.7', version: '3.1.10',
description: 'an unofficial api abstraction for tink.com' description: 'an unofficial api abstraction for tink.com'
} }