steamutils 1.3.7 → 1.3.8
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -16,7 +16,7 @@ import axios from 'axios'
|
|
16
16
|
import * as cheerio from 'cheerio'
|
17
17
|
import fs from "fs";
|
18
18
|
import FormData from "form-data";
|
19
|
-
import {StringUtils} from "alpha-common-utils/src";
|
19
|
+
import {StringUtils} from "alpha-common-utils/src/index.js";
|
20
20
|
|
21
21
|
const MAX_RETRY = 10
|
22
22
|
let requestTimestamp = 0
|