@soonspacejs/plugin-cps-soonmanager 2.10.0-rc.13 → 2.10.0-rc.14

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
@@ -171,7 +171,7 @@ export interface IModelVisions {
171
171
  code?: any;
172
172
  position: IVector3;
173
173
  rotation: IVector3;
174
- target: IVector3 | null;
174
+ target: IVector3;
175
175
  }
176
176
  /**
177
177
  * 预设效果 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.10.0-rc.13",
4
+ "version": "2.10.0-rc.14",
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,19 +13,19 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "590db3ddf6ac14b0110796eb475c2b79e56dbee1",
16
+ "gitHead": "e9d29498ccf92af635a9a0d8f8174dd573fe81ba",
17
17
  "dependentPlugins": [
18
18
  "plugin-poi-renderer"
19
19
  ],
20
20
  "dependencies": {
21
- "@soonflow/core": "^0.2.6",
22
- "@soonflow/plugin-soonmanager2-node": "^0.2.6",
23
- "@soonflow/plugin-soonmanager2-sync": "^0.2.6",
21
+ "@soonflow/core": "^0.2.7",
22
+ "@soonflow/plugin-soonmanager2-node": "^0.2.7",
23
+ "@soonflow/plugin-soonmanager2-sync": "^0.2.7",
24
24
  "mqtt": "^4.3.7",
25
25
  "socket.io-client": "^4.7.2"
26
26
  },
27
27
  "peerDependencies": {
28
- "@soonspacejs/plugin-poi-renderer": "2.10.0-rc.13",
29
- "soonspacejs": "2.10.0-rc.13"
28
+ "@soonspacejs/plugin-poi-renderer": "2.10.0-rc.14",
29
+ "soonspacejs": "2.10.0-rc.14"
30
30
  }
31
31
  }