@hypertestco/node-sdk-v3 0.0.1-20 → 0.0.1-21

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.
Files changed (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.mjs +1 -1
  3. 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-20";
147441
+ var version = "0.0.1-21";
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-20";
154922
+ var version = "0.0.1-21";
154923
154923
 
154924
154924
  // ../utils/syncSleep/index.ts
154925
154925
  function synchronousBlock(seconds) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypertestco/node-sdk-v3",
3
- "version": "0.0.1-20",
3
+ "version": "0.0.1-21",
4
4
  "description": "node-sdk-v3 for hypertest",
5
5
  "private": false,
6
6
  "publishConfig": {