@hypertestco/node-sdk-v3 0.0.1-19 → 0.0.1-21-1
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
|
@@ -147438,7 +147438,7 @@ var opentelemetry = __toESM(require_src30());
|
|
|
147438
147438
|
var import_register = __toESM(require_register());
|
|
147439
147439
|
|
|
147440
147440
|
// ../../package.json
|
|
147441
|
-
var version = "0.0.1-
|
|
147441
|
+
var version = "0.0.1-21-1";
|
|
147442
147442
|
|
|
147443
147443
|
// ../utils/syncSleep/index.ts
|
|
147444
147444
|
function synchronousBlock(seconds) {
|
package/index.mjs
CHANGED
|
@@ -154919,7 +154919,7 @@ import fs2 from "fs";
|
|
|
154919
154919
|
import path3 from "path";
|
|
154920
154920
|
|
|
154921
154921
|
// ../../package.json
|
|
154922
|
-
var version = "0.0.1-
|
|
154922
|
+
var version = "0.0.1-21-1";
|
|
154923
154923
|
|
|
154924
154924
|
// ../utils/syncSleep/index.ts
|
|
154925
154925
|
function synchronousBlock(seconds) {
|