@soonspacejs/plugin-cps-soonmanager 2.11.8 → 2.11.10

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
@@ -255,6 +255,10 @@ export interface ILoadSceneOptions extends ConstructorOptions {
255
255
  * 场景 group 信息
256
256
  */
257
257
  sceneGroupInfo?: Partial<BaseObjectInfo>;
258
+ /**
259
+ * 对象 id 前缀
260
+ */
261
+ objectPrefixId?: string;
258
262
  }
259
263
  /**
260
264
  * 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.8",
4
+ "version": "2.11.10",
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": "4351742833e8481117ef88e0738f6965397dd687",
16
+ "gitHead": "99cc10fddcf9ec0546ea18a8f8f7925f1c5ad032",
17
17
  "dependentPlugins": [
18
18
  "plugin-poi-renderer"
19
19
  ],
@@ -27,7 +27,7 @@
27
27
  "socket.io-client": "^4.7.2"
28
28
  },
29
29
  "peerDependencies": {
30
- "@soonspacejs/plugin-poi-renderer": "2.11.8",
31
- "soonspacejs": "2.11.8"
30
+ "@soonspacejs/plugin-poi-renderer": "2.11.10",
31
+ "soonspacejs": "2.11.10"
32
32
  }
33
33
  }