@honeybadger-io/js 6.16.2 → 6.16.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.
@@ -1455,7 +1455,7 @@ var Client = /** @class */ (function () {
1455
1455
  this.__notifier = {
1456
1456
  name: '@honeybadger-io/core',
1457
1457
  url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/core',
1458
- version: '6.16.2'
1458
+ version: '6.16.3'
1459
1459
  };
1460
1460
  this.config = __assign(__assign({}, defaults_1.CONFIG), opts);
1461
1461
  this.__initStore();
@@ -1473,7 +1473,7 @@ var Client = /** @class */ (function () {
1473
1473
  this.__notifier = {
1474
1474
  name: '@honeybadger-io/core',
1475
1475
  url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/core',
1476
- version: '6.16.2'
1476
+ version: '6.16.3'
1477
1477
  };
1478
1478
  this.config = __assign$1(__assign$1({}, defaults_1.CONFIG), opts);
1479
1479
  this.__initStore();
@@ -3989,7 +3989,7 @@ client.CheckInsClient = CheckInsClient;
3989
3989
  var NOTIFIER = {
3990
3990
  name: '@honeybadger-io/js',
3991
3991
  url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js',
3992
- version: '6.16.2'
3992
+ version: '6.16.3'
3993
3993
  };
3994
3994
  var userAgent = function () {
3995
3995
  return "Honeybadger JS Server Client ".concat(NOTIFIER.version, ", ").concat(os_1.default.version(), "; ").concat(os_1.default.platform());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honeybadger-io/js",
3
- "version": "6.16.2",
3
+ "version": "6.16.3",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
6
6
  "author": {
@@ -99,5 +99,5 @@
99
99
  "engines": {
100
100
  "node": ">=14"
101
101
  },
102
- "gitHead": "8d0d9b97f8b07852e839d584c7babe7cadb3857f"
102
+ "gitHead": "9f7e6270b02d8422b1dbca23d6f223c8bf7a211a"
103
103
  }