@driveflux/reporter 5.3.3-next.0 → 5.4.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/index.js +3 -3
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -225,7 +225,7 @@ var getDrivers = function() {
|
|
|
225
225
|
return d;
|
|
226
226
|
});
|
|
227
227
|
};
|
|
228
|
-
export var reportError =
|
|
228
|
+
export var reportError = function() {
|
|
229
229
|
var _ref = _async_to_generator(function(err) {
|
|
230
230
|
var metadata, sync, defer;
|
|
231
231
|
var _arguments = arguments;
|
|
@@ -267,7 +267,7 @@ export var reportError = /*#__PURE__*/ function() {
|
|
|
267
267
|
*
|
|
268
268
|
* @todo make function
|
|
269
269
|
* @param problem
|
|
270
|
-
*/ export var reportProblem =
|
|
270
|
+
*/ export var reportProblem = function() {
|
|
271
271
|
var _ref = _async_to_generator(function(problem, sync) {
|
|
272
272
|
var defer;
|
|
273
273
|
return _ts_generator(this, function(_state) {
|
|
@@ -303,7 +303,7 @@ export var reportError = /*#__PURE__*/ function() {
|
|
|
303
303
|
return _ref.apply(this, arguments);
|
|
304
304
|
};
|
|
305
305
|
}();
|
|
306
|
-
export var commitReportingErrors =
|
|
306
|
+
export var commitReportingErrors = function() {
|
|
307
307
|
var _ref = _async_to_generator(function() {
|
|
308
308
|
var promises, problemsToReport, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, _$err;
|
|
309
309
|
return _ts_generator(this, function(_state) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/reporter",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./package.json": "./package.json",
|
|
@@ -17,22 +17,22 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@driveflux/fetch": "6.
|
|
21
|
-
"@driveflux/problem": "4.
|
|
22
|
-
"@driveflux/redact": "4.
|
|
23
|
-
"@driveflux/singleton": "1.
|
|
24
|
-
"@driveflux/utils": "3.
|
|
25
|
-
"@sentry/node": "^8.
|
|
20
|
+
"@driveflux/fetch": "6.3.0",
|
|
21
|
+
"@driveflux/problem": "4.3.0",
|
|
22
|
+
"@driveflux/redact": "4.3.0",
|
|
23
|
+
"@driveflux/singleton": "1.3.0",
|
|
24
|
+
"@driveflux/utils": "3.3.0",
|
|
25
|
+
"@sentry/node": "^8.20.0",
|
|
26
26
|
"flat": "6.0.1",
|
|
27
27
|
"rollbar": "^2.26.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@driveflux/fab": "2.
|
|
31
|
-
"@driveflux/tsconfig": "1.
|
|
30
|
+
"@driveflux/fab": "2.3.0",
|
|
31
|
+
"@driveflux/tsconfig": "1.3.0",
|
|
32
32
|
"@types/flat": "^5.0.5",
|
|
33
|
-
"@types/node": "^
|
|
34
|
-
"del-cli": "^
|
|
35
|
-
"typescript": "^5.
|
|
33
|
+
"@types/node": "^20.14.12",
|
|
34
|
+
"del-cli": "^5.1.0",
|
|
35
|
+
"typescript": "^5.5.4"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "fab",
|