@hypertestco/node-sdk-v3 0.0.1-78 → 0.0.1-79
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
|
@@ -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-79";
|
|
115009
115009
|
|
|
115010
115010
|
// ../utils/syncSleep/index.ts
|
|
115011
115011
|
function synchronousBlock(seconds) {
|
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-79";
|
|
122491
122491
|
|
|
122492
122492
|
// ../utils/syncSleep/index.ts
|
|
122493
122493
|
function synchronousBlock(seconds) {
|