@medievalrain/binance-ts 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -604,6 +604,10 @@ var BaseRestClient = class {
604
604
  this.credentials = credentials;
605
605
  this.httpCleint = new Client(baseUrl, {
606
606
  allowH2: true,
607
+ connect: {
608
+ maxVersion: "TLSv1.2",
609
+ ...httpOptions?.connect
610
+ },
607
611
  ...httpOptions
608
612
  });
609
613
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medievalrain/binance-ts",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Binance API SDK",
5
5
  "access": "public",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "prettier": "3.6.2",
28
28
  "tsdown": "0.15.1",
29
29
  "typescript": "5.9.2",
30
- "vitest": "3.2.4",
30
+ "vitest": "4.0.0-beta.11",
31
31
  "@types/node": "24.3.1"
32
32
  },
33
33
  "peerDependencies": {