@hypertestco/node-sdk-v3 0.0.1-59 → 0.0.1-60
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
|
@@ -114997,7 +114997,7 @@ var opentelemetry = __toESM(require_src30());
|
|
|
114997
114997
|
var import_register = __toESM(require_register());
|
|
114998
114998
|
|
|
114999
114999
|
// ../../package.json
|
|
115000
|
-
var version = "0.0.1-
|
|
115000
|
+
var version = "0.0.1-60";
|
|
115001
115001
|
|
|
115002
115002
|
// ../utils/syncSleep/index.ts
|
|
115003
115003
|
function synchronousBlock(seconds) {
|
package/index.mjs
CHANGED
|
@@ -122479,7 +122479,7 @@ import fs2 from "fs";
|
|
|
122479
122479
|
import path3 from "path";
|
|
122480
122480
|
|
|
122481
122481
|
// ../../package.json
|
|
122482
|
-
var version = "0.0.1-
|
|
122482
|
+
var version = "0.0.1-60";
|
|
122483
122483
|
|
|
122484
122484
|
// ../utils/syncSleep/index.ts
|
|
122485
122485
|
function synchronousBlock(seconds) {
|