@akiver/cs-demo-analyzer 1.0.5 → 1.0.7

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
@@ -17,6 +17,7 @@ export declare const DemoSource: {
17
17
  readonly Esportal: "esportal";
18
18
  readonly Fastcup: "fastcup";
19
19
  readonly Gamersclub: "gamersclub";
20
+ readonly PerfectWorld: "perfectworld";
20
21
  };
21
22
  export type DemoSource = (typeof DemoSource)[keyof typeof DemoSource];
22
23
  export declare const SupportedDemoSources: DemoSource[];
package/dist/constants.js CHANGED
@@ -19,6 +19,7 @@ exports.DemoSource = {
19
19
  Esportal: 'esportal',
20
20
  Fastcup: 'fastcup',
21
21
  Gamersclub: 'gamersclub',
22
+ PerfectWorld: 'perfectworld',
22
23
  };
23
24
  exports.SupportedDemoSources = [
24
25
  exports.DemoSource.Valve,
@@ -27,6 +28,8 @@ exports.SupportedDemoSources = [
27
28
  exports.DemoSource.Ebot,
28
29
  exports.DemoSource.Esl,
29
30
  exports.DemoSource.Popflash,
31
+ exports.DemoSource.Challengermode,
32
+ exports.DemoSource.PerfectWorld,
30
33
  ];
31
34
  exports.DemoType = {
32
35
  POV: 'POV',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiver/cs-demo-analyzer",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
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",