@akiver/cs-demo-analyzer 1.0.5 → 1.0.7
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
|
@@ -17,6 +17,7 @@ export declare const DemoSource: {
|
|
|
17
17
|
readonly Esportal: "esportal";
|
|
18
18
|
readonly Fastcup: "fastcup";
|
|
19
19
|
readonly Gamersclub: "gamersclub";
|
|
20
|
+
readonly PerfectWorld: "perfectworld";
|
|
20
21
|
};
|
|
21
22
|
export type DemoSource = (typeof DemoSource)[keyof typeof DemoSource];
|
|
22
23
|
export declare const SupportedDemoSources: DemoSource[];
|
package/dist/constants.js
CHANGED
|
@@ -19,6 +19,7 @@ exports.DemoSource = {
|
|
|
19
19
|
Esportal: 'esportal',
|
|
20
20
|
Fastcup: 'fastcup',
|
|
21
21
|
Gamersclub: 'gamersclub',
|
|
22
|
+
PerfectWorld: 'perfectworld',
|
|
22
23
|
};
|
|
23
24
|
exports.SupportedDemoSources = [
|
|
24
25
|
exports.DemoSource.Valve,
|
|
@@ -27,6 +28,8 @@ exports.SupportedDemoSources = [
|
|
|
27
28
|
exports.DemoSource.Ebot,
|
|
28
29
|
exports.DemoSource.Esl,
|
|
29
30
|
exports.DemoSource.Popflash,
|
|
31
|
+
exports.DemoSource.Challengermode,
|
|
32
|
+
exports.DemoSource.PerfectWorld,
|
|
30
33
|
];
|
|
31
34
|
exports.DemoType = {
|
|
32
35
|
POV: 'POV',
|
package/package.json
CHANGED