steamutils 1.4.28 → 1.4.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.4.28",
3
+ "version": "1.4.29",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",
package/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- import { EAuthTokenPlatformType, LoginApprover } from "steam-session";
1
+ import { EAuthTokenPlatformType, LoginApprover, LoginSession } from "steam-session";
2
2
 
3
3
  const isBrowser = typeof window !== "undefined";
4
4