testit-js-commons 4.1.1-TMS-5.7 → 4.1.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.
@@ -353,7 +353,7 @@ class SyncStorageRunner {
353
353
  }
354
354
  }
355
355
  exports.SyncStorageRunner = SyncStorageRunner;
356
- SyncStorageRunner.VERSION = "v0.3.5-tms-5.7";
356
+ SyncStorageRunner.VERSION = "v0.3.5";
357
357
  SyncStorageRunner.STARTUP_TIMEOUT_MS = 30000;
358
358
  SyncStorageRunner.STARTUP_POLL_MS = 1000;
359
359
  SyncStorageRunner.PROCESS_WARMUP_MS = 2000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-js-commons",
3
- "version": "4.1.1-TMS-5.7",
3
+ "version": "4.1.1",
4
4
  "description": "JavaScript commons for Test IT",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "dotenv": "^16.0.3",
42
- "testit-api-client": "7.2.6-TMS-5.7"
42
+ "testit-api-client": "7.2.6"
43
43
  },
44
44
  "files": [
45
45
  "lib",