topkat-utils 1.2.74 → 1.2.75

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.
@@ -8,7 +8,7 @@ export type ErrorOptions = {
8
8
  doNotThrow?: boolean;
9
9
  code?: number;
10
10
  doNotDisplayCode?: boolean;
11
- notifyOnSlackChannel?: boolean;
11
+ notifyAdmins?: boolean;
12
12
  extraInfosRenderer?: (extraInfosObj: ObjectGeneric) => string[];
13
13
  doNotWaitOneFrameForLog?: boolean;
14
14
  noStackTrace?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "topkat-utils",
3
- "version": "1.2.74",
3
+ "version": "1.2.75",
4
4
  "type": "commonjs",
5
5
  "types": "index.ts",
6
6
  "main": "dist",
package/src/types.ts CHANGED
@@ -10,7 +10,7 @@ export type ErrorOptions = {
10
10
  doNotThrow?: boolean
11
11
  code?: number
12
12
  doNotDisplayCode?: boolean
13
- notifyOnSlackChannel?: boolean
13
+ notifyAdmins?: boolean
14
14
  extraInfosRenderer?: (extraInfosObj: ObjectGeneric) => string[]
15
15
  doNotWaitOneFrameForLog?: boolean
16
16
  noStackTrace?: boolean