udxcms 1.0.12 → 1.0.13
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/dist/api/index.js +1 -1
- package/package.json +1 -1
package/dist/api/index.js
CHANGED
|
@@ -55,7 +55,7 @@ const index_2 = require("../utils/index");
|
|
|
55
55
|
const Storage_1 = __importDefault(require("../utils/Storage"));
|
|
56
56
|
const axiosRetry_1 = require("../utils/axiosRetry");
|
|
57
57
|
var mergeConfig = require("axios/lib/core/mergeConfig");
|
|
58
|
-
const index_3 = require("
|
|
58
|
+
const index_3 = require("../index");
|
|
59
59
|
const instance = axios_1.default.create({
|
|
60
60
|
baseURL: "",
|
|
61
61
|
timeout: index_1.default.timeOut,
|