runner-runtime 1.0.25 → 1.0.27
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/events/api.js +5 -0
- package/package.json +3 -3
package/events/api.js
CHANGED
|
@@ -2096,6 +2096,11 @@ module.exports = (event, option, callback, eventRuntimeData, eventResultList) =>
|
|
|
2096
2096
|
item: [collection]
|
|
2097
2097
|
}), options, (err, run) => {
|
|
2098
2098
|
if (err) {
|
|
2099
|
+
resolve({
|
|
2100
|
+
action: 'stystemError',
|
|
2101
|
+
message: String(err),
|
|
2102
|
+
current_event_id: event?.event_id
|
|
2103
|
+
})
|
|
2099
2104
|
return;
|
|
2100
2105
|
}
|
|
2101
2106
|
run.start({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "runner-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"description": "runner-runtime.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"msgpack5": "^6.0.2",
|
|
40
40
|
"net": "^1.0.2",
|
|
41
41
|
"postman-collection": "^5.0.2",
|
|
42
|
-
"postman-runtime-pro": "^7.43.
|
|
42
|
+
"postman-runtime-pro": "^7.43.15",
|
|
43
43
|
"request-har": "^1.0.0",
|
|
44
|
-
"strip-json-comments": "^
|
|
44
|
+
"strip-json-comments": "^3.1.1",
|
|
45
45
|
"tough": "^0.6.0",
|
|
46
46
|
"tough-cookie": "^5.1.2",
|
|
47
47
|
"uuid": "^9.0.1",
|