@loadmill/executer 0.1.126 → 0.1.128

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.
@@ -63,4 +63,8 @@ export interface MillInfo {
63
63
  * If the agent can't handle API tests
64
64
  */
65
65
  noApi: boolean;
66
+ /**
67
+ * The NodeJs version the agent runs on
68
+ */
69
+ nodeVersion?: string;
66
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadmill/executer",
3
- "version": "0.1.126",
3
+ "version": "0.1.128",
4
4
  "description": "Loadmill executer library",
5
5
  "scripts": {
6
6
  "ts-watch": "rimraf dist && tsc -w -p tsconfig.json",
@@ -16,8 +16,8 @@
16
16
  "dependencies": {
17
17
  "@grpc/grpc-js": "^1.9.8",
18
18
  "@grpc/proto-loader": "^0.7.10",
19
- "@loadmill/core": "0.3.125",
20
- "@loadmill/universal": "0.3.120",
19
+ "@loadmill/core": "0.3.127",
20
+ "@loadmill/universal": "0.3.122",
21
21
  "@types/estree": "^0.0.50",
22
22
  "acorn": "^8.4.1",
23
23
  "agentkeepalive": "^4.1.3",
@@ -26,7 +26,7 @@
26
26
  "lodash": "^4.17.21",
27
27
  "protobufjs": "^7.2.5",
28
28
  "randomstring": "^1.1.5",
29
- "superagent": "^8.0.9",
29
+ "superagent": "^10.0.1",
30
30
  "urijs": "^1.18.1",
31
31
  "vm2": "^3.9.6"
32
32
  }