@honeybadger-io/js 5.4.1 → 6.1.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.
@@ -7,12 +7,12 @@ export declare function stringNameOfElement(element: HTMLElement): string;
7
7
  export declare function stringSelectorOfElement(element: any): any;
8
8
  export declare function stringTextOfElement(element: any): any;
9
9
  export declare function nativeFetch(): boolean;
10
- export declare function parseURL(url: any): {
10
+ export declare function parseURL(url: string): {
11
11
  protocol: any;
12
12
  host: any;
13
13
  pathname: any;
14
14
  };
15
- export declare function localURLPathname(url: any): any;
15
+ export declare function localURLPathname(url: string): any;
16
16
  export declare function decodeCookie(string: string): Record<string, unknown>;
17
17
  export declare function encodeCookie(object: any): string;
18
18
  export declare const preferCatch: boolean;
@@ -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.4.1'
817
+ version: '6.1.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.4.1",
3
+ "version": "6.1.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": "d829b9649291ddfc41be564efdf2c2879e6fdcec"
81
+ "gitHead": "406d078f2123ac70f59631a6ca77bcd1f3a796d8"
82
82
  }