Commit Graph

100 Commits

Author SHA1 Message Date
Sambo Chea 97c94ad816 Update 'src/lib.ts' 2022-12-19 10:56:51 +07:00
Sambo Chea 5b1a7a68c5
Updated changelog 2022-11-30 12:19:05 +07:00
Sambo Chea bb20b3b90a
Fixed response data in axios request with accept-encoding to identity 2022-11-30 12:17:30 +07:00
Sambo Chea 65e3cb9797
Add force server url override 2022-11-30 11:50:48 +07:00
Sambo Chea d54b69ce80
Update generate failed and set status code 2022-11-30 11:12:40 +07:00
Sambo Chea 2996a6056e
Merge pull request #39 from CUBETIQ/dependabot/npm_and_yarn/axios-1.2.0
Bump axios from 1.1.3 to 1.2.0
2022-11-27 19:52:52 +07:00
Sambo Chea c8508a4030
Merge pull request #40 from CUBETIQ/dependabot/npm_and_yarn/socket.io-client-4.5.4
Bump socket.io-client from 4.5.3 to 4.5.4
2022-11-27 19:52:42 +07:00
dependabot[bot] 68a753383d
Bump socket.io-client from 4.5.3 to 4.5.4
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.5.3...4.5.4)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 20:22:58 +00:00
dependabot[bot] eb111712ba
Bump axios from 1.1.3 to 1.2.0
Bumps [axios](https://github.com/axios/axios) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.1.3...v1.2.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 20:22:53 +00:00
Sambo Chea 30d309d1f3
Merge pull request #38 from CUBETIQ/dependabot/npm_and_yarn/typescript-4.9.3
Bump typescript from 4.8.4 to 4.9.3
2022-11-16 16:10:22 +07:00
dependabot[bot] 26a1dacf28
Bump typescript from 4.8.4 to 4.9.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 20:08:06 +00:00
Sambo Chea 71432d7194
Add log type when error and warn 2022-11-15 18:59:04 +07:00
Sambo Chea 775b7b287b
Add force regenerate token 2022-11-11 09:29:20 +07:00
Sambo Chea cdfe4c4fc8
Merge branch 'main' of https://github.com/CUBETIQ/http-tunnel-client into main 2022-11-11 09:26:30 +07:00
Sambo Chea 6d1a2fdc39
Fixed axios and generate token 2022-11-11 09:25:29 +07:00
Sambo Chea 0aa31874f2
Merge pull request #37 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.11.9
Bump @types/node from 18.11.5 to 18.11.9
2022-11-03 18:22:49 +07:00
dependabot[bot] c8b8717d7a
Bump @types/node from 18.11.5 to 18.11.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.5 to 18.11.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 20:52:57 +00:00
Sambo Chea 81a414e503
Merge pull request #34 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.11.5
Bump @types/node from 18.11.2 to 18.11.5
2022-10-26 20:55:51 +07:00
dependabot[bot] 21e33bc179
Bump @types/node from 18.11.2 to 18.11.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.2 to 18.11.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 20:52:22 +00:00
Sambo Chea 42928444aa
Fixed some bugs and updated docs 2022-10-20 10:18:08 +07:00
Sambo Chea e787b70da9
Merge pull request #29 from CUBETIQ/dependabot/npm_and_yarn/axios-1.1.3
Bump axios from 1.1.2 to 1.1.3
2022-10-20 09:09:34 +07:00
Sambo Chea f64128dc6a
Merge pull request #30 from CUBETIQ/dependabot/npm_and_yarn/socket.io-client-4.5.3
Bump socket.io-client from 4.5.2 to 4.5.3
2022-10-20 09:09:19 +07:00
Sambo Chea 767153d599
Merge pull request #31 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.11.2
Bump @types/node from 18.11.0 to 18.11.2
2022-10-20 09:09:07 +07:00
dependabot[bot] 962c5f117b
Bump @types/node from 18.11.0 to 18.11.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.0 to 18.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 20:59:58 +00:00
dependabot[bot] c30e9926ba
Bump socket.io-client from 4.5.2 to 4.5.3
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.5.2...4.5.3)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 20:39:46 +00:00
dependabot[bot] df2aa05266
Bump axios from 1.1.2 to 1.1.3
Bumps [axios](https://github.com/axios/axios) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 20:39:33 +00:00
Sambo Chea 5291076424
Merge pull request #28 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.11.0
Bump @types/node from 18.8.4 to 18.11.0
2022-10-15 16:16:06 +07:00
dependabot[bot] 1b0e09faa8
Bump @types/node from 18.8.4 to 18.11.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.8.4 to 18.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 20:34:06 +00:00
Sambo Chea 981bb34cbb
Merge pull request #26 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.8.4
Bump @types/node from 18.8.3 to 18.8.4
2022-10-12 19:57:32 +07:00
dependabot[bot] a776bfa53e
Bump @types/node from 18.8.3 to 18.8.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.8.3 to 18.8.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 20:39:03 +00:00
Sambo Chea 28e1b9c408
Merge pull request #23 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.8.3
Bump @types/node from 18.8.2 to 18.8.3
2022-10-08 23:18:58 +07:00
Sambo Chea c7b47a66ca
Merge pull request #25 from CUBETIQ/dependabot/npm_and_yarn/axios-1.1.2
Bump axios from 1.0.0 to 1.1.2
2022-10-08 23:18:49 +07:00
dependabot[bot] 127d179f5c
Bump axios from 1.0.0 to 1.1.2
Bumps [axios](https://github.com/axios/axios) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.0.0...v1.1.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 20:39:19 +00:00
dependabot[bot] 2c06e60f59
Bump @types/node from 18.8.2 to 18.8.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.8.2 to 18.8.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-06 21:01:04 +00:00
Sambo Chea d58a803976
Merge pull request #21 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.8.2
Bump @types/node from 18.7.23 to 18.8.2
2022-10-06 09:45:19 +07:00
Sambo Chea 767c6d6ef4
Merge pull request #22 from CUBETIQ/dependabot/npm_and_yarn/axios-1.0.0
Bump axios from 0.27.2 to 1.0.0
2022-10-06 09:45:10 +07:00
dependabot[bot] 3085d1c4f2
Bump axios from 0.27.2 to 1.0.0
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.0.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.0.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 20:46:45 +00:00
dependabot[bot] 4a1605f0e2
Bump @types/node from 18.7.23 to 18.8.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.23 to 18.8.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 20:46:39 +00:00
Sambo Chea 65ee3a08d0
Merge pull request #19 from CUBETIQ/dependabot/npm_and_yarn/commander-9.4.1
Bump commander from 9.4.0 to 9.4.1
2022-10-01 11:05:40 +07:00
dependabot[bot] e9c6531633
Bump commander from 9.4.0 to 9.4.1
Bumps [commander](https://github.com/tj/commander.js) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v9.4.0...v9.4.1)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 21:36:14 +00:00
Sambo Chea 787d054030
Merge pull request #18 from CUBETIQ/dependabot/npm_and_yarn/typescript-4.8.4
Bump typescript from 4.8.3 to 4.8.4
2022-09-28 19:32:57 +07:00
Sambo Chea 045cb9d644
Merge pull request #17 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.7.23
Bump @types/node from 18.7.18 to 18.7.23
2022-09-28 15:09:50 +07:00
dependabot[bot] e6b7154ae9
Bump typescript from 4.8.3 to 4.8.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 21:17:03 +00:00
dependabot[bot] 263aca4379
Bump @types/node from 18.7.18 to 18.7.23
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.18 to 18.7.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 21:16:51 +00:00
Sambo Chea 5a3a8ad93d
Merge pull request #15 from CUBETIQ/dependabot/npm_and_yarn/types/node-18.7.18
Bump @types/node from 18.7.16 to 18.7.18
2022-09-15 19:22:32 +07:00
dependabot[bot] 9bc0f27a78
Bump @types/node from 18.7.16 to 18.7.18
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.16 to 18.7.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 20:35:27 +00:00
Sambo Chea d401d868ca
Create node.js.yml 2022-09-09 08:30:23 +07:00
Sambo Chea a3ba7c74fa
Merge pull request #13 from CUBETIQ/dependabot/npm_and_yarn/typescript-4.8.3
Bump typescript from 4.8.2 to 4.8.3
2022-09-09 08:21:16 +07:00
dependabot[bot] 2253bdcbd2
Bump typescript from 4.8.2 to 4.8.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 20:43:36 +00:00
Sambo Chea 412b4783c9
Merge pull request #10 from CUBETIQ/dependabot/npm_and_yarn/socket.io-client-4.5.2
Bump socket.io-client from 4.5.1 to 4.5.2
2022-09-08 22:27:39 +07:00