steamutils 1.2.69 → 1.2.70

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -26,6 +26,7 @@ export const MatchHistoryType = {
26
26
  matchhistoryscrimmage: 'matchhistoryscrimmage',
27
27
  matchhistorycompetitive: 'matchhistorycompetitive',
28
28
  matchhistorypremier: 'matchhistorypremier',
29
+ matchhistorycompetitivepermap: 'matchhistorycompetitivepermap',
29
30
  }
30
31
 
31
32
  export const MatchWinLose = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.69",
3
+ "version": "1.2.70",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.5.1",