@honeybadger-io/js 6.15.2 → 6.15.3

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.
@@ -1216,7 +1216,7 @@ var Client = /** @class */ (function () {
1216
1216
  this.__notifier = {
1217
1217
  name: '@honeybadger-io/core',
1218
1218
  url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/core',
1219
- version: '6.15.2'
1219
+ version: '6.15.3'
1220
1220
  };
1221
1221
  this.config = __assign$1(__assign$1({}, defaults_1.CONFIG), opts);
1222
1222
  this.__initStore();
@@ -3279,7 +3279,7 @@ client.CheckInsClient = CheckInsClient;
3279
3279
  var NOTIFIER = {
3280
3280
  name: '@honeybadger-io/js',
3281
3281
  url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js',
3282
- version: '6.15.2'
3282
+ version: '6.15.3'
3283
3283
  };
3284
3284
  var userAgent = function () {
3285
3285
  return "Honeybadger JS Server Client ".concat(NOTIFIER.version, ", ").concat(os_1.default.version(), "; ").concat(os_1.default.platform());