Skip to content

Commit

Permalink
Use kvparser instead of simple-vdf
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Jun 28, 2023
1 parent 660a5e5 commit 14f2e88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/06-webapi.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const HTTPS = require('https');
const StdLib = require('@doctormckay/stdlib');
const VDF = require('simple-vdf');
const VDF = require('kvparser');
const Zlib = require('zlib');

const SteamUserFileStorage = require('./05-filestorage.js');
Expand Down
2 changes: 1 addition & 1 deletion components/apps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const BinaryKVParser = require('binarykvparser');
const StdLib = require('@doctormckay/stdlib');
const SteamID = require('steamid');
const VDF = require('simple-vdf');
const VDF = require('kvparser');

const Helpers = require('./helpers.js');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"binarykvparser": "^2.2.0",
"bytebuffer": "^5.0.0",
"file-manager": "^2.0.0",
"kvparser": "^1.0.1",
"lzma": "^2.3.2",
"protobufjs": "^6.11.3",
"simple-vdf": "^1.1.1",
"socks-proxy-agent": "^7.0.0",
"steam-appticket": "^1.0.1",
"steam-session": "^1.1.0",
Expand Down

0 comments on commit 14f2e88

Please sign in to comment.