@soonspacejs/plugin-cps-soonmanager 2.11.54 → 2.11.55

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/utils.d.ts CHANGED
@@ -20,6 +20,6 @@ export declare function groupBy<T extends Record<string, any>, V>(list: T[], key
20
20
  * @param node
21
21
  * @returns
22
22
  */
23
- export declare function createSpace(ssp: SoonSpace, node: ITreeData): import("../../../soonspacejs/src/Library/Canvas3D").Canvas3D | null;
23
+ export declare function createSpace(ssp: SoonSpace, node: ITreeData): import("../../../soonspacejs/src/Library/Canvas3D").Canvas3D;
24
24
  export declare function createWaterSurface(cpsPlugin: CpsSoonmanagerPlugin, node: ITreeData): import("../../../soonspacejs/src/Library/PluginObject").PluginObject | null;
25
25
  export declare function createDecal(ssp: SoonSpace, node: ITreeData): Promise<import("../../../soonspacejs/src/Library/Decal").Decal | null>;
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.54",
4
+ "version": "2.11.55",
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": "2a8216545ef9536eb2a52c3d1421be9abf321427",
16
+ "gitHead": "d053b3ff0481011ad96a25898c02cbf6060ed7f5",
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.54",
32
- "@soonspacejs/plugin-poi-renderer": "2.11.54",
33
- "soonspacejs": "2.11.54"
31
+ "@soonspacejs/plugin-effect": "2.11.55",
32
+ "@soonspacejs/plugin-poi-renderer": "2.11.55",
33
+ "soonspacejs": "2.11.55"
34
34
  }
35
35
  }