steamutils 1.3.7 → 1.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.3.07",
3
+ "version": "1.3.08",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.4",