@akiver/cs-demo-analyzer 1.6.0 → 1.7.0

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
@@ -10,6 +10,7 @@ export declare const DemoSource: {
10
10
  readonly Ebot: "ebot";
11
11
  readonly Esea: "esea";
12
12
  readonly Esl: "esl";
13
+ readonly Esplay: "esplay";
13
14
  readonly Esportal: "esportal";
14
15
  readonly FaceIt: "faceit";
15
16
  readonly Fastcup: "fastcup";
package/dist/constants.js CHANGED
@@ -12,6 +12,7 @@ exports.DemoSource = {
12
12
  Ebot: 'ebot',
13
13
  Esea: 'esea',
14
14
  Esl: 'esl',
15
+ Esplay: 'esplay',
15
16
  Esportal: 'esportal',
16
17
  FaceIt: 'faceit',
17
18
  Fastcup: 'fastcup',
@@ -29,6 +30,7 @@ exports.SupportedDemoSources = [
29
30
  exports.DemoSource.Ebot,
30
31
  exports.DemoSource.Esea,
31
32
  exports.DemoSource.Esl,
33
+ exports.DemoSource.Esplay,
32
34
  exports.DemoSource.Esportal,
33
35
  exports.DemoSource.FaceIt,
34
36
  exports.DemoSource.FiveEPlay,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiver/cs-demo-analyzer",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
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",