@akiver/cs-demo-analyzer 1.0.4 → 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
@@ -301,5 +301,13 @@ export declare const GameMode: {
301
301
  readonly Competitive: "competitive";
302
302
  readonly Scrimmage2V2: "scrimcomp2v2";
303
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";
304
312
  };
305
313
  export type GameMode = (typeof GameMode)[keyof typeof GameMode];
package/dist/constants.js CHANGED
@@ -285,4 +285,12 @@ exports.GameMode = {
285
285
  Competitive: 'competitive',
286
286
  Scrimmage2V2: 'scrimcomp2v2',
287
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',
288
296
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiver/cs-demo-analyzer",
3
- "version": "1.0.4",
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",