datastake-daf 0.6.489 → 0.6.490

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.
@@ -6114,6 +6114,7 @@ class BaseHTTPService {
6114
6114
  this.onError = onError || (() => null);
6115
6115
  this.cleanJSON = cleanJSON;
6116
6116
  this.timeout = timeout;
6117
+ s;
6117
6118
  this.customAxiosConfig = customAxiosConfig;
6118
6119
 
6119
6120
  // Init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.489",
3
+ "version": "0.6.490",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -16,7 +16,7 @@ export class BaseHTTPService {
16
16
  this.getBaseURL = getBaseURL || (() => null);
17
17
  this.onError = onError || (() => null);
18
18
  this.cleanJSON = cleanJSON;
19
- this.timeout = timeout;
19
+ this.timeout = timeout;s
20
20
  this.customAxiosConfig = customAxiosConfig;
21
21
 
22
22
  // Init