mixpanel-browser 2.54.1 → 2.55.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.
@@ -4513,7 +4513,7 @@
4513
4513
 
4514
4514
  var Config = {
4515
4515
  DEBUG: false,
4516
- LIB_VERSION: '2.54.1'
4516
+ LIB_VERSION: '2.55.0'
4517
4517
  };
4518
4518
 
4519
4519
  /* eslint camelcase: "off", eqeqeq: "off" */
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "mixpanel-browser",
3
- "version": "2.54.1",
3
+ "version": "2.55.0",
4
4
  "description": "The official Mixpanel JavaScript browser client library",
5
5
  "main": "dist/mixpanel.cjs.js",
6
+ "module": "dist/mixpanel.module.js",
6
7
  "directories": {
7
8
  "test": "tests"
8
9
  },
package/src/config.js CHANGED
@@ -1,6 +1,6 @@
1
1
  var Config = {
2
2
  DEBUG: false,
3
- LIB_VERSION: '2.54.1'
3
+ LIB_VERSION: '2.55.0'
4
4
  };
5
5
 
6
6
  export default Config;