@drift-labs/sdk 2.96.0-beta.20 → 2.96.0-beta.22

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