@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.
package/dist/browser/util.d.ts
CHANGED
|
@@ -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:
|
|
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:
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@honeybadger-io/js",
|
|
3
|
-
"version": "
|
|
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": "
|
|
81
|
+
"gitHead": "406d078f2123ac70f59631a6ca77bcd1f3a796d8"
|
|
82
82
|
}
|