@akiver/cs-demo-analyzer 1.0.4 → 1.0.5
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
|
package/dist/bin/darwin-x64/csda
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/bin/linux-x64/csda
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/constants.d.ts
CHANGED
|
@@ -301,5 +301,13 @@ export declare const GameMode: {
|
|
|
301
301
|
readonly Competitive: "competitive";
|
|
302
302
|
readonly Scrimmage2V2: "scrimcomp2v2";
|
|
303
303
|
readonly Scrimmage5V5: "scrimcomp5v5";
|
|
304
|
+
readonly Deathmatch: "deathmatch";
|
|
305
|
+
readonly GunGameProgressive: "gungameprogressive";
|
|
306
|
+
readonly GunGameBomb: "gungametrbomb";
|
|
307
|
+
readonly Custom: "custom";
|
|
308
|
+
readonly CoOperative: "cooperative";
|
|
309
|
+
readonly CoOperativeMission: "coopmission";
|
|
310
|
+
readonly Skirmish: "skirmish";
|
|
311
|
+
readonly Survival: "survival";
|
|
304
312
|
};
|
|
305
313
|
export type GameMode = (typeof GameMode)[keyof typeof GameMode];
|
package/dist/constants.js
CHANGED
|
@@ -285,4 +285,12 @@ exports.GameMode = {
|
|
|
285
285
|
Competitive: 'competitive',
|
|
286
286
|
Scrimmage2V2: 'scrimcomp2v2',
|
|
287
287
|
Scrimmage5V5: 'scrimcomp5v5',
|
|
288
|
+
Deathmatch: 'deathmatch',
|
|
289
|
+
GunGameProgressive: 'gungameprogressive',
|
|
290
|
+
GunGameBomb: 'gungametrbomb',
|
|
291
|
+
Custom: 'custom',
|
|
292
|
+
CoOperative: 'cooperative',
|
|
293
|
+
CoOperativeMission: 'coopmission',
|
|
294
|
+
Skirmish: 'skirmish',
|
|
295
|
+
Survival: 'survival',
|
|
288
296
|
};
|
package/package.json
CHANGED