steamutils 1.2.79 → 1.2.80

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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,4 +1,3 @@
1
- import cheerio from 'cheerio'
2
1
  import {randomBytes} from 'crypto'
3
2
  import sha256 from 'crypto-js/sha256.js'
4
3
  import _ from 'lodash'
@@ -15,7 +14,7 @@ import {getTableHasHeaders, table2json} from './cheerio.js'
15
14
  import {getJSObjectFronXML} from './xml2json.js'
16
15
  import axios from 'axios'
17
16
  import url from 'url'
18
- import * as cheerio from "cheerio";
17
+ import * as cheerio from 'cheerio'
19
18
  import fs from "fs";
20
19
  import FormData from "form-data";
21
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.79",
3
+ "version": "1.2.80",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.5.1",