@soonspacejs/plugin-cps-soonmanager 2.9.1 → 2.9.2

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
@@ -137,7 +137,7 @@ export interface ILoadSceneOptions {
137
137
  /**
138
138
  * 平台解密公钥
139
139
  */
140
- appKey?: string;
140
+ key?: string;
141
141
  /**
142
142
  * 资源包路径
143
143
  */
@@ -163,11 +163,11 @@ export interface ILoadSceneOptions {
163
163
  */
164
164
  loadSceneAlgorithm?: LoadSceneAlgorithm;
165
165
  /**
166
- * 同步场景算法 BFS | DFS
166
+ * 目标节点 id(DFS时有效)
167
167
  */
168
168
  loadTargetId?: ITreeData['id'];
169
169
  /**
170
- * 同步场景算法 BFS | DFS
170
+ * 需要加载的层级(DFS时有效)
171
171
  */
172
172
  loadLevel?: number;
173
173
  }
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.1",
4
+ "version": "2.9.2",
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,8 +13,8 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "d9f1cd366372acc10a60c4085023275fcebfdbda",
16
+ "gitHead": "d50554119e48f8560f4e894e54eba35e54b78962",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.9.0"
18
+ "soonspacejs": "2.9.2"
19
19
  }
20
20
  }