@drift-labs/sdk 2.114.0-beta.7 → 2.115.0-beta.0

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.114.0-beta.7
1
+ 2.115.0-beta.0
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.113.0",
2
+ "version": "2.114.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
@@ -9000,6 +9000,12 @@
9000
9000
  "type": {
9001
9001
  "option": "bool"
9002
9002
  }
9003
+ },
9004
+ {
9005
+ "name": "excludeTotalLiqFee",
9006
+ "type": {
9007
+ "option": "bool"
9008
+ }
9003
9009
  }
9004
9010
  ]
9005
9011
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.113.0",
2
+ "version": "2.114.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
@@ -9000,6 +9000,12 @@
9000
9000
  "type": {
9001
9001
  "option": "bool"
9002
9002
  }
9003
+ },
9004
+ {
9005
+ "name": "excludeTotalLiqFee",
9006
+ "type": {
9007
+ "option": "bool"
9008
+ }
9003
9009
  }
9004
9010
  ]
9005
9011
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.114.0-beta.7",
3
+ "version": "2.115.0-beta.0",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.113.0",
2
+ "version": "2.114.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
@@ -9000,6 +9000,12 @@
9000
9000
  "type": {
9001
9001
  "option": "bool"
9002
9002
  }
9003
+ },
9004
+ {
9005
+ "name": "excludeTotalLiqFee",
9006
+ "type": {
9007
+ "option": "bool"
9008
+ }
9003
9009
  }
9004
9010
  ]
9005
9011
  }