@soonspacejs/plugin-cps-soonmanager 2.9.9 → 2.9.11

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
@@ -236,6 +236,10 @@ export interface ILoadSceneOptions extends ConstructorOptions {
236
236
  * 通过数据源刷新 poi
237
237
  */
238
238
  refreshPoiByDataSource?: boolean;
239
+ /**
240
+ * 加载流程数据
241
+ */
242
+ loadFlowData?: boolean;
239
243
  }
240
244
  /**
241
245
  * 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.9.9",
4
+ "version": "2.9.11",
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": "90efdc689ff6436f4c433252c90a92118b7f03a1",
16
+ "gitHead": "8bf926f66301f375030f612c1b28212ed6eea56e",
17
17
  "dependentPlugins": [
18
18
  "plugin-poi-renderer"
19
19
  ],
20
20
  "dependencies": {
21
- "@soonflow/core": "^0.2.3",
22
- "@soonflow/plugin-soonmanager2-node": "^0.2.3",
23
- "@soonflow/plugin-soonmanager2-sync": "^0.2.3",
21
+ "@soonflow/core": "^0.2.6",
22
+ "@soonflow/plugin-soonmanager2-node": "^0.2.6",
23
+ "@soonflow/plugin-soonmanager2-sync": "^0.2.6",
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.9.9",
29
- "soonspacejs": "2.9.9"
28
+ "@soonspacejs/plugin-poi-renderer": "2.9.11",
29
+ "soonspacejs": "2.9.11"
30
30
  }
31
31
  }