Skip to content

Commit ac289ac

Browse files
author
Denis Gursky
authored
Updated dependencies (#102)
* webpack upgrade * deps upgrade * fix deps * version bump
1 parent 03af4d1 commit ac289ac

File tree

3 files changed

+3463
-1563
lines changed

3 files changed

+3463
-1563
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
# Change Log
22

3+
## v0.7.5-alpha
4+
5+
- Updated some dependencies.
6+
37
## v0.7.4-alpha
48

5-
- Added filtering, sorting and pagination options to `listTransactions` API. [\#101](https://github.com/RelationalAI/rai-sdk-javascript/pull/101)
9+
- Added filtering, sorting and pagination options to `listTransactions` API.
10+
[\#101](https://github.com/RelationalAI/rai-sdk-javascript/pull/101)
11+
612
### Breaking Changes
7-
- `listTransactions` API now returns an object that contains `transactions` and `next` properties.
8-
- `transactions` is the result of the API call.
9-
- `next` is a continuation token that can be used to fetch the next page of results. `next` is `undefined` if there are no more results to fetch.
1013

14+
- `listTransactions` API now returns an object that contains `transactions` and
15+
`next` properties.
16+
- `transactions` is the result of the API call.
17+
- `next` is a continuation token that can be used to fetch the next page of
18+
results. `next` is `undefined` if there are no more results to fetch.
1119

1220
## v0.7.1-alpha
13-
- Storing `AccessToken.createdOn` in seconds to be consistent with other RAI SDKs.
21+
22+
- Storing `AccessToken.createdOn` in seconds to be consistent with other RAI
23+
SDKs.
1424

1525
## [v0.7.0](https://github.com/relationalai/rai-sdk-javascript/tree/v0.7.0)
1626

0 commit comments

Comments
 (0)