Skip to content

Commit

Permalink
rebuild 2.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumitrescu committed Aug 2, 2024
1 parent c351e6d commit 93df8eb
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/mixpanel-core.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion dist/mixpanel-recorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -4510,7 +4510,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion dist/mixpanel-recorder.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mixpanel-with-async-recorder.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion dist/mixpanel.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4509,7 +4509,7 @@ define((function () { 'use strict';

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion dist/mixpanel.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4509,7 +4509,7 @@ var IncrementalSource = /* @__PURE__ */ ((IncrementalSource2) => {

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion dist/mixpanel.globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
4 changes: 2 additions & 2 deletions dist/mixpanel.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mixpanel.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -4507,7 +4507,7 @@ var IncrementalSource = /* @__PURE__ */ ((IncrementalSource2) => {

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion dist/mixpanel.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4513,7 +4513,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion examples/commonjs-browserify/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4510,7 +4510,7 @@ var IncrementalSource = /* @__PURE__ */ ((IncrementalSource2) => {

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion examples/es2015-babelify/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -10982,7 +10982,7 @@ Object.defineProperty(exports, '__esModule', {
});
var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

exports['default'] = Config;
Expand Down
2 changes: 1 addition & 1 deletion examples/umd-webpack/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4576,7 +4576,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

/* eslint camelcase: "off", eqeqeq: "off" */
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var Config = {
DEBUG: false,
LIB_VERSION: '2.54.1'
LIB_VERSION: '2.55.0'
};

export default Config;

0 comments on commit 93df8eb

Please sign in to comment.