@drift-labs/sdk 2.96.0-beta.21 → 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 +1 -0
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -266,3 +266,4 @@ 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
268
 
269
+
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.96.0-beta.21
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.21",
3
+ "version": "2.96.0-beta.22",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",