steamutils 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/SteamClient.js +1 -1
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -1206,7 +1206,7 @@ function SteamClient({
1206
1206
  steam_display: '#display_GameKnownMapScore',
1207
1207
  currentmap: '#gamemap_de_empire',
1208
1208
  connect: '+gcconnectG082AA752',
1209
- version: CSGO_VER,
1209
+ version: CSGO_VER.toString(),
1210
1210
  'game:mode': 'competitive',
1211
1211
  'game:mapgroupname': 'mg_de_mirage',
1212
1212
  'game:map': 'de_mirage',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.01",
3
+ "version": "1.2.02",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",