@loadmill/executer 0.1.134 → 0.1.136
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/mill-version.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.millVersionString = exports.millVersion = void 0;
|
|
4
4
|
exports.millVersion = {
|
|
5
5
|
major: 9,
|
|
6
|
-
minor:
|
|
6
|
+
minor: 96,
|
|
7
7
|
patch: 0,
|
|
8
8
|
};
|
|
9
9
|
exports.millVersionString = exports.millVersion.major + "." + exports.millVersion.minor + "." + exports.millVersion.patch;
|
|
@@ -37,7 +37,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.CodeStepHandler = void 0;
|
|
40
|
-
var
|
|
40
|
+
var type_guards_1 = require("@loadmill/core/dist/step/type-guards");
|
|
41
41
|
var performance_1 = require("../performance");
|
|
42
42
|
var CodeStepHandler = /** @class */ (function () {
|
|
43
43
|
function CodeStepHandler(context) {
|
|
@@ -54,7 +54,7 @@ var CodeStepHandler = /** @class */ (function () {
|
|
|
54
54
|
configurable: true,
|
|
55
55
|
writable: true,
|
|
56
56
|
value: function (step) {
|
|
57
|
-
return step
|
|
57
|
+
return type_guards_1.isCodeStep(step);
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(CodeStepHandler.prototype, "execute", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-step-handler.js","sourceRoot":"","sources":["../../src/step-handlers/code-step-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"code-step-handler.js","sourceRoot":"","sources":["../../src/step-handlers/code-step-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,oEAAkE;AAGlE,8CAA+C;AAK/C;IACE,yBAAmB,OAA6B;;;;;mBAA7B;;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;;;;eAED,UAAU,IAAU;YAClB,OAAO,wBAAU,CAAC,IAAI,CAAC,CAAC;QAC1B,CAAC;;;;;;eAED,UAAc,QAAkB,EAAE,KAAa;;;;oBACvC,gBAAgB,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;oBAC9B,UAAU,GAAG,2BAAa,CAAC,CAAC,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC;oBACxE,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,QAAQ,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC;oBACnD,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC;oBACzD,sBAAO;4BACL,IAAI,EAAE,QAAQ;yBACf,EAAC;;;SACH;;;;;;eAED,UAAgC,KAAW,EAAE,KAAa,EAAE,IAAkB;;;oBAC5E,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;oBACtC,sBAAO;;;SACR;;IACH,sBAAC;AAAD,CAAC,AAvBD,IAuBC;AAvBY,0CAAe"}
|
|
@@ -37,7 +37,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.RequestStepHandler = void 0;
|
|
40
|
-
var
|
|
40
|
+
var type_guards_1 = require("@loadmill/core/dist/step/type-guards");
|
|
41
41
|
var RequestStepHandler = /** @class */ (function () {
|
|
42
42
|
function RequestStepHandler(context) {
|
|
43
43
|
Object.defineProperty(this, "context", {
|
|
@@ -53,7 +53,7 @@ var RequestStepHandler = /** @class */ (function () {
|
|
|
53
53
|
configurable: true,
|
|
54
54
|
writable: true,
|
|
55
55
|
value: function (step) {
|
|
56
|
-
return step
|
|
56
|
+
return type_guards_1.isLoadmillRequest(step);
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(RequestStepHandler.prototype, "execute", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request-step-handler.js","sourceRoot":"","sources":["../../src/step-handlers/request-step-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"request-step-handler.js","sourceRoot":"","sources":["../../src/step-handlers/request-step-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,oEAAyE;AAQzE;IACE,4BAAmB,OAA6B;;;;;mBAA7B;;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;;;;eAED,UAAU,IAAU;YAClB,OAAO,+BAAiB,CAAC,IAAI,CAAC,CAAC;QACjC,CAAC;;;;;;eAED,UAAc,OAAwB,EAAE,KAAa;;;;;;4BAC7C,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;4BACxD,qBAAM,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,eAAe,EAAE,KAAK,CAAC,EAAA;;4BAA5D,GAAG,GAAG,SAAsD;4BAClE,sBAAO,GAAG,EAAC;;;;SACZ;;;;;;eAED,UAAgC,OAAwB,EAAE,KAAa,EAAE,GAAoB;;;oBAC3F,sBAAO,IAAI,CAAC,OAAO,CAAC,yBAAyB,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,CAAC,EAAC;;;SACpE;;IACH,yBAAC;AAAD,CAAC,AAlBD,IAkBC;AAlBY,gDAAkB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadmill/executer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.136",
|
|
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.
|
|
20
|
-
"@loadmill/universal": "0.3.
|
|
19
|
+
"@loadmill/core": "0.3.135",
|
|
20
|
+
"@loadmill/universal": "0.3.130",
|
|
21
21
|
"@types/estree": "^0.0.50",
|
|
22
22
|
"acorn": "^8.4.1",
|
|
23
23
|
"agentkeepalive": "^4.1.3",
|