@leanbase-giangnd/js 0.2.4 → 0.3.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/dist/index.cjs CHANGED
@@ -1171,7 +1171,7 @@ const detectDeviceType = function (user_agent) {
1171
1171
  }
1172
1172
  };
1173
1173
 
1174
- var version = "0.2.4";
1174
+ var version = "0.3.0";
1175
1175
  var packageInfo = {
1176
1176
  version: version};
1177
1177
 
package/dist/index.mjs CHANGED
@@ -1169,7 +1169,7 @@ const detectDeviceType = function (user_agent) {
1169
1169
  }
1170
1170
  };
1171
1171
 
1172
- var version = "0.2.4";
1172
+ var version = "0.3.0";
1173
1173
  var packageInfo = {
1174
1174
  version: version};
1175
1175
 
@@ -2846,7 +2846,7 @@ var leanbase = (function () {
2846
2846
  }
2847
2847
  };
2848
2848
 
2849
- var version = "0.2.4";
2849
+ var version = "0.3.0";
2850
2850
  var packageInfo = {
2851
2851
  version: version};
2852
2852
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanbase-giangnd/js",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "Leanbase browser SDK - event tracking, autocapture, and session replay",
5
5
  "repository": {
6
6
  "type": "git",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.2.4'
1
+ export const version = '0.3.0'