@hypertestco/node-sdk-v3 0.0.1-48 → 0.0.1-49
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
|
@@ -114981,7 +114981,7 @@ var opentelemetry = __toESM(require_src30());
|
|
|
114981
114981
|
var import_register = __toESM(require_register());
|
|
114982
114982
|
|
|
114983
114983
|
// ../../package.json
|
|
114984
|
-
var version = "0.0.1-
|
|
114984
|
+
var version = "0.0.1-49";
|
|
114985
114985
|
|
|
114986
114986
|
// ../utils/syncSleep/index.ts
|
|
114987
114987
|
function synchronousBlock(seconds) {
|
package/index.mjs
CHANGED
|
@@ -122463,7 +122463,7 @@ import fs2 from "fs";
|
|
|
122463
122463
|
import path3 from "path";
|
|
122464
122464
|
|
|
122465
122465
|
// ../../package.json
|
|
122466
|
-
var version = "0.0.1-
|
|
122466
|
+
var version = "0.0.1-49";
|
|
122467
122467
|
|
|
122468
122468
|
// ../utils/syncSleep/index.ts
|
|
122469
122469
|
function synchronousBlock(seconds) {
|