@honeybadger-io/js 6.9.3 → 6.10.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.
@@ -1178,7 +1178,7 @@ var Client = /** @class */ (function () {
1178
1178
  this.__notifier = {
1179
1179
  name: '@honeybadger-io/core',
1180
1180
  url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/core',
1181
- version: '6.9.3'
1181
+ version: '6.10.0'
1182
1182
  };
1183
1183
  this.config = __assign$1(__assign$1({}, defaults_1.CONFIG), opts);
1184
1184
  this.__initStore();
@@ -2861,7 +2861,7 @@ client.CheckInsClient = CheckInsClient;
2861
2861
  var NOTIFIER = {
2862
2862
  name: '@honeybadger-io/js',
2863
2863
  url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js',
2864
- version: '6.9.3'
2864
+ version: '6.10.0'
2865
2865
  };
2866
2866
  var userAgent = function () {
2867
2867
  return "Honeybadger JS Server Client ".concat(NOTIFIER.version, ", ").concat(os_1.default.version(), "; ").concat(os_1.default.platform());