@hypertestco/node-sdk-v3 0.0.1-35 → 0.0.1-36
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
|
@@ -147448,7 +147448,7 @@ var opentelemetry = __toESM(require_src30());
|
|
|
147448
147448
|
var import_register = __toESM(require_register());
|
|
147449
147449
|
|
|
147450
147450
|
// ../../package.json
|
|
147451
|
-
var version = "0.0.1-
|
|
147451
|
+
var version = "0.0.1-36";
|
|
147452
147452
|
|
|
147453
147453
|
// ../utils/syncSleep/index.ts
|
|
147454
147454
|
function synchronousBlock(seconds) {
|
package/index.mjs
CHANGED
|
@@ -154929,7 +154929,7 @@ import fs2 from "fs";
|
|
|
154929
154929
|
import path3 from "path";
|
|
154930
154930
|
|
|
154931
154931
|
// ../../package.json
|
|
154932
|
-
var version = "0.0.1-
|
|
154932
|
+
var version = "0.0.1-36";
|
|
154933
154933
|
|
|
154934
154934
|
// ../utils/syncSleep/index.ts
|
|
154935
154935
|
function synchronousBlock(seconds) {
|