@oliversalzburg/js-utils 0.0.29-dev.5 → 0.0.29-dev.6

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.
@@ -5,5 +5,6 @@
5
5
  * and prints it to a {@linkcode !Console}.
6
6
  * @param console - The console to print errors to.
7
7
  * @returns A function that will print errors to the console.
8
+ * @group Errors
8
9
  */
9
10
  export declare const redirectErrorsToConsole: (console: Console) => ((error: unknown) => void);
package/error/console.js CHANGED
@@ -3,6 +3,7 @@
3
3
  * and prints it to a {@linkcode !Console}.
4
4
  * @param console - The console to print errors to.
5
5
  * @returns A function that will print errors to the console.
6
+ * @group Errors
6
7
  */
7
8
  export const redirectErrorsToConsole = (console) => {
8
9
  const printErrorsToConsole = (error) => {
@@ -1 +1 @@
1
- {"version":3,"file":"console.js","sourceRoot":"","sources":["../../source/error/console.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,OAAgB,EAA8B,EAAE;IACtF,MAAM,oBAAoB,GAAG,CAAC,KAAc,EAAQ,EAAE;QACpD,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IACvB,CAAC,CAAC;IACF,OAAO,oBAAoB,CAAC;AAC9B,CAAC,CAAC"}
1
+ {"version":3,"file":"console.js","sourceRoot":"","sources":["../../source/error/console.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,OAAgB,EAA8B,EAAE;IACtF,MAAM,oBAAoB,GAAG,CAAC,KAAc,EAAQ,EAAE;QACpD,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IACvB,CAAC,CAAC;IACF,OAAO,oBAAoB,CAAC;AAC9B,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@oliversalzburg/js-utils",
4
- "version": "0.0.29-dev.5",
4
+ "version": "0.0.29-dev.6",
5
5
  "license": "MIT",
6
6
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
7
7
  "repository": {