@drift-labs/sdk 2.40.0-beta.1 → 2.40.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 +1 -1
package/README.md CHANGED
@@ -244,4 +244,3 @@ Drift Protocol v2 is licensed under [Apache 2.0](./LICENSE).
244
244
  Unless you explicitly state otherwise, any contribution intentionally submitted
245
245
  for inclusion in Drift SDK by you, as defined in the Apache-2.0 license, shall be
246
246
  licensed as above, without any additional terms or conditions.
247
-
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.40.0-beta.1
1
+ 2.40.0-beta.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.40.0-beta.1",
3
+ "version": "2.40.0-beta.3",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",