@soonspacejs/plugin-cps-soonmanager 2.9.2 → 2.9.3

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
@@ -194,6 +194,7 @@ export type TModelVisionsMap = Map<IModelVisions['nodeId'], IModelVisions[]>;
194
194
  export interface TLicense {
195
195
  sign: string;
196
196
  content: string;
197
+ version?: number;
197
198
  }
198
199
  export declare enum LoadSceneAlgorithm {
199
200
  BFS = "BFS",
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 解码
3
+ * @param encodedStr
4
+ * @returns
5
+ */
6
+ export declare function decodeString(encodedStr: string): string;
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.2",
4
+ "version": "2.9.3",
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": "d50554119e48f8560f4e894e54eba35e54b78962",
16
+ "gitHead": "2ad20f307bce24bf92ef17472ccbadd64da159a8",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.9.2"
18
+ "soonspacejs": "2.9.3"
19
19
  }
20
20
  }