@drift-labs/sdk 2.60.0-beta.15 → 2.60.0-beta.16

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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.60.0-beta.15
1
+ 2.60.0-beta.16
@@ -8364,6 +8364,9 @@
8364
8364
  },
8365
8365
  {
8366
8366
  "name": "Borrow"
8367
+ },
8368
+ {
8369
+ "name": "RepayBorrow"
8367
8370
  }
8368
8371
  ]
8369
8372
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.60.0-beta.15",
3
+ "version": "2.60.0-beta.16",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -8364,6 +8364,9 @@
8364
8364
  },
8365
8365
  {
8366
8366
  "name": "Borrow"
8367
+ },
8368
+ {
8369
+ "name": "RepayBorrow"
8367
8370
  }
8368
8371
  ]
8369
8372
  }