@drift-labs/sdk 2.82.0-beta.10 → 2.82.0-beta.11

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 +1 -1
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@ Documentation:
24
24
  - [API docs](https://drift-labs.github.io/v2-teacher/)
25
25
  - [overview docs](https://docs.drift.trade/)
26
26
 
27
- The below is a light overview of using solana and drift's typescript sdk, but not as comprehensive as the [API docs](https://drift-labs.github.io/v2-teacher/)
27
+ The below is a light overview of using solana and drift's typescript sdk, but not as comprehensive as the [API docs](https://drift-labs.github.io/v2-teacher/).
28
28
 
29
29
  ### Setting up a wallet for your program
30
30
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.82.0-beta.10
1
+ 2.82.0-beta.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.82.0-beta.10",
3
+ "version": "2.82.0-beta.11",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",