@hypertestco/node-sdk-v3 0.0.1-15 → 0.0.1-16

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
@@ -147435,7 +147435,7 @@ var opentelemetry = __toESM(require_src30());
147435
147435
  var import_register = __toESM(require_register());
147436
147436
 
147437
147437
  // ../../package.json
147438
- var version = "0.0.1-15";
147438
+ var version = "0.0.1-16";
147439
147439
 
147440
147440
  // ../utils/syncSleep/index.ts
147441
147441
  function synchronousBlock(seconds) {
package/index.mjs CHANGED
@@ -154916,7 +154916,7 @@ import fs2 from "fs";
154916
154916
  import path3 from "path";
154917
154917
 
154918
154918
  // ../../package.json
154919
- var version = "0.0.1-15";
154919
+ var version = "0.0.1-16";
154920
154920
 
154921
154921
  // ../utils/syncSleep/index.ts
154922
154922
  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-15",
3
+ "version": "0.0.1-16",
4
4
  "description": "node-sdk-v3 for hypertest",
5
5
  "private": false,
6
6
  "publishConfig": {