@soonspacejs/plugin-navigation 2.11.63 → 2.11.65

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.
@@ -1,6 +1,6 @@
1
1
  import { Object3D, Vector3 } from 'three';
2
2
  import SoonSpace from 'soonspacejs';
3
- import { Topology } from 'soonspacejs/types/Library';
3
+ import { Topology } from 'soonspacejs';
4
4
  import { PLAY_STATUS, playInfo } from './types';
5
5
  export * from './navigator-nodes';
6
6
  export * from './types';
@@ -1,4 +1,4 @@
1
- import type { Node, Topology } from 'soonspacejs/types/Library';
1
+ import type { Node, Topology } from 'soonspacejs';
2
2
  import { Direction } from './types';
3
3
  interface NavigatorNodeInfo {
4
4
  progressArea: [number, number];
@@ -1,5 +1,5 @@
1
1
  import SoonSpace from 'soonspacejs';
2
- import { Topology } from 'soonspacejs/types/Library';
2
+ import { Topology } from 'soonspacejs';
3
3
  import { Vector3 } from 'three';
4
4
  import { Direction } from './types';
5
5
  export declare function getDirection(target: Vector3, front: Vector3): Direction;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-navigation",
3
3
  "pluginName": "NavigationPlugin",
4
- "version": "2.11.63",
4
+ "version": "2.11.65",
5
5
  "description": "Navigation plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,9 +13,9 @@
13
13
  ],
14
14
  "author": "zhuojian",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "edb7a4802fef3c208da1791503afb64de6be325c",
16
+ "gitHead": "5d1cb2d2594bc9518560592aaec513f0ddc16406",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.11.63"
18
+ "soonspacejs": "2.11.65"
19
19
  },
20
20
  "dependencies": {
21
21
  "@three3d/tools": "^1.6.0"