@akiver/cs-demo-analyzer 1.9.5 → 1.10.1

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
@@ -12,6 +12,7 @@ export declare const DemoSource: {
12
12
  readonly Esl: "esl";
13
13
  readonly Esplay: "esplay";
14
14
  readonly Esportal: "esportal";
15
+ readonly Esportligaen: "esportligaen";
15
16
  readonly FaceIt: "faceit";
16
17
  readonly Fastcup: "fastcup";
17
18
  readonly FiveEPlay: "5eplay";
package/dist/constants.js CHANGED
@@ -14,6 +14,7 @@ exports.DemoSource = {
14
14
  Esl: 'esl',
15
15
  Esplay: 'esplay',
16
16
  Esportal: 'esportal',
17
+ Esportligaen: 'esportligaen',
17
18
  FaceIt: 'faceit',
18
19
  Fastcup: 'fastcup',
19
20
  FiveEPlay: '5eplay',
@@ -33,6 +34,7 @@ exports.SupportedDemoSources = [
33
34
  exports.DemoSource.Esl,
34
35
  exports.DemoSource.Esplay,
35
36
  exports.DemoSource.Esportal,
37
+ exports.DemoSource.Esportligaen,
36
38
  exports.DemoSource.FaceIt,
37
39
  exports.DemoSource.FiveEPlay,
38
40
  exports.DemoSource.Fastcup,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiver/cs-demo-analyzer",
3
- "version": "1.9.5",
3
+ "version": "1.10.1",
4
4
  "description": "Analyze and extract data from Counter-Strike demos.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,8 +40,8 @@
40
40
  "replays"
41
41
  ],
42
42
  "devDependencies": {
43
- "@types/node": "24.12.0",
44
- "prettier": "3.8.1",
45
- "typescript": "5.9.3"
43
+ "@types/node": "24.13.2",
44
+ "prettier": "3.8.4",
45
+ "typescript": "6.0.3"
46
46
  }
47
47
  }