@soonspacejs/plugin-first-person-controls 2.10.8 → 2.10.9

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/tools.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/tools.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Box3, Object3D, Sphere, Layers } from 'soonspacejs';
1
+ import { Box3, Object3D, Sphere, Layers } from 'three';
2
2
  /**
3
3
  * 判断包围合 与 对象的包围盒是否相交
4
4
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-first-person-controls",
3
3
  "pluginName": "FirstPersonControlsPlugin",
4
- "version": "2.10.8",
4
+ "version": "2.10.9",
5
5
  "description": "FirstPersonControls plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,8 +13,8 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "f37d84b049ee95b44c2864a8454c77c8a0b282f1",
16
+ "gitHead": "386a1db55f6cbff7d00d476842b535ff5612cef3",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.10.8"
18
+ "soonspacejs": "2.10.9"
19
19
  }
20
20
  }