fix(dependencies): Update dependencies to latest versions
This commit is contained in:
parent
2891bcd8cd
commit
f940416826
132
changelog.md
Normal file
132
changelog.md
Normal file
@ -0,0 +1,132 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-06-24 - 3.1.13 - fix(dependencies)
|
||||
Update dependencies to latest versions
|
||||
|
||||
- Updated @git.zone/tsbuild to version ^2.1.82
|
||||
- Updated @git.zone/tsrun to version ^1.2.49
|
||||
- Updated @git.zone/tstest to version ^1.0.90
|
||||
- Updated @push.rocks/tapbundle to version ^5.0.23
|
||||
- Updated @types/node to version ^20.14.8
|
||||
- Updated @push.rocks/smartpromise to version ^4.0.4
|
||||
- Updated @push.rocks/smartrequest to version ^2.0.22
|
||||
|
||||
## 2024-04-08 - 3.1.12 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core dependencies
|
||||
|
||||
## 2024-04-08 - 3.1.11 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2024-04-08 - 3.1.10 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated dependencies for core components
|
||||
|
||||
## 2023-06-03 - 3.1.9 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2023-05-25 - 3.1.8 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2023-05-25 - 3.1.7 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-10-30 - 3.1.6 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-10-30 - 3.1.5 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-10-30 - 3.1.4 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-10-29 - 3.1.3 - core
|
||||
Minor bug fixes and improvements
|
||||
|
||||
- Used correct power function in core components
|
||||
|
||||
## 2022-10-29 - 3.1.2 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-10-29 - 3.1.1 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-10-29 - 3.1.0 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-08-23 - 3.0.0 - BankAccount and BankTransaction
|
||||
New feature additions
|
||||
|
||||
- Now supporting the full retrieval process for BankAccount and BankTransaction
|
||||
|
||||
## 2022-05-12 - 2.0.0 - TinkUser
|
||||
**BREAKING CHANGE**
|
||||
|
||||
- `new TinkUser().getTinkLink()` now expects a `tinkLinkOptionsArg`
|
||||
|
||||
## 2022-04-18 - 1.0.17 - core
|
||||
**BREAKING CHANGE**
|
||||
|
||||
- Switch to ESM and allow specification of redirect URL
|
||||
|
||||
## 2022-02-19 - 1.0.16 to 1.0.10 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-02-19 - 1.0.9 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-02-19 - 1.0.8 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-02-19 - 1.0.7 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-02-19 - 1.0.6 to 1.0.5 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-02-17 - 1.0.4 to 1.0.3 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-02-15 - 1.0.2 - core
|
||||
Routine maintenance updates
|
||||
|
||||
- Updated core functionality
|
||||
|
||||
## 2022-01-25 - unknown - initial commit
|
||||
Initial commit
|
||||
|
||||
- Project started
|
14
package.json
14
package.json
@ -13,18 +13,18 @@
|
||||
"build": "(tsbuild --web)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.66",
|
||||
"@git.zone/tsbuild": "^2.1.82",
|
||||
"@git.zone/tsbundle": "^2.0.8",
|
||||
"@git.zone/tsrun": "^1.2.44",
|
||||
"@git.zone/tstest": "^1.0.77",
|
||||
"@git.zone/tsrun": "^1.2.49",
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@push.rocks/qenv": "^6.0.5",
|
||||
"@push.rocks/tapbundle": "^5.0.8",
|
||||
"@types/node": "^20.12.5"
|
||||
"@push.rocks/tapbundle": "^5.0.23",
|
||||
"@types/node": "^20.14.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@push.rocks/smartdelay": "^3.0.1",
|
||||
"@push.rocks/smartpromise": "^4.0.2",
|
||||
"@push.rocks/smartrequest": "^2.0.15",
|
||||
"@push.rocks/smartpromise": "^4.0.4",
|
||||
"@push.rocks/smartrequest": "^2.0.22",
|
||||
"@push.rocks/smarturl": "^3.0.6"
|
||||
},
|
||||
"browserslist": [
|
||||
|
7745
pnpm-lock.yaml
generated
7745
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
0
readme.hints.md
Normal file
0
readme.hints.md
Normal file
@ -1,8 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
* autocreated commitinfo by @push.rocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiclient.xyz/tink',
|
||||
version: '3.1.12',
|
||||
version: '3.1.13',
|
||||
description: 'an unofficial api abstraction for tink.com'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user