@drift-labs/sdk 2.84.0-beta.1 → 2.84.0-beta.2

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.84.0-beta.1
1
+ 2.84.0-beta.2
@@ -9208,7 +9208,7 @@
9208
9208
  "name": "Standard",
9209
9209
  "fields": [
9210
9210
  {
9211
- "name": "track_open_orders_fraction",
9211
+ "name": "trackOpenOrdersFraction",
9212
9212
  "type": "bool"
9213
9213
  }
9214
9214
  ]
@@ -9217,7 +9217,7 @@
9217
9217
  "name": "Liquidation",
9218
9218
  "fields": [
9219
9219
  {
9220
- "name": "market_to_track_margin_requirement",
9220
+ "name": "marketToTrackMarginRequirement",
9221
9221
  "type": {
9222
9222
  "option": {
9223
9223
  "defined": "MarketIdentifier"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.84.0-beta.1",
3
+ "version": "2.84.0-beta.2",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -34,7 +34,7 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@coral-xyz/anchor": "0.28.1-beta.2",
37
+ "@coral-xyz/anchor": "0.29.0",
38
38
  "@ellipsis-labs/phoenix-sdk": "^1.4.2",
39
39
  "@project-serum/serum": "^0.13.38",
40
40
  "@pythnetwork/client": "2.5.3",
@@ -9208,7 +9208,7 @@
9208
9208
  "name": "Standard",
9209
9209
  "fields": [
9210
9210
  {
9211
- "name": "track_open_orders_fraction",
9211
+ "name": "trackOpenOrdersFraction",
9212
9212
  "type": "bool"
9213
9213
  }
9214
9214
  ]
@@ -9217,7 +9217,7 @@
9217
9217
  "name": "Liquidation",
9218
9218
  "fields": [
9219
9219
  {
9220
- "name": "market_to_track_margin_requirement",
9220
+ "name": "marketToTrackMarginRequirement",
9221
9221
  "type": {
9222
9222
  "option": {
9223
9223
  "defined": "MarketIdentifier"