@honeybadger-io/js 5.2.0 → 5.3.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.
@@ -814,7 +814,7 @@ var store_1 = store;
814
814
  var notifier = {
815
815
  name: 'honeybadger-js',
816
816
  url: 'https://github.com/honeybadger-io/honeybadger-js',
817
- version: '5.2.0'
817
+ version: '5.3.0'
818
818
  };
819
819
  // Split at commas and spaces
820
820
  var TAG_SEPARATOR = /,|\s+/;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honeybadger-io/js",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
6
6
  "author": {
@@ -78,5 +78,5 @@
78
78
  "engines": {
79
79
  "node": ">=14"
80
80
  },
81
- "gitHead": "a10f68655e4949e32f0fbe0ed8cdb763232d6497"
81
+ "gitHead": "1a6914ba49db1854bba26833074e59aea53ec04c"
82
82
  }