@hypertestco/node-sdk-v3 0.0.1-76 → 0.0.1-77
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 +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -115004,7 +115004,7 @@ var opentelemetry = __toESM(require_src30());
|
|
|
115004
115004
|
var import_register = __toESM(require_register());
|
|
115005
115005
|
|
|
115006
115006
|
// ../../package.json
|
|
115007
|
-
var version = "0.0.1-
|
|
115007
|
+
var version = "0.0.1-77";
|
|
115008
115008
|
|
|
115009
115009
|
// ../utils/syncSleep/index.ts
|
|
115010
115010
|
function synchronousBlock(seconds) {
|
package/index.mjs
CHANGED
|
@@ -122486,7 +122486,7 @@ import fs2 from "fs";
|
|
|
122486
122486
|
import path3 from "path";
|
|
122487
122487
|
|
|
122488
122488
|
// ../../package.json
|
|
122489
|
-
var version = "0.0.1-
|
|
122489
|
+
var version = "0.0.1-77";
|
|
122490
122490
|
|
|
122491
122491
|
// ../utils/syncSleep/index.ts
|
|
122492
122492
|
function synchronousBlock(seconds) {
|