@akiver/cs-demo-analyzer 1.4.1 → 1.4.3

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
@@ -155,6 +155,7 @@ export declare const HitGroup: {
155
155
  readonly RightArm: 5;
156
156
  readonly LeftLeg: 6;
157
157
  readonly RightLeg: 7;
158
+ readonly Neck: 8;
158
159
  readonly Gear: 10;
159
160
  };
160
161
  export type HitGroup = (typeof HitGroup)[keyof typeof HitGroup];
package/dist/constants.js CHANGED
@@ -161,6 +161,7 @@ exports.HitGroup = {
161
161
  RightArm: 5,
162
162
  LeftLeg: 6,
163
163
  RightLeg: 7,
164
+ Neck: 8,
164
165
  Gear: 10,
165
166
  };
166
167
  exports.GrenadeName = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiver/cs-demo-analyzer",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
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",