datastake-daf 0.6.490 → 0.6.491

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,7 +6114,6 @@ class BaseHTTPService {
6114
6114
  this.onError = onError || (() => null);
6115
6115
  this.cleanJSON = cleanJSON;
6116
6116
  this.timeout = timeout;
6117
- s;
6118
6117
  this.customAxiosConfig = customAxiosConfig;
6119
6118
 
6120
6119
  // Init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.490",
3
+ "version": "0.6.491",
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;s
19
+ this.timeout = timeout;
20
20
  this.customAxiosConfig = customAxiosConfig;
21
21
 
22
22
  // Init