@alwaysmeticulous/client 2.285.1 → 2.285.2

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.
@@ -1,12 +1,13 @@
1
1
  "use strict";
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5486f6c6-ed08-5e86-9ec2-57e4bfde8843")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5e15a073-50e2-5788-9e86-7d3775ea4a52")}catch(e){}}();
3
3
 
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.IN_PROGRESS_TEST_RUN_STATUS = void 0;
6
6
  exports.IN_PROGRESS_TEST_RUN_STATUS = [
7
+ "PreProcessing",
7
8
  "Scheduled",
8
9
  "Running",
9
10
  "PostProcessing",
10
11
  ];
11
12
  //# sourceMappingURL=test-run.constants.js.map
12
- //# debugId=5486f6c6-ed08-5e86-9ec2-57e4bfde8843
13
+ //# debugId=5e15a073-50e2-5788-9e86-7d3775ea4a52
@@ -1 +1 @@
1
- {"version":3,"file":"test-run.constants.js","sources":["../../src/api/test-run.constants.ts"],"sourceRoot":"","names":[],"mappings":";;;;;AAEa,QAAA,2BAA2B,GAAoB;IAC1D,WAAW;IACX,SAAS;IACT,gBAAgB;CACjB,CAAC","debugId":"5486f6c6-ed08-5e86-9ec2-57e4bfde8843"}
1
+ {"version":3,"file":"test-run.constants.js","sources":["../../src/api/test-run.constants.ts"],"sourceRoot":"","names":[],"mappings":";;;;;AAEa,QAAA,2BAA2B,GAAoB;IAC1D,eAAe;IACf,WAAW;IACX,SAAS;IACT,gBAAgB;CACjB,CAAC","debugId":"5e15a073-50e2-5788-9e86-7d3775ea4a52"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/client",
3
- "version": "2.285.1",
3
+ "version": "2.285.2",
4
4
  "description": "Helper methods for using the Meticulous backend API",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "loglevel": "^1.8.0",
13
13
  "proxy-agent": "^6.4.0",
14
14
  "undici": "^6.24.1",
15
- "@alwaysmeticulous/api": "2.285.1",
15
+ "@alwaysmeticulous/api": "2.285.2",
16
16
  "@alwaysmeticulous/common": "2.283.1"
17
17
  },
18
18
  "author": {