@soonspacejs/plugin-patrol-controls 2.5.45 → 2.5.47

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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 PatrolControls {
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.45",
4
+ "version": "2.5.47",
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": "1fe7812a92fd45bb90cc5e4c65cbdece87db7e01"
16
+ "gitHead": "ec02ecf7b62d41d47de0efd398425a7a32eb99f8"
17
17
  }