@soonspacejs/plugin-patrol-controls 2.5.46 → 2.5.48
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.
- package/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export interface DefaultOptions {
|
|
|
28
28
|
}
|
|
29
29
|
export declare type StartOptions = Partial<DefaultOptions>;
|
|
30
30
|
export declare type ResetOptions = Pick<StartOptions, 'eyeHeight' | 'naviSpeed' | 'rotateSpeed'>;
|
|
31
|
-
export default class
|
|
31
|
+
export default class PatrolControlsPlugin {
|
|
32
32
|
ssp: SoonSpace;
|
|
33
33
|
camera: PerspectiveCamera;
|
|
34
34
|
options: DefaultOptions;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soonspacejs/plugin-patrol-controls",
|
|
3
3
|
"pluginName": "PatrolControlsPlugin",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.48",
|
|
5
5
|
"description": "Patrol-controls plugin for SoonSpace.js",
|
|
6
|
-
"main": "dist/index.js",
|
|
6
|
+
"main": "dist/index.esm.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
8
|
-
"unpkg": "dist/index.js",
|
|
8
|
+
"unpkg": "dist/index.esm.js",
|
|
9
9
|
"typings": "dist/index.d.ts",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"soonspacejs",
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
],
|
|
14
14
|
"author": "xuek",
|
|
15
15
|
"license": "UNLICENSED",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "d0a7484c6cd2e8da767f68c7dc12e1e2891419ba"
|
|
17
17
|
}
|