@soonspacejs/plugin-cps-soonmanager 2.11.4 → 2.11.6

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/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Tween } from '@tweenjs/tween.js';
2
- import { AnimationModeType, IVector3, PlaneIVector2, PoiNodeType } from 'soonspacejs/types/Interface';
2
+ import { AnimationModeType, BaseObjectInfo, IVector3, PlaneIVector2, PoiNodeType } from 'soonspacejs/types/Interface';
3
3
  /**
4
4
  * 场景元数据
5
5
  */
@@ -251,6 +251,10 @@ export interface ILoadSceneOptions extends ConstructorOptions {
251
251
  * 加载流程数据
252
252
  */
253
253
  loadFlowData?: boolean;
254
+ /**
255
+ * 场景 group 信息
256
+ */
257
+ sceneGroupInfo?: Partial<BaseObjectInfo>;
254
258
  }
255
259
  /**
256
260
  * properties map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-cps-soonmanager",
3
3
  "pluginName": "CpsSoonmanagerPlugin",
4
- "version": "2.11.4",
4
+ "version": "2.11.6",
5
5
  "description": "Sync cps soonmanager data plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,21 +13,21 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "08b73e935b976663479ecb0a7bce4b122b5ede66",
16
+ "gitHead": "9987e02126572dd2dce2b77299c59a3b98c5b6a1",
17
17
  "dependentPlugins": [
18
18
  "plugin-poi-renderer"
19
19
  ],
20
20
  "dependencies": {
21
- "@soonflow/core": "0.2.9",
22
- "@soonflow/plugin-soonmanager2-node": "0.2.9",
23
- "@soonflow/plugin-soonmanager2-sync": "0.2.9",
21
+ "@soonflow/core": "0.2.13",
22
+ "@soonflow/plugin-soonmanager2-node": "0.2.13",
23
+ "@soonflow/plugin-soonmanager2-sync": "0.2.13",
24
24
  "lodash-es": "^4.17.21",
25
25
  "mqtt": "^4.3.7",
26
26
  "node-rsa": "^1.1.1",
27
27
  "socket.io-client": "^4.7.2"
28
28
  },
29
29
  "peerDependencies": {
30
- "@soonspacejs/plugin-poi-renderer": "2.11.4",
31
- "soonspacejs": "2.11.4"
30
+ "@soonspacejs/plugin-poi-renderer": "2.11.6",
31
+ "soonspacejs": "2.11.6"
32
32
  }
33
33
  }