@akiver/cs-demo-analyzer 1.4.10 → 1.4.12

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
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
17
17
  return (mod && mod.__esModule) ? mod : { "default": mod };
18
18
  };
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
- exports.analyzeDemo = void 0;
20
+ exports.analyzeDemo = analyzeDemo;
21
21
  const node_child_process_1 = require("node:child_process");
22
22
  const promises_1 = __importDefault(require("node:fs/promises"));
23
23
  const platform_1 = require("./platform");
@@ -68,5 +68,4 @@ async function analyzeDemo({ demoPath, outputFolderPath, format, source, analyze
68
68
  });
69
69
  });
70
70
  }
71
- exports.analyzeDemo = analyzeDemo;
72
71
  __exportStar(require("./constants"), exports);
package/dist/platform.js CHANGED
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.getBinaryPath = void 0;
6
+ exports.getBinaryPath = getBinaryPath;
7
7
  const node_path_1 = __importDefault(require("node:path"));
8
8
  function getBinarySubpath() {
9
9
  const supportedPlatforms = {
@@ -22,4 +22,3 @@ function getBinarySubpath() {
22
22
  function getBinaryPath() {
23
23
  return node_path_1.default.join(__dirname, getBinarySubpath());
24
24
  }
25
- exports.getBinaryPath = getBinaryPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiver/cs-demo-analyzer",
3
- "version": "1.4.10",
3
+ "version": "1.4.12",
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",
@@ -34,8 +34,8 @@
34
34
  "replays"
35
35
  ],
36
36
  "devDependencies": {
37
- "@types/node": "20.10.2",
38
- "prettier": "3.1.0",
39
- "typescript": "5.3.2"
37
+ "@types/node": "22.5.5",
38
+ "prettier": "3.3.3",
39
+ "typescript": "5.6.2"
40
40
  }
41
41
  }