Browse Source
Merge branch 'main' into Task/deprecate-first-buy-date-in-portfolio-holding-response
pull/6208/head
Thomas Kaul
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Deprecated `firstBuyDate` in favor of `dateOfFirstActivity` in the endpoint `GET api/v1/portfolio/holding/:dataSource/:symbol` |
|
|
|
- Upgraded `countries-list` from version `3.2.0` to `3.2.2` |
|
|
|
|
|
|
|
## 2.231.0 - 2026-01-17 |
|
|
|
|
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ |
|
|
|
"class-validator": "0.14.3", |
|
|
|
"color": "5.0.3", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-list": "3.2.0", |
|
|
|
"countries-list": "3.2.2", |
|
|
|
"countup.js": "2.9.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
@ -16319,9 +16319,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/countries-list": { |
|
|
|
"version": "3.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.2.0.tgz", |
|
|
|
"integrity": "sha512-HYHAo2fwEsG3TmbsNdVmIQPHizRlqeYMTtLEAl0IANG/3jRYX7p3NR6VapDqKP0n60TmsRy1dyRjVN5JbywDbA==", |
|
|
|
"version": "3.2.2", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.2.2.tgz", |
|
|
|
"integrity": "sha512-ABJ/RWQBrPWy+hRuZoW+0ooK8p65Eo3WmUZwHm6v4wmfSPznNAKzjy3+UUYrJK2v3182BVsgWxdB6ROidj39kw==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/countup.js": { |
|
|
|
|
|
|
|
@ -100,7 +100,7 @@ |
|
|
|
"class-validator": "0.14.3", |
|
|
|
"color": "5.0.3", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-list": "3.2.0", |
|
|
|
"countries-list": "3.2.2", |
|
|
|
"countup.js": "2.9.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
|