@soonspacejs/plugin-cps-soonmanager 2.11.27 → 2.11.29

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
@@ -180,9 +180,12 @@ export interface IModelVisions {
180
180
  nodeId: string;
181
181
  name: string;
182
182
  code?: any;
183
+ camera: 'O' | 'P';
183
184
  position: IVector3;
184
185
  rotation: IVector3;
185
186
  target: IVector3;
187
+ zoom: number;
188
+ primary: boolean;
186
189
  }
187
190
  /**
188
191
  * 预设效果 options
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.27",
4
+ "version": "2.11.29",
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,7 +13,7 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "6091c06202a80f3b45c933209c3356629da34c7e",
16
+ "gitHead": "bf941ffd67292b078ea17adc8dd3fa8db736a9c6",
17
17
  "dependentPlugins": [
18
18
  "plugin-poi-renderer",
19
19
  "plugin-effect"
@@ -28,8 +28,8 @@
28
28
  "socket.io-client": "^4.7.2"
29
29
  },
30
30
  "peerDependencies": {
31
- "@soonspacejs/plugin-effect": "2.11.27",
32
- "@soonspacejs/plugin-poi-renderer": "2.11.27",
33
- "soonspacejs": "2.11.27"
31
+ "@soonspacejs/plugin-effect": "2.11.29",
32
+ "@soonspacejs/plugin-poi-renderer": "2.11.29",
33
+ "soonspacejs": "2.11.29"
34
34
  }
35
35
  }