@akashic/headless-driver 2.13.5 → 2.13.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.
|
@@ -8,8 +8,8 @@ export declare class RunnerV1 extends Runner {
|
|
|
8
8
|
readonly engineVersion: string;
|
|
9
9
|
readonly g: typeof g;
|
|
10
10
|
platform: PlatformV1 | null;
|
|
11
|
+
fps: number | null;
|
|
11
12
|
private driver;
|
|
12
|
-
private fps;
|
|
13
13
|
private running;
|
|
14
14
|
start(params?: RunnerStartParameters): Promise<RunnerV1Game | null>;
|
|
15
15
|
stop(): void;
|
|
@@ -8,8 +8,8 @@ export declare class RunnerV2 extends Runner {
|
|
|
8
8
|
readonly engineVersion: string;
|
|
9
9
|
readonly g: typeof g;
|
|
10
10
|
platform: PlatformV2 | null;
|
|
11
|
+
fps: number | null;
|
|
11
12
|
private driver;
|
|
12
|
-
private fps;
|
|
13
13
|
private running;
|
|
14
14
|
start(params?: RunnerStartParameters): Promise<RunnerV2Game | null>;
|
|
15
15
|
stop(): void;
|
|
@@ -12,8 +12,8 @@ export declare class RunnerV3 extends Runner {
|
|
|
12
12
|
readonly engineVersion: string;
|
|
13
13
|
readonly g: typeof g;
|
|
14
14
|
platform: PlatformV3 | null;
|
|
15
|
+
fps: number | null;
|
|
15
16
|
private driver;
|
|
16
|
-
private fps;
|
|
17
17
|
private running;
|
|
18
18
|
start(params?: RunnerStartParameters): Promise<RunnerV3Game | null>;
|
|
19
19
|
stop(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akashic/headless-driver",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.7",
|
|
4
4
|
"description": "A library to execute contents using Akashic Engine headlessly",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"author": "DWANGO Co., Ltd.",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@akashic/trigger": "^2.0.0",
|
|
30
30
|
"engine-files-v1": "npm:@akashic/engine-files@1.4.0",
|
|
31
31
|
"engine-files-v2": "npm:@akashic/engine-files@2.4.0",
|
|
32
|
-
"engine-files-v3": "npm:@akashic/engine-files@3.7.
|
|
32
|
+
"engine-files-v3": "npm:@akashic/engine-files@3.7.15",
|
|
33
33
|
"js-sha256": "^0.10.0",
|
|
34
34
|
"lodash.clonedeep": "^4.5.0",
|
|
35
35
|
"node-fetch": "^2.6.7"
|