@drift-labs/sdk 2.104.0-beta.2 → 2.104.0-beta.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 (3) hide show
  1. package/README.md +0 -1
  2. package/VERSION +1 -1
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -273,4 +273,3 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
273
273
  for inclusion in Drift SDK by you, as defined in the Apache-2.0 license, shall be
274
274
  licensed as above, without any additional terms or conditions.
275
275
 
276
-
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.104.0-beta.2
1
+ 2.104.0-beta.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.104.0-beta.2",
3
+ "version": "2.104.0-beta.3",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -47,7 +47,7 @@
47
47
  "@solana/spl-token": "0.3.7",
48
48
  "@solana/web3.js": "1.92.3",
49
49
  "@switchboard-xyz/on-demand": "1.2.42",
50
- "@triton-one/yellowstone-grpc": "0.6.0",
50
+ "@triton-one/yellowstone-grpc": "1.3.0",
51
51
  "anchor-bankrun": "^0.3.0",
52
52
  "node-cache": "^5.1.2",
53
53
  "rpc-websockets": "7.5.1",
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "description": "SDK for Drift Protocol",
83
83
  "engines": {
84
- "node": ">=18"
84
+ "node": ">=20.18.0"
85
85
  },
86
86
  "resolutions": {
87
87
  "@solana/errors": "2.0.0-preview.4",