runner-runtime 1.0.84 → 1.0.85

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 CHANGED
@@ -2470,7 +2470,7 @@ module.exports = (event, option, callback, eventRuntimeData, eventResultList) =>
2470
2470
  },
2471
2471
 
2472
2472
  responseData(cursor, data) {
2473
- if (!_.includes(['get_parsed_request'], scene)) {
2473
+ if (!_.includes(['get_parsed_request'], scene) && requestJson?.target_type === 'sse') {
2474
2474
  callback({
2475
2475
  action: "sse",
2476
2476
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runner-runtime",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "description": "runner-runtime.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -37,8 +37,8 @@
37
37
  "mime": "^3.0.0",
38
38
  "minimatch": "^9.0.4",
39
39
  "mockjs5-pro": "^1.0.6",
40
- "json-schema-faker-pro": "^0.5.30",
41
- "exp-mock": "^2.0.17",
40
+ "json-schema-faker-pro": "^0.5.31",
41
+ "exp-mock": "^2.0.18",
42
42
  "msgpack5": "^6.0.2",
43
43
  "net": "^1.0.2",
44
44
  "postman-collection": "^5.0.2",