@akiver/cs-demo-analyzer 1.0.3 → 1.0.5

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.
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -11,6 +11,7 @@ export declare const DemoSource: {
11
11
  readonly Popflash: "popflash";
12
12
  readonly FaceIt: "faceit";
13
13
  readonly Cevo: "cevo";
14
+ readonly Challengermode: "challengermode";
14
15
  readonly Esl: "esl";
15
16
  readonly Esea: "esea";
16
17
  readonly Esportal: "esportal";
@@ -300,5 +301,13 @@ export declare const GameMode: {
300
301
  readonly Competitive: "competitive";
301
302
  readonly Scrimmage2V2: "scrimcomp2v2";
302
303
  readonly Scrimmage5V5: "scrimcomp5v5";
304
+ readonly Deathmatch: "deathmatch";
305
+ readonly GunGameProgressive: "gungameprogressive";
306
+ readonly GunGameBomb: "gungametrbomb";
307
+ readonly Custom: "custom";
308
+ readonly CoOperative: "cooperative";
309
+ readonly CoOperativeMission: "coopmission";
310
+ readonly Skirmish: "skirmish";
311
+ readonly Survival: "survival";
303
312
  };
304
313
  export type GameMode = (typeof GameMode)[keyof typeof GameMode];
package/dist/constants.js CHANGED
@@ -13,6 +13,7 @@ exports.DemoSource = {
13
13
  Popflash: 'popflash',
14
14
  FaceIt: 'faceit',
15
15
  Cevo: 'cevo',
16
+ Challengermode: 'challengermode',
16
17
  Esl: 'esl',
17
18
  Esea: 'esea',
18
19
  Esportal: 'esportal',
@@ -284,4 +285,12 @@ exports.GameMode = {
284
285
  Competitive: 'competitive',
285
286
  Scrimmage2V2: 'scrimcomp2v2',
286
287
  Scrimmage5V5: 'scrimcomp5v5',
288
+ Deathmatch: 'deathmatch',
289
+ GunGameProgressive: 'gungameprogressive',
290
+ GunGameBomb: 'gungametrbomb',
291
+ Custom: 'custom',
292
+ CoOperative: 'cooperative',
293
+ CoOperativeMission: 'coopmission',
294
+ Skirmish: 'skirmish',
295
+ Survival: 'survival',
287
296
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiver/cs-demo-analyzer",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Analyze and extract data from Counter-Strike demos.",
5
5
  "repository": "https://github.com/akiver/cs-demo-analyzer",
6
6
  "main": "./dist/index.js",