qase-javascript-commons 2.4.9 → 2.4.10

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/changelog.md CHANGED
@@ -1,3 +1,9 @@
1
+ # qase-javascript-commons@2.4.10
2
+
3
+ ## What's new
4
+
5
+ Fixed an issue with report link for enterprise customers.
6
+
1
7
  # qase-javascript-commons@2.4.9
2
8
 
3
9
  ## What's new
@@ -13,7 +13,7 @@ const dateUtils_1 = require("./dateUtils");
13
13
  const form_data_1 = __importDefault(require("form-data"));
14
14
  const DEFAULT_API_HOST = 'qase.io';
15
15
  const API_BASE_URL = 'https://api-';
16
- const APP_BASE_URL = 'https://app-';
16
+ const APP_BASE_URL = 'https://';
17
17
  const API_VERSION = '/v1';
18
18
  var ApiErrorCode;
19
19
  (function (ApiErrorCode) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qase-javascript-commons",
3
- "version": "2.4.9",
3
+ "version": "2.4.10",
4
4
  "description": "Qase JS Reporters",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",