@hypertestco/node-sdk-v3 0.0.1-81 → 0.0.1-83
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/index.cjs +9 -1
- package/index.mjs +9 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -115005,7 +115005,7 @@ var opentelemetry = __toESM(require_src30());
|
|
|
115005
115005
|
var import_register = __toESM(require_register());
|
|
115006
115006
|
|
|
115007
115007
|
// ../../package.json
|
|
115008
|
-
var version = "0.0.1-
|
|
115008
|
+
var version = "0.0.1-83";
|
|
115009
115009
|
|
|
115010
115010
|
// ../utils/syncSleep/index.ts
|
|
115011
115011
|
function synchronousBlock(seconds) {
|
|
@@ -115121,6 +115121,14 @@ var HttpMethodEnum = /* @__PURE__ */ ((HttpMethodEnum2) => {
|
|
|
115121
115121
|
HttpMethodEnum2["PATCH"] = "PATCH";
|
|
115122
115122
|
return HttpMethodEnum2;
|
|
115123
115123
|
})(HttpMethodEnum || {});
|
|
115124
|
+
var RISK_LEVEL_WEIGHTAGE = {
|
|
115125
|
+
[import_generatedClient2.RequestReviewSeverity.CRITICAL]: 100,
|
|
115126
|
+
[import_generatedClient2.RequestReviewSeverity.HIGH]: 75,
|
|
115127
|
+
[import_generatedClient2.RequestReviewSeverity.MEDIUM]: 50,
|
|
115128
|
+
[import_generatedClient2.RequestReviewSeverity.LOW]: 25,
|
|
115129
|
+
[import_generatedClient2.RequestReviewSeverity.VERY_LOW]: 10,
|
|
115130
|
+
"NONE": 0
|
|
115131
|
+
};
|
|
115124
115132
|
|
|
115125
115133
|
// src/instrumentation/core/helpers/htMode.ts
|
|
115126
115134
|
var mode = process.env.HT_MODE;
|
package/index.mjs
CHANGED
|
@@ -122487,7 +122487,7 @@ import fs2 from "fs";
|
|
|
122487
122487
|
import path3 from "path";
|
|
122488
122488
|
|
|
122489
122489
|
// ../../package.json
|
|
122490
|
-
var version = "0.0.1-
|
|
122490
|
+
var version = "0.0.1-83";
|
|
122491
122491
|
|
|
122492
122492
|
// ../utils/syncSleep/index.ts
|
|
122493
122493
|
function synchronousBlock(seconds) {
|
|
@@ -122603,6 +122603,14 @@ var HttpMethodEnum = /* @__PURE__ */ ((HttpMethodEnum2) => {
|
|
|
122603
122603
|
HttpMethodEnum2["PATCH"] = "PATCH";
|
|
122604
122604
|
return HttpMethodEnum2;
|
|
122605
122605
|
})(HttpMethodEnum || {});
|
|
122606
|
+
var RISK_LEVEL_WEIGHTAGE = {
|
|
122607
|
+
[import_generatedClient2.RequestReviewSeverity.CRITICAL]: 100,
|
|
122608
|
+
[import_generatedClient2.RequestReviewSeverity.HIGH]: 75,
|
|
122609
|
+
[import_generatedClient2.RequestReviewSeverity.MEDIUM]: 50,
|
|
122610
|
+
[import_generatedClient2.RequestReviewSeverity.LOW]: 25,
|
|
122611
|
+
[import_generatedClient2.RequestReviewSeverity.VERY_LOW]: 10,
|
|
122612
|
+
"NONE": 0
|
|
122613
|
+
};
|
|
122606
122614
|
|
|
122607
122615
|
// src/instrumentation/core/helpers/htMode.ts
|
|
122608
122616
|
var mode = process.env.HT_MODE;
|