Commit Graph

139 Commits

Author SHA1 Message Date
tiagosiebler
234e674a57 chore(): bump dependencies 2023-10-30 11:53:36 +00:00
tiagosiebler
119a21b512 v3.7.3: feat(#286) improved type flowing for instrument info v5 2023-09-12 10:49:24 +01:00
tiagosiebler
9bc1ff89c6 v3.7.2: fix() response type for v5 open interest endpoint 2023-08-18 15:17:49 +01:00
tiagosiebler
2d31bda1d7 v3.7.1: chore() naming consistency for interface, pass through logger for ws url getter 2023-06-27 11:13:54 +01:00
tiagosiebler
edcef2aaab v3.7.0: add missing v5 endpoints, add new tpsl request/response v3 & v5 parameters, add rest api samples for docs 2023-06-09 15:32:44 +01:00
Tiago
efa857a526 Merge pull request #263 from tiagosiebler/v3.6.0
v3.6.0: feat(#218, #256) returning a promise when subscribing
2023-05-18 14:06:07 +01:00
dependabot[bot]
7f78eba043 build(deps-dev): bump webpack from 5.13.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.13.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.13.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 08:58:54 +00:00
tiagosiebler
7e2a533b0c v3.6.0: feat(#218, #256) returning a promise when subscribing 2023-05-18 09:57:31 +01:00
tiagosiebler
a5aa7f6cf2 chore(): update tests for compatibility with new testing sub account 2023-05-16 14:48:20 +01:00
tiagosiebler
0a1cc4ed2b v3.5.1: feat() add support for V5 public & private websockets 2023-02-24 15:59:05 +00:00
tiagosiebler
9e2e105961 v3.5.0-beta.0: release with bumped node build version 2023-02-20 12:39:25 +00:00
tiagosiebler
8e54ecbaf5 fix linter configuration & jest type dependency 2023-02-17 13:51:40 +00:00
tiagosiebler
6fa204e8bd v3.4.0: feat(#219) add support for account asset v3 REST endpoints 2023-02-13 17:20:03 +00:00
Tiago
0c0900e608 Merge pull request #200 from tiagosiebler/dependabot/npm_and_yarn/loader-utils-2.0.4
Bump loader-utils from 2.0.0 to 2.0.4
2023-01-24 11:20:40 +00:00
dependabot[bot]
9af81a5c53 Bump json5 from 2.1.3 to 2.2.3
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 17:37:42 +00:00
tiagosiebler
57e24dc035 v3.3.5: fix typo in contract endpoint order request interfaces 2022-12-07 17:23:38 +00:00
dependabot[bot]
92eb6ae444 Bump loader-utils from 2.0.0 to 2.0.4
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 15:21:02 +00:00
tiagosiebler
bc7b2322bf v3.3.2: feat(#203) add execution history list endpoint for linear 2022-11-17 15:09:24 +00:00
Justinas Mankus
6f26c72413 org package lock 2022-11-17 16:25:16 +02:00
JustMankus
69664314f0 Missing api call - https://bybit-exchange.github.io/docs/futuresV2/linear/#t-usertraderecords 2022-11-17 13:30:32 +00:00
tiagosiebler
12cf5ac2a3 v3.1.3: fix(#187) rare signature failure for spotv3 GET with parameters 2022-10-24 19:49:50 +01:00
tiagosiebler
87683423c0 fix readme typo 2022-10-24 19:46:04 +01:00
twxia
2a2eee1ddf update package version & add 3303001 error code 2022-10-12 09:45:43 +01:00
dependabot[bot]
14e139849f Bump terser from 5.5.1 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 03:05:35 +00:00
tiagosiebler
f0088f32c2 run linter 2022-05-12 01:23:49 +01:00
tiagosiebler
51aa7ae1f5 - Returned type improvements.
- Start migrating to base rest client.
- Remove deprecated methods.
- Run linter.
- Deprecate shared endpoints for readibility. All methods are replicated within each client (there's not much duplication).
- Expand test coverage for public inverse endpoints.
2022-05-05 21:25:28 +01:00
dependabot[bot]
f763b6e688 Bump ansi-regex from 4.1.0 to 4.1.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 09:57:23 +00:00
dependabot[bot]
adbaeed0a1 Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 02:55:48 +00:00
dependabot[bot]
999ca6572c Bump follow-redirects from 1.14.7 to 1.14.9
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.9)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-17 19:36:57 +00:00
dependabot[bot]
23a80de72c Bump follow-redirects from 1.14.6 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 09:49:22 +00:00
dependabot[bot]
422983fa5e Merge pull request #113 from tiagosiebler/dependabot/npm_and_yarn/tmpl-1.0.5 2021-12-31 00:59:37 +00:00
dependabot[bot]
17844794cf Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 00:54:17 +00:00
dependabot[bot]
bc1ace4ec9 Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 00:53:58 +00:00
tiagosiebler
b536c8c126 prevent relative path imports 2021-12-31 00:44:49 +00:00
dependabot[bot]
5d784e7e3d Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 23:38:34 +00:00
tiagosiebler
f8fcb83628 feat(#3): implement initial public API tests 2021-06-24 00:26:52 +01:00
dependabot[bot]
9a2adc8e87 Bump glob-parent from 5.1.1 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-12 08:39:54 +00:00
dependabot[bot]
4c4c0d1e56 Bump ws from 7.4.5 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-30 17:08:44 +00:00
dependabot[bot]
63969cae4c Merge pull request #91 from tiagosiebler/dependabot/npm_and_yarn/browserslist-4.16.6 2021-05-28 22:56:32 +00:00
dependabot[bot]
005d9270e9 Bump browserslist from 4.16.1 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.1...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 22:50:17 +00:00
dependabot[bot]
92e3255106 Bump ws from 7.4.1 to 7.4.5
Bumps [ws](https://github.com/websockets/ws) from 7.4.1 to 7.4.5.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.1...7.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 22:49:51 +00:00
Stefan Aebischer
082633a5ca reduce browser bundle size
reduces browser bundle size by ~612k or ~92%.
2021-05-15 19:34:32 +02:00
dependabot-preview[bot]
0ce619ad8d [Security] Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-06 18:25:39 +00:00
dependabot-preview[bot]
f8259efd80 [Security] Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-08 16:12:52 +00:00
tiagosiebler
63f3de9670 replace deprecated method in sample 2021-02-22 11:15:02 +00:00
Tiago
5bf4274d04 Merge pull request #70 from tiagosiebler/dependabot/npm_and_yarn/axios-0.21.1
build(deps): bump axios from 0.21.0 to 0.21.1
2021-02-16 18:20:43 +00:00
peepopoggers
c18155f445 misc 2021-01-29 11:30:12 +00:00
dependabot-preview[bot]
4d20b58048 Merge pull request #69 from tiagosiebler/dependabot/npm_and_yarn/ts-loader-8.0.14 2021-01-21 19:38:14 +00:00
dependabot-preview[bot]
1603f0fd51 Merge pull request #64 from tiagosiebler/dependabot/npm_and_yarn/webpack-cli-4.3.1 2021-01-21 19:37:56 +00:00
dependabot-preview[bot]
73cc446475 Merge pull request #67 from tiagosiebler/dependabot/npm_and_yarn/types/node-14.14.20 2021-01-21 19:37:48 +00:00