@hypertestco/node-sdk-v3 0.0.1-8 → 0.0.1-9
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
|
@@ -147441,7 +147441,7 @@ var opentelemetry = __toESM(require_src30());
|
|
|
147441
147441
|
var import_register = __toESM(require_register());
|
|
147442
147442
|
|
|
147443
147443
|
// ../../package.json
|
|
147444
|
-
var version = "0.0.1-
|
|
147444
|
+
var version = "0.0.1-9";
|
|
147445
147445
|
|
|
147446
147446
|
// ../utils/syncSleep/index.ts
|
|
147447
147447
|
function synchronousBlock(seconds) {
|
package/index.mjs
CHANGED
|
@@ -154922,7 +154922,7 @@ import fs2 from "fs";
|
|
|
154922
154922
|
import path3 from "path";
|
|
154923
154923
|
|
|
154924
154924
|
// ../../package.json
|
|
154925
|
-
var version = "0.0.1-
|
|
154925
|
+
var version = "0.0.1-9";
|
|
154926
154926
|
|
|
154927
154927
|
// ../utils/syncSleep/index.ts
|
|
154928
154928
|
function synchronousBlock(seconds) {
|