posthog-js-lite 2.0.0-alpha1 → 2.0.0-alpha2

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/lib/index.cjs.js CHANGED
@@ -1405,7 +1405,7 @@ var checkStoreIsSupported = function (storage, key) {
1405
1405
  var localStore = checkStoreIsSupported(_localStore) ? _localStore : undefined;
1406
1406
  var sessionStorage = checkStoreIsSupported(_sessionStore) ? _sessionStore : undefined;
1407
1407
 
1408
- var version = "2.0.0-alpha1";
1408
+ var version = "2.0.0-alpha2";
1409
1409
 
1410
1410
  var PostHog =
1411
1411
  /** @class */
package/lib/index.esm.js CHANGED
@@ -1401,7 +1401,7 @@ var checkStoreIsSupported = function (storage, key) {
1401
1401
  var localStore = checkStoreIsSupported(_localStore) ? _localStore : undefined;
1402
1402
  var sessionStorage = checkStoreIsSupported(_sessionStore) ? _sessionStore : undefined;
1403
1403
 
1404
- var version = "2.0.0-alpha1";
1404
+ var version = "2.0.0-alpha2";
1405
1405
 
1406
1406
  var PostHog =
1407
1407
  /** @class */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "posthog-js-lite",
3
- "version": "2.0.0-alpha1",
3
+ "version": "2.0.0-alpha2",
4
4
  "main": "lib/index.cjs.js",
5
5
  "module": "lib/index.esm.js",
6
6
  "types": "lib/index.d.ts"